Commit 62b637f2 62b637f209e02ffdc4c69384fe24eece83e57024 by Sergey Poznyakoff

Version 2.99.92

* NEWS: Update.
* configure.ac: Update.
* po/POTFILES.in: Update.
1 parent d0769b4f
GNU mailutils NEWS -- history of user-visible changes. 2011-06-08
GNU mailutils NEWS -- history of user-visible changes. 2011-07-14
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.91 (Git)
Version 2.99.92 (Git)
This version is highly experimental. It features a rewrite from
scratch of the stream subsystem and other vital parts of the
......
......@@ -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.91], [bug-mailutils@gnu.org], [mailutils])
AC_INIT([GNU Mailutils], [2.99.92], [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])
......
......@@ -32,6 +32,7 @@ lib/mailcap.c
lib/tcpwrap.c
lib/xmalloc.c
lib/strexit.c
lib/manlock.c
libmu_argp/cmdline.c
libmu_argp/common.c
......@@ -197,7 +198,6 @@ movemail/movemail.c
pop3d/apop.c
pop3d/bulletin.c
pop3d/extra.c
pop3d/lock.c
pop3d/logindelay.c
pop3d/pop3d.c
pop3d/popauth.c
......