Meta/MaintNotes: Git Rev News special
Junio C Hamano committed
Mar 23, 2015 at 14:24 UTC
656804fdcc056ec363b066e97722ba3f06d57843
1 file changed
+7
-2
MaintNotes
+7
-2
@@ -52,6 +52,11 @@ available at:
52
http://colabti.org/irclogger/irclogger_log/git
53
http://colabti.org/irclogger/irclogger_log/git-devel
54
55
+We will soon have a volunteer-run newsletter to serve our community
56
+(http://thread.gmane.org/gmane.comp.version-control.git/266066). If
57
+you want to help its publication, please contact Christian and/or
58
+Thomas.
59
+
60
Git is a member project of software freedom conservancy, a non-profit
61
organization (https://sfconservancy.org/). To reach a committee of
62
liaisons to the conservancy, contact them at <git@sfconservancy.org>.
@@ -139,8 +144,8 @@ are cut from it. The maintenance releases used to be named with four
144
dotted decimal, named after the feature release they are updates to
145
(e.g. "1.8.5.1" was the first maintenance release for "1.8.5" feature
146
release). These days, maintenance releases are named by incrementing
142
-the last digit of three-dotted decimal name (e.g. "2.3.2" is the
143
-second maintenance relaese for "2.3" series).
147
+the last digit of three-dotted decimal name (e.g. "2.3.4" is the
148
+fourth maintenance relaese for "2.3" series).
149
150
New features never go to the 'maint' branch. This branch is also
151
merged into "master" to propagate the fixes forward as needed.