Commit ef9baa76 ef9baa7651a5f489368d53b7995ce9800c02df93 by Sergey Poznyakoff

Update

1 parent 2aeeeff8
1 2006-04-19 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * NEWS: Update
4 * README: Document --with-berkeley-db option
5 * configure.ac (--with-berkeley-db): New option
6 (--with-db2): Deprecated. Remove from the help list.
7 Raise version number to 0.6.94
8
9 * lib/mu_dbm.c: Add support for Berkeley DB >= 3
10 * lib/mu_dbm.h: Likewise
11 * pop3d/popauth.c: Likewise
12 * mailbox/nls.c: Include stdlib.h
13
14 * doc/texinfo/address.texi, doc/texinfo/attribute.texi,
15 doc/texinfo/auth.texi, doc/texinfo/body.texi,
16 doc/texinfo/envelope.texi, doc/texinfo/folder.texi,
17 doc/texinfo/framework.texi, doc/texinfo/headers.texi,
18 doc/texinfo/imap4.texi, doc/texinfo/iterator.texi,
19 doc/texinfo/libsieve.texi, doc/texinfo/locker.texi,
20 doc/texinfo/mailbox.texi, doc/texinfo/mailcap.texi,
21 doc/texinfo/mailer.texi, doc/texinfo/mbox.texi,
22 doc/texinfo/message.texi, doc/texinfo/mime.texi,
23 doc/texinfo/nntp.texi, doc/texinfo/parse822.texi,
24 doc/texinfo/pop3.texi, doc/texinfo/smtp.texi,
25 doc/texinfo/stream.texi, doc/texinfo/url.texi: Reflect namespace
26 changes.
27
1 2006-04-05 Sergey Poznyakoff <gray@gnu.org.ua> 28 2006-04-05 Sergey Poznyakoff <gray@gnu.org.ua>
2 29
3 * THANKS: Add Willem Jaap Zwart 30 * THANKS: Add Willem Jaap Zwart
......
1 GNU mailutils NEWS -- history of user-visible changes. 2006-04-05 1 GNU mailutils NEWS -- history of user-visible changes. 2006-04-19
2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3 See the end of file for copying conditions. 3 See the end of file for copying conditions.
4 4
5 Please send mailutils bug reports to <bug-mailutils@gnu.org>. 5 Please send mailutils bug reports to <bug-mailutils@gnu.org>.
6 6
7 Version 0.6.94:
8
9 * Add support for Berkeley DB 3.x and 4.x
10
11 * Bugfixes:
12 ** Fix handling of file name containing whitespace characters in imap4 server
13 and library.
14 ** frm: Fix coredump on empty From headers
15
16
7 Version 0.6.93: 17 Version 0.6.93:
8 18
9 * The library namespace is optimized. Now all global identifiers begin 19 * The library namespace is optimized. Now all global identifiers begin
...@@ -93,8 +103,6 @@ place. ...@@ -93,8 +103,6 @@ place.
93 ** movemail: did not preserve input mailbox if an I/O error happened on the 103 ** movemail: did not preserve input mailbox if an I/O error happened on the
94 output one. Debian Bug#344420. 104 output one. Debian Bug#344420.
95 ** Fix handling of Alternate-Mailboxes in MH 105 ** Fix handling of Alternate-Mailboxes in MH
96 ** Fix handling of file name containing whitespace characters in imap4 server
97 and library.
98 106
99 107
100 Version 0.6.91: 108 Version 0.6.91:
......
1 dnl Configuration for GNU Mailutils -- a suite of utilities for electronic mail 1 dnl Configuration for GNU Mailutils -- a suite of utilities for electronic mail
2 dnl 2 dnl
3 dnl Copyright (C) 1999,2000,2001,2002,2003,2004,2005 Free Software Foundation, Inc. 3 dnl Copyright (C) 1999,2000,2001,2002,2003,2004,2005,
4 dn; 2006 Free Software Foundation, Inc.
4 dnl 5 dnl
5 dnl GNU Mailutils is free software; you can redistribute it and/or modify 6 dnl GNU Mailutils is free software; you can redistribute it and/or modify
6 dnl it under the terms of the GNU General Public License as published by 7 dnl it under the terms of the GNU General Public License as published by
......