Update MaintNotes in preparation for 1.5.4
Junio C Hamano committed
Feb 1, 2008 at 19:56 UTC
eb4be62ca56613d9cb8b7d99c4571ff2b91693ff
2 files changed
+3
-2
MaintNotes
+2
-2
index 685296bf35..e19e49d4cc 100644
--- a/MaintNotes
+++ b/MaintNotes
@@ -91,7 +91,7 @@ but they are not expected to be anything major, and more
importantly quickly and trivially fixable. Every now and
then, a "feature release" is cut from the tip of this branch and
they typically are named with three dotted decimal digits. The
-last such release was v1.5.3 done on Sep 2nd last year. You
+last such release was v1.5.4 done on Feb 2nd this year. You
can expect that the tip of the "master" branch is always more
stable than any of the released versions.
@@ -100,7 +100,7 @@ from "master" at that point. Obvious, safe and urgent fixes
after a feature release are applied to this branch and
maintenance releases are cut from it. The maintenance releases
are named with four dotted decimal, named after the feature
-release they are updates to; the last such release was v1.5.3.7.
+release they are updates to; the last such release was v1.5.3.8.
New features never go to this branch. This branch is also
merged into "master" to propagate the fixes forward.
SE
+1
index 78a4fd157e..067f2acbff 100755
--- a/SE
+++ b/SE
@@ -28,6 +28,7 @@ git send-email \
--from="$me" \
--envelope-sender="$me" \
--to="$to" \
+ --no-signed-off-cc \
--suppress-from \
--smtp-server=$smtp \
$dryrun \