MaintNotes: http://gmane is no longer with us

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Aug 12, 2016 at 12:12 UTC a37a17b940f537adbd40c352580ac21cb328b977
1 file changed +17 -9
MaintNotes
+17 -9
@@ -30,21 +30,29 @@ becomes calmer before sending such a reminder.
30
31 The list archive is available at a few public sites:
32
33 - http://news.gmane.org/gmane.comp.version-control.git/
33 + http://public-inbox.org/git/
34 http://marc.info/?l=git
35 http://www.spinics.net/lists/git/
36
37 For those who prefer to read it over NNTP:
38
39 - nntp://news.gmane.org/gmane.comp.version-control.git
39 + nntp://news.gmane.org/gmane.comp.version-control.git
40
41 -When you point at a message in a mailing list archive, using
42 -gmane is often the easiest to follow by readers, like this:
41 +is still available. An alternative
42
44 - http://thread.gmane.org/gmane.comp.version-control.git/27/focus=217
43 + nntp://news.public-inbox.org/inbox.comp.version-control.git
44
46 -as it also allows people who subscribe to the mailing list as gmane
47 -newsgroup to "jump to" the article.
45 +will become usable once it catches up with old messages.
46 +
47 +When you point at a message in a mailing list archive, using its
48 +message ID is often the most robust (if not very friendly) way to do
49 +so, like this:
50 +
51 + http://public-inbox.org/git/Pine.LNX.4.58.0504150753440.7211@ppc970.osdl.org
52 +
53 +Often these web interfaces accept the message ID with enclosing <>
54 +stripped (like the above example to point at one of the most important
55 +message in the Git list).
56
57 Some members of the development community can sometimes be found on
58 the #git and #git-devel IRC channels on Freenode. Their logs are
@@ -156,8 +164,8 @@ of last-minute issues. The maintenance releases used to be named with
164 four dotted decimal, named after the feature release they are updates
165 to (e.g. "1.8.5.1" was the first maintenance release for "1.8.5"
166 feature release). These days, maintenance releases are named by
159 -incrementing the last digit of three-dotted decimal name (e.g. "2.8.3"
160 -is the third maintenance release for the "2.8" series).
167 +incrementing the last digit of three-dotted decimal name (e.g. "2.9.3"
168 +is the third maintenance release for the "2.9" series).
169
170 New features never go to the 'maint' branch. This branch is also
171 merged into "master" to propagate the fixes forward as needed.