Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/glep:glep42-update commit in: /
Date: Wed, 29 Nov 2017 18:30:03
Message-Id: 1511794342.429a6e234b119f018065f10fe5161bc36990a7f7.ulm@gentoo
1 commit: 429a6e234b119f018065f10fe5161bc36990a7f7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 14:52:22 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 14:52:22 2017 +0000
6 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=429a6e23
7
8 glep-0042: Minor corrections.
9
10 Thanks to Duncan and Aaron W. Swenson.
11
12 glep-0042.rst | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/glep-0042.rst b/glep-0042.rst
16 index d5f4191..16c81f8 100644
17 --- a/glep-0042.rst
18 +++ b/glep-0042.rst
19 @@ -179,9 +179,9 @@ form ``yyyy-mm-dd-short-name``, where ``yyyy`` is the year (e.g. ``2005``),
20 ``mm`` is the month (``01`` through ``12``) and dd is the day of the month
21 (``01`` through ``31``). The ``short-name`` is a very short name describing the
22 news item (e.g. ``yoursql-updates``), consisting only of the characters ``a-z``,
23 -``0-9``, ``+`` (plus), ``-`` (hyphen) and ``_`` (underscore). While there
24 -is no hard restriction for the length of ``short-name``, it is strongly
25 -recommended to limit it to at most 20 characters.
26 +``0-9``, ``+`` (plus), ``-`` (hyphen) and ``_`` (underscore). While there is no
27 +hard restriction on the length of ``short-name``, limiting it to 20 characters
28 +is strongly recommended.
29
30 News Item Directories
31 ---------------------
32 @@ -211,7 +211,7 @@ various optional and mandatory headers. Future GLEPs may propose new headers —
33 tools handling these news items must ignore any unrecognised header.
34
35 .. Note:: A previous version of this GLEP had required that news items must
36 - be signed with a detached OpenPGP signature. This was no longer deemed
37 + be signed with a detached OpenPGP signature. This was deemed no longer
38 necessary after moving news items to a Git repository with commit signing,
39 and deployment of full-tree verification per GLEP 74 [#glep-74]_.