MaintNotes: 1.7.0 is out
Junio C Hamano committed
Feb 12, 2010 at 17:02 UTC
f52d9072aaa72a17de8185420ee7c4e3e9153daa
1 file changed
+2
-2
MaintNotes
+2
-2
@@ -96,7 +96,7 @@ minor breakages or brown paper bag bugs but they are not expected to be
96
anything major, and more importantly quickly and trivially fixable. Every
97
now and then, a "feature release" is cut from the tip of this branch and
98
they typically are named with three dotted decimal digits. The last such
99
-release was 1.6.6 done on Dec 23rd 2009. You can expect that the tip of
99
+release was 1.7.0 done on Feb 12, 2010. You can expect that the tip of
100
the "master" branch is always more stable than any of the released
101
versions.
102
@@ -105,7 +105,7 @@ Whenever a feature release is made, "maint" branch is forked off from
105
release are applied to this branch and maintenance releases are cut from
106
it. The maintenance releases are named with four dotted decimal, named
107
after the feature release they are updates to; the last such release was
108
-1.6.5.7. New features never go to this branch. This branch is also
108
+1.6.6.2. New features never go to this branch. This branch is also
109
merged into "master" to propagate the fixes forward.
110
111
A trivial and safe enhancement goes directly on top of "master". A new