Skip to content

Commit 74e80c8

Browse files
committed
MaintNotes: post 1.7.9 update
1 parent e1c8da0 commit 74e80c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MaintNotes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,16 @@ of git: "master", "maint", "next", and "pu".
106106
The "master" branch is meant to contain what are very well tested and
107107
ready to be used in a production setting. Every now and then, a "feature
108108
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
111111
more stable than any of the released versions.
112112

113113
Whenever a feature release is made, "maint" branch is forked off from
114114
"master" at that point. Obvious, safe and urgent fixes after a feature
115115
release are applied to this branch and maintenance releases are cut from
116116
it. The maintenance releases are named with four dotted decimal, named
117117
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
119119
merged into "master" to propagate the fixes forward.
120120

121121
A new development does not usually happen on "master". When you send a

0 commit comments

Comments
 (0)