Meta/MaintNotes: 2.5.1
Junio C Hamano committed
Aug 28, 2015 at 14:05 UTC
e0b5a83e9f6ac2aedee4661b37877c57c5246015
1 file changed
+3
-3
MaintNotes
+3
-3
@@ -131,7 +131,7 @@ named with three dotted decimal digits (e.g. "1.8.5"), but recently we
131
switched the versioning scheme and "feature releases" are named with
132
three-dotted decimal digits that ends with ".0" (e.g. "1.9.0").
133
134
-The last such release was 2.4.0 done on Apr 30th, 2015. You can expect
134
+The last such release was 2.5.0 done on Jul 27th, 2015. You can expect
135
that the tip of the "master" branch is always more stable than any of
136
the released versions.
137
@@ -142,8 +142,8 @@ are cut from it. The maintenance releases used to be named with four
142
dotted decimal, named after the feature release they are updates to
143
(e.g. "1.8.5.1" was the first maintenance release for "1.8.5" feature
144
release). These days, maintenance releases are named by incrementing
145
-the last digit of three-dotted decimal name (e.g. "2.3.4" is the
146
-fourth maintenance release for the "2.3" series).
145
+the last digit of three-dotted decimal name (e.g. "2.5.1" is the
146
+fourth maintenance release for the "2.5" series).
147
148
New features never go to the 'maint' branch. This branch is also
149
merged into "master" to propagate the fixes forward as needed.