MaintNotes: post 1.5.5 updates
Junio C Hamano committed
Apr 8, 2008 at 22:08 UTC
97129f0e4991d87e4d25a47938d8ad2a5e29e55c
1 file changed
+4
-4
MaintNotes
+4
-4
@@ -8,7 +8,7 @@ with it.
8
Many active members of development community hang around on #git
9
IRC channel on Freenode. Its log is available at:
10
11
- http://colabti.de/irclogger/irclogger_log/git
11
+ http://colabti.org/irclogger/irclogger_log/git
12
13
The development however is primarily done on the git mailing list
14
(git@vger.kernel.org). If you have patches, please send them to the
@@ -80,7 +80,7 @@ a task.
80
81
There are four branches in git.git repository that track the
82
source tree of git: "master", "maint", "next", and "pu". I may
83
-add more maintenance branches (e.g. "maint-1.5.3") if we have
83
+add more maintenance branches (e.g. "maint-1.5.4") if we have
84
hugely backward incompatible feature updates in the future to keep
85
an older release alive; I may not, but the distributed nature of
86
git means any volunteer can run a stable-tree like that herself.
@@ -92,7 +92,7 @@ but they are not expected to be anything major, and more
92
importantly quickly and trivially fixable. Every now and
93
then, a "feature release" is cut from the tip of this branch and
94
they typically are named with three dotted decimal digits. The
95
-last such release was 1.5.4 done on Feb 2nd this year. You
95
+last such release was 1.5.5 done on Apr 7th this year. You
96
can expect that the tip of the "master" branch is always more
97
stable than any of the released versions.
98
@@ -101,7 +101,7 @@ from "master" at that point. Obvious, safe and urgent fixes
101
after a feature release are applied to this branch and
102
maintenance releases are cut from it. The maintenance releases
103
are named with four dotted decimal, named after the feature
104
-release they are updates to; the last such release was 1.5.4.4.
104
+release they are updates to; the last such release was 1.5.4.5.
105
New features never go to this branch. This branch is also
106
merged into "master" to propagate the fixes forward.
107