From 7be50249feeb4b9d35fca2d421d448f66795ac92 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 29 Jun 2024 16:45:25 +0200 Subject: Update glep-mode template from GLEP 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * glep-mode.el (glep-mode-insert-skeleton): Update from GLEP 2, specify that all dates must be in UTC. Signed-off-by: Ulrich Müller --- ChangeLog | 5 +++++ glep-mode.el | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c366b70..51ee9a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-06-29 Ulrich Müller + + * glep-mode.el (glep-mode-insert-skeleton): Update from GLEP 2, + specify that all dates must be in UTC. + 2024-06-26 Ulrich Müller * ebuild-mode.el (ebuild-mode-find-workdir): Display a separate diff --git a/glep-mode.el b/glep-mode.el index 9e9fcd7..672c20a 100644 --- a/glep-mode.el +++ b/glep-mode.el @@ -271,7 +271,8 @@ directions below. - Reset the Version to \"1\". - Change the Created and Last-Modified headers to today's date. Be sure to - follow the format carefully: it must be in ISO 8601 ``yyyy-mm-dd`` format. + follow the format carefully: it must be in ISO 8601 ``yyyy-mm-dd`` format, + with the date represented in UTC (Coordinated Universal Time). - Reset the Post-History to empty for now; you'll add dates to this header each time you post your GLEP to gentoo-dev@lists.gentoo.org. If you @@ -280,8 +281,8 @@ directions below. Post-History: 2003-08-14, 2003-09-03 - You must manually add new dates and check them in. If you don't have - check-in privileges, send your changes to the GLEP editors. + You must manually add new dates (again, in UTC) and check them in. If you + don't have check-in privileges, send your changes to the GLEP editors. - For Standards Track GLEPs, if your feature depends on the acceptance of some other currently in-development GLEP, add a Requires header right -- cgit v1.2.3-65-gdbad