MaintNotes: post 1.7.9 update

Junio C Hamano committed Jan 27, 2012 at 13:36 UTC 74e80c8a9166b4a6b23516265ce599097d2fcbfe
1 file changed +3 -3
MaintNotes
+3 -3
@@ -106,8 +106,8 @@ of git: "master", "maint", "next", and "pu".
106 The "master" branch is meant to contain what are very well tested and
107 ready to be used in a production setting. Every now and then, a "feature
108 release" is cut from the tip of this branch and they typically are named
109 -with three dotted decimal digits. The last such release was 1.7.8 done on
110 -Dec 2, 2011. You can expect that the tip of the "master" branch is always
109 +with three dotted decimal digits. The last such release was 1.7.9 done on
110 +Jan 27, 2012. You can expect that the tip of the "master" branch is always
111 more stable than any of the released versions.
112
113 Whenever a feature release is made, "maint" branch is forked off from
@@ -115,7 +115,7 @@ Whenever a feature release is made, "maint" branch is forked off from
115 release are applied to this branch and maintenance releases are cut from
116 it. The maintenance releases are named with four dotted decimal, named
117 after the feature release they are updates to; the last such release was
118 -1.7.7.4. New features never go to this branch. This branch is also
118 +1.7.8.4. New features never go to this branch. This branch is also
119 merged into "master" to propagate the fixes forward.
120
121 A new development does not usually happen on "master". When you send a