From: Thomas Roessler Date: Tue, 16 Jun 1998 15:18:05 +0000 (+0000) Subject: Bump the version to 0.92.11i. X-Git-Tag: mutt-0-92-11i X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4d34d14747c8b69cd98f2d67ad56e3700f42c75;p=mutt Bump the version to 0.92.11i. --- diff --git a/ChangeLog b/ChangeLog index e4e5f5df..2a49ca45 100644 --- 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 + + * 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 + + * mx.c, main.c, mailbox.h, imap.c, commands.c: Brandon's IMAP patch. + +Mon Jun 8 20:05:54 1998 Thomas Roessler + + * 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 461f49b4..5e668d23 100644 --- 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 +Tue Jun 16 15:15:00 1998 Thomas Roessler - * 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 + * 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 + * 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. diff --git a/configure b/configure index 0cc89268..cc8dca53 100755 --- 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 diff --git a/configure.in b/configure.in index b76d02f3..3ee0a076 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/reldate.h b/reldate.h index 09fcf307..7cece852 100644 --- a/reldate.h +++ b/reldate.h @@ -1 +1 @@ -const char *ReleaseDate = "1998-06-06"; +const char *ReleaseDate = "1998-06-16";