]> granicus.if.org Git - mutt/commitdiff
Bump the version to 0.92.11i. mutt-0-92-11i
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 16 Jun 1998 15:18:05 +0000 (15:18 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 16 Jun 1998 15:18:05 +0000 (15:18 +0000)
ChangeLog
Changes
configure
configure.in
reldate.h

index e4e5f5df23734e552b2ab4fb89ecdeb06b41f237..2a49ca4524867a7e812400b78435990363568106 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1797,3 +1797,28 @@ PGP related Changes since 0.92.8i
   updated that part of the documentation.
 
 
+Changes since 0.92.9i
+---------------------
+
+Tue Jun 16 00:22:28 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/PGP-Notes.txt: Including Roland's new procmail recipe.
+
+       * protos.h, pattern.c, menu.c, curs_main.c, compose.c, addrbook.c:
+       Including Vikas' search code for the "attach message" menu.
+
+Mon Jun 15 15:19:49 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mx.c, main.c, mailbox.h, imap.c, commands.c: Brandon's IMAP patch.
+
+Mon Jun  8 20:05:54 1998  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c, pgppubring.c, pgpkey.c,
+       pgpinvoke.c, pgp.h, pgp.c, main.c, init.h,
+       gnupgparse.c, init.c, configure.in, configure,
+       config.h.in, compose.c, acconfig.h, Makefile.in:
+       GPG support, first take.
+
+       * hdrline.c: Fixing the %a format.
+
+       * hdrline.c: Fixing a segmentation fault in the hdr_line code.
diff --git a/Changes b/Changes
index 461f49b43669f301b04612e6f6e03e876d02cbe2..5e668d23de32315eed9a5821c78af9fb71971ba7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,25 +1,25 @@
-Changes since 0.92.9i
----------------------
+Changes since 0.92.10i
+----------------------
 
-Tue Jun 16 00:22:28 1998  Thomas Roessler  <roessler@guug.de>
+Tue Jun 16 15:15:00 1998  Thomas Roessler  <roessler@guug.de>
 
-       * doc/PGP-Notes.txt: Including Roland's new procmail recipe.
+       * imap.h: Check in a proper version of imap.h.
 
-       * protos.h, pattern.c, menu.c, curs_main.c, compose.c, addrbook.c:
-       Including Vikas' search code for the "attach message" menu.
+       * color.c: Fix the "unknown color" bug reported by Vikas.
 
-Mon Jun 15 15:19:49 1998  Thomas Roessler  <roessler@guug.de>
+       * mx.c: Remove a spurious #include "imap.h" from mx.c.
 
-       * mx.c, main.c, mailbox.h, imap.c, commands.c: Brandon's IMAP patch.
+       * doc/style-guide: Add a note about the global Muttrc to style-guide.
 
-Mon Jun  8 20:05:54 1998  Thomas Roessler  <roessler@guug.de>
+       * configure.in, Muttrc.in, configure, Attic/Muttrc, Makefile.in:
+       The global Muttrc contains a list of default settings
+       which can be used as a starting-point for the user's own
+       configuration.
 
-       * recvattach.c, pgppubring.c, pgpkey.c,
-       pgpinvoke.c, pgp.h, pgp.c, main.c, init.h,
-       gnupgparse.c, init.c, configure.in, configure,
-       config.h.in, compose.c, acconfig.h, Makefile.in:
-       GPG support, first take.
+       * pgppubring.c, pgp.h, gnupgparse.c:
+       Removing some duplicate code from gnupgparse.c and
+       pgppubring.c.
 
-       * hdrline.c: Fixing the %a format.
+       * pgpinvoke.c, gnupgparse.c:
+       Include part of Werner Koch's latest GPG patches.
 
-       * hdrline.c: Fixing a segmentation fault in the hdr_line code.
index 0cc89268b2da0530ba1c5c29e86452249fed497a..cc8dca53b4ab01d17f9b89d57250197b3b35f98a 100755 (executable)
--- a/configure
+++ b/configure
@@ -555,7 +555,7 @@ fi
 
 
 
-VERSION=0.92.10
+VERSION=0.92.11
 SUBVERSION=''
 
 echo $ac_n "checking for prefix""... $ac_c" 1>&6
index b76d02f3343b63b58219a20ad90bfa274f5f6efc..3ee0a076b83e71a477967b32185eb7ddc74fb44e 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(mutt.h)
 AC_CONFIG_HEADER(config.h)
-VERSION=0.92.10
+VERSION=0.92.11
 SUBVERSION=''
 
 AC_MSG_CHECKING(for prefix)
index 09fcf307fa4964e0a3ccf1f3288748fc69cf4563..7cece8527692fed087f3a2ccef28944f6f2239bc 100644 (file)
--- a/reldate.h
+++ b/reldate.h
@@ -1 +1 @@
-const char *ReleaseDate = "1998-06-06";
+const char *ReleaseDate = "1998-06-16";