From 0180ff20ce9feba8d467e46c46c1627db16b209a Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Fri, 16 Jun 2017 20:35:24 +0100 Subject: [PATCH 1/3] XEP-0234: Fix a date missing its timezone in examples. --- xep-0234.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xep-0234.xml b/xep-0234.xml index 79ddd7e5..5a035e1f 100644 --- a/xep-0234.xml +++ b/xep-0234.xml @@ -327,7 +327,7 @@ text/plain test.txt - 2015-07-26T21:46:00 + 2015-07-26T21:46:00+01:00 6144 w0mcJylzCn+AfvuGdqkty2+KP48= @@ -750,7 +750,7 @@ a=file-range:-<(offset + length) | *>]]> text/plain test.txt - 2015-07-26T21:46:00 + 2015-07-26T21:46:00+01:00 6144 w0mcJylzCn+AfvuGdqkty2+KP48= From 105bf2ed27eeab3b90209d7ab1b148f4e7caae2f Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 7 Aug 2017 17:47:50 +0200 Subject: [PATCH 2/3] XEP-0234: Remove extraneous mention of UTC. The DateTime profile in XEP-0082 is already explicit about timezones. --- xep-0234.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0234.xml b/xep-0234.xml index 5a035e1f..c016bc51 100644 --- a/xep-0234.xml +++ b/xep-0234.xml @@ -343,7 +343,7 @@ date - UTC timestamp specifying the last modified time of the file (which MUST conform to the DateTime profile of &xep0082;). + Timestamp specifying the last modified time of the file (which MUST conform to the DateTime profile of &xep0082;). OPTIONAL From e86da6befe6c6eb534581fb5dd309e9b6fca8d3f Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Fri, 16 Jun 2017 20:35:40 +0100 Subject: [PATCH 3/3] XEP-0234: Release version 0.18.2. --- xep-0234.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/xep-0234.xml b/xep-0234.xml index c016bc51..0a922214 100644 --- a/xep-0234.xml +++ b/xep-0234.xml @@ -24,6 +24,15 @@ NOT_YET_ASSIGNED &stpeter; &lance; + + 0.18.2 + 2017-06-16 + egp +
    +
  • Fix a date missing its timezone in examples.
  • +
  • Remove the mention of UTC, timestamps are already properly described in &xep0082;.
  • +
+
0.18.1 2017-05-20