Commit c6ed0dba c6ed0dbaefd47e4eb961162e6ed103b143f73929 by Sergey Poznyakoff

Version 2.99.95

1 parent a9e36974
GNU mailutils NEWS -- history of user-visible changes. 2011-11-06
GNU mailutils NEWS -- history of user-visible changes. 2011-11-21
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
See the end of file for copying conditions.
......@@ -6,7 +6,7 @@ See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 2.99.94 (Git)
Version 2.99.95 (Git)
This version is a major rewrite of GNU Mailutils. Quite a few parts
of the basic framework were rewritten from scratch, while some others
......@@ -25,7 +25,6 @@ experimental. Not currently implemented are:
- imap client
- nntp client
- Tokyocabinet support
Experimental features are:
......@@ -146,9 +145,6 @@ It is normally not needed to specify --with-gdbm, --with-berkeley-db
or --with-ndbm explicitly. Configuration will automatically pick up
all available DBM libraries it can use.
The Tokyocabinet support (--with-tokyocabinet) is temporarily not
available.
** Imap and nntp clients are not yet implemented
** Experimental features
......
......@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License along
dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
AC_INIT([GNU Mailutils], [2.99.94], [bug-mailutils@gnu.org], [mailutils])
AC_INIT([GNU Mailutils], [2.99.95], [bug-mailutils@gnu.org], [mailutils])
AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-xz std-options silent-rules])
......