]> granicus.if.org Git - mutt/commitdiff
automatic post-release commit for mutt-1.1 mutt-1-1-rel
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 22 Oct 1999 08:49:29 +0000 (08:49 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 22 Oct 1999 08:49:29 +0000 (08:49 +0000)
ChangeLog
Makefile.am
VERSION
reldate.h

index 09304e962ba871dc04aec7b4f359dfb712e89f02..f3a426195961bc40e0d8e0c3f9a3acacedcd42a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,101 @@
+Fri Oct 22 07:52:22 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/pt_BR.po,
+       po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po,
+       po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, NEWS,
+       VERSION, reldate.h, ChangeLog: post-release commit for one
+       dot zero.  (yes, really.)
+
+Thu Oct 21 08:07:22 1999  Thomas Roessler  <roessler@guug.de>
+
+       * compose.c: Another sprintf-vs-null issue.
+
+Wed Oct 20 14:51:57 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/id.po: new indonesian translation.
+
+       * imap/message.c:
+       Flags should only be modified using mutt_set_flag().  Everything
+       else leads to neglected side effects.  In this case, index colors,
+       searches and possibly other side effects were ignored when a message
+       which resides on an IMAP folder was read.
+
+       * imap/auth.c: Let the user skip CRAM-MD5 by entering an empty secret.
+
+       * po/id.po, po/el.po: translation updates.
+
+       * configure.in: Don't use GNU grep specific options.
+
+Tue Oct 19 15:34:04 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/auth.c: Fix some sloppiness-induced, but harmless, nonsense.
+
+       * imap/imap_private.h, imap/auth.c, imap/imap.c:
+       Add AUTHENTICATE=ANONYMOUS support to the IMAP authentication
+       methods.  This is, for instance, needed to access the cyrus-related
+       mailing lists' archives at CMU.
+
+       * po/el.po: New greek translation.
+
+Mon Oct 18 09:13:42 1999  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c: Handle Ctrl-G on the pgp-hook prompt correctly.
+
+Sat Oct 16 15:19:29 1999  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am: doc/PGP-Notes.txt vs. doc/PGP-Notes.
+
+       * Makefile.am: [stable] doc/PGP-Notes.txt has an extension. ups.
+
+       * send.c: [stable] Fix Debian bug #47408.
+
+       * send.c:
+       Fix Debian bug #47408: When the postponed folder is a maildir,
+       messages should only be written to the _new_ subdirectory.
+
+       * po/nl.po: New nl translation from Johan van Selst <johans@stack.nl>.
+
+       * po/cs.po:
+       New cs translation from Jiri Pavlovsky <pavlovsk@ff.cuni.cz>.
+
+       * po/zh_TW.Big5.po:
+       [stable] chinese translation fixes from Anthony Wong
+       <ypwong@debian.org>.
+
+       * init.h: scoring documentation fix.
+
+       * globals.h, init.h, mutt.h, mx.c, protos.h, score.c, sort.c:
+       Scoring improvements.
+
+Thu Oct 14 16:09:10 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po: New Russian tranlation for stable.
+
+       * contrib/gpg.rc: New gpg.rc from Roland Rosenfeld.
+
+       * po/fr.po: [stable] New french translation.
+
+       * po/de.po: [stable] Fixes to the German translation.
+
+       * pattern.c:
+       [stable] Fix a segmentation fault when attempting to search
+       pgp-encrypted messages.
+
+       * pattern.c:
+       Fix a segmentation fault when search PGP-encrypted messages.
+
+Mon Oct 11 20:26:41 1999  Thomas Roessler  <roessler@guug.de>
+
+       * VERSION, po/es.po, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-0.96.8
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog:
+       post-release commit for 1.0pre4.
+
+       * po/zh_TW.Big5.po: New Chinese Translation.
+
+       * dotlock.c: [stable] Use dotlock.c from unstable.
+
 Mon Oct 11 19:16:13 1999  Thomas Roessler  <roessler@guug.de>
 
        * po/zh_TW.Big5.po: New Chinese Translation.
index 0862a3e3121ac5a3a14f7c4605387155416cafa4..4a6f3b933f98c92d25ab2f5558a5ed8788e169b1 100644 (file)
@@ -189,6 +189,7 @@ bump-version: test-tlr
        ( cd $(srcdir) && cvs update VERSION )
        awk -F . '{printf("%d.%d.%d\n", $$1, $$2, $$3 + 1);}' $(srcdir)/VERSION > _VERSION.$$$$  \
                && mv _VERSION.$$$$ $(srcdir)/VERSION
+       $(VISUAL) $(srcdir)/VERSION
 
 mutt-dist: bump-version reldate changelog
        touch $(srcdir)/configure.in
diff --git a/VERSION b/VERSION
index 55b9086e48547c7aebca6522f3eaf9ae4e84d0f4..9459d4ba2a0d3cc475f89ed03a13a1517c04798e 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.96.8
+1.1
index d5d1dcf2ca3b587cbcfd56bbff22a114e664d3ca..3f96100a2e1ae66bf7560516286c1ce5114e515b 100644 (file)
--- a/reldate.h
+++ b/reldate.h
@@ -1 +1 @@
-const char *ReleaseDate = "1999-10-11";
+const char *ReleaseDate = "1999-10-22";