Commit a1b82340 a1b82340c54ee3a05e78eecb5b8a5a96fd5d1bd5 by Sergey Poznyakoff

Update

1 parent 1534edc7
2006-04-22 Sergey Poznyakoff <gray@gnu.org.ua>
* NEWS, README: Updated
* configure.ac: Minor change
* guimb/scm/Makefile.am (sieve.scm): Use auxiliary sed script to
create.
......
GNU mailutils NEWS -- history of user-visible changes. 2006-04-19
GNU mailutils NEWS -- history of user-visible changes. 2006-05-24
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
See the end of file for copying conditions.
......@@ -7,9 +7,16 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 0.6.94:
* Add support for Berkeley DB 3.x and 4.x
See the description of --with-berkeley-db option in the README file.
* Add support for Guile 1.8.x
* The module mailutils.scm is now defined as (mailutils mailutils). Please
change your (use-modules) statements accordingly.
* Scheme modules can now be installed in the site-wide Guile directory.
See the description of --with-guiledir option in the README file.
* Bugfixes:
** Fix handling of file names containing whitespace characters in imap4 server
and library.
......
......@@ -112,7 +112,7 @@ guile-procedures.txt: $(DOT_DOC_FILES)
mailutils.scm: mailutils.scm.in $(C_SRCS:.c=.inc)
m4 -DVERSION=$(VERSION) -DLIBDIR=$(libdir) \
-DBUILDDIR=$(top_builddir)/libmu_scm \
mailutils.scm.in > $@
$(srcdir)/mailutils.scm.in > $@
## Add -MG to make the .x magic work with auto-dep code.
......
# Error messages for GNU Mailutils
# Copyright (C) 2005 Free Software Foundation, Inc.
# Copyright (C) 2005, 2006 Free Software Foundation, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
......