MaintNotes: 1.7.3 is ready

Junio C Hamano committed Sep 18, 2010 at 14:54 UTC 5fba457541c7ef7e8e7cac26fdf4ac723b6d04bf
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.7.2 done on Jul 21, 2010. You can expect that the tip of
99 +release was 1.7.3 done on Sep 19, 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.7.1.1. New features never go to this branch. This branch is also
108 +1.7.2.3. 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