Commit 62b637f2 62b637f209e02ffdc4c69384fe24eece83e57024 by Sergey Poznyakoff

Version 2.99.92

* NEWS: Update.
* configure.ac: Update.
* po/POTFILES.in: Update.
1 parent d0769b4f
1 GNU mailutils NEWS -- history of user-visible changes. 2011-06-08 1 GNU mailutils NEWS -- history of user-visible changes. 2011-07-14
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 See the end of file for copying conditions. 4 See the end of file for copying conditions.
...@@ -6,7 +6,7 @@ See the end of file for copying conditions. ...@@ -6,7 +6,7 @@ See the end of file for copying conditions.
6 Please send mailutils bug reports to <bug-mailutils@gnu.org>. 6 Please send mailutils bug reports to <bug-mailutils@gnu.org>.
7 7
8 8
9 Version 2.99.91 (Git) 9 Version 2.99.92 (Git)
10 10
11 This version is highly experimental. It features a rewrite from 11 This version is highly experimental. It features a rewrite from
12 scratch of the stream subsystem and other vital parts of the 12 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 ...@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License along
17 dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. 17 dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 18
19 AC_PREREQ(2.63) 19 AC_PREREQ(2.63)
20 AC_INIT([GNU Mailutils], [2.99.91], [bug-mailutils@gnu.org], [mailutils]) 20 AC_INIT([GNU Mailutils], [2.99.92], [bug-mailutils@gnu.org], [mailutils])
21 AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c]) 21 AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
22 AC_CONFIG_AUX_DIR([build-aux]) 22 AC_CONFIG_AUX_DIR([build-aux])
23 AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-xz std-options silent-rules]) 23 AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-xz std-options silent-rules])
......
...@@ -32,6 +32,7 @@ lib/mailcap.c ...@@ -32,6 +32,7 @@ lib/mailcap.c
32 lib/tcpwrap.c 32 lib/tcpwrap.c
33 lib/xmalloc.c 33 lib/xmalloc.c
34 lib/strexit.c 34 lib/strexit.c
35 lib/manlock.c
35 36
36 libmu_argp/cmdline.c 37 libmu_argp/cmdline.c
37 libmu_argp/common.c 38 libmu_argp/common.c
...@@ -197,7 +198,6 @@ movemail/movemail.c ...@@ -197,7 +198,6 @@ movemail/movemail.c
197 pop3d/apop.c 198 pop3d/apop.c
198 pop3d/bulletin.c 199 pop3d/bulletin.c
199 pop3d/extra.c 200 pop3d/extra.c
200 pop3d/lock.c
201 pop3d/logindelay.c 201 pop3d/logindelay.c
202 pop3d/pop3d.c 202 pop3d/pop3d.c
203 pop3d/popauth.c 203 pop3d/popauth.c
......