Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 15 Sep 2005 14:43:40 +0000 (14:43 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 15 Sep 2005 14:43:40 +0000 (14:43 +0000)
- mutt 1.5.11 is out

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@527 e385b8ad-14ed-0310-8656-cc95a2468c6d

ChangeLog.mutt
VERSION.svn
muttlib.c
reldate.h

index c548d37..a97b75e 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-14 14:15:06  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (brendan)
+
+       * init.h: Refer to $use_envelope_from rather than old
+       $envelope_from in description of $envelope_from_address.
+
 2005-09-14 02:45:44  Brendan Cully  <brendan@kublai.com>  (brendan)
 
        * globals.h, init.h, sendlib.c: Add new $envelope_from_address
index 6bf9900..678dee3 100644 (file)
@@ -1 +1 @@
-526
+527
index a36e8da..9924fc2 100644 (file)
--- a/muttlib.c
+++ b/muttlib.c
@@ -1302,7 +1302,7 @@ const char *mutt_make_version (int full)
 
   if (full)
     snprintf (vstring, sizeof (vstring), "Mutt-ng %s-r%s (based "
-              "on Mutt 1.5.10/%s)", MUTT_VERSION, MUTT_REVISION,
+              "on Mutt 1.5.11/%s)", MUTT_VERSION, MUTT_REVISION,
               ReleaseDate);
   else
     snprintf (vstring, sizeof (vstring), "mutt-ng/%s-r%s",
index be29c41..88cba98 100644 (file)
--- a/reldate.h
+++ b/reldate.h
@@ -1 +1 @@
-const char *ReleaseDate = "2005-08-11";
+const char *ReleaseDate = "2005-09-15";