Commit ef9baa76 ef9baa7651a5f489368d53b7995ce9800c02df93 by Sergey Poznyakoff

Update

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