summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-26 14:34:13 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-26 14:34:13 +0000
commit736f45309f3463345750cebf8616910b67b4c722 (patch)
treee629315a7aa5ea83d6fdceeb355cccb0c0944807 /ChangeLog
parentdf054f40a7a7fcd6e649ebbb071da98f2e1d971e (diff)
downloadmailutils-736f45309f3463345750cebf8616910b67b4c722.tar.gz
mailutils-736f45309f3463345750cebf8616910b67b4c722.tar.bz2
* configure.ac (MU_APP_LIBRARIES): Load libmuaux after libmuargp
and libcfg. (fgetpwent): Use AC_CHECK_FUNCS * auth/virtual.c: Use mu_fgetpwent if fgetpwent is not available. * lib/Makefile.am: Add back utmp.c * lib/utmp.c: Restore after unintended remove. * m4/utmp.m4: Fix quoting. * libcfg/gsasl.c, libcfg/ldap.c, libcfg/pam.c, libcfg/radius.c, libcfg/sieve.c, libcfg/sql.c, libcfg/tls.c, libcfg/virtdomain.c: Include stdlib.h * libproto/imap/folder.c, libproto/mbox/mbox.c, libproto/mbox/mbox0.h, libproto/pop/mbox.c, mailbox/attachment.c, mailbox/mailbox.c, mailbox/parsedate.y: Do not use alloca. * mailbox/Makefile.am (libmailutils_la_SOURCES): Add fgetpwent.c and intprops.h. * mailbox/fgetpwent.c (fgetpwent): Rename to mu_fgetpwent. * mailbox/gocs.c: Revert recent change. It broke the testsuite in sieve. * mailbox/syslog.c (log_facility): Initialize to LOG_FACILITY.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f61ae9726..69998d3c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
2007-11-26 Sergey Poznyakoff <gray@gnu.org.ua>
+ * configure.ac (MU_APP_LIBRARIES): Load libmuaux after libmuargp
+ and libcfg.
+ (fgetpwent): Use AC_CHECK_FUNCS
+ * auth/virtual.c: Use mu_fgetpwent if fgetpwent is not available.
+
+ * lib/Makefile.am: Add back utmp.c
+ * lib/utmp.c: Restore after unintended remove.
+ * m4/utmp.m4: Fix quoting.
+
+ * libcfg/gsasl.c, libcfg/ldap.c, libcfg/pam.c, libcfg/radius.c,
+ libcfg/sieve.c, libcfg/sql.c, libcfg/tls.c, libcfg/virtdomain.c:
+ Include stdlib.h
+
+ * libproto/imap/folder.c, libproto/mbox/mbox.c,
+ libproto/mbox/mbox0.h, libproto/pop/mbox.c, mailbox/attachment.c,
+ mailbox/mailbox.c, mailbox/parsedate.y: Do not use alloca.
+
+ * mailbox/Makefile.am (libmailutils_la_SOURCES): Add fgetpwent.c
+ and intprops.h.
+ * mailbox/fgetpwent.c (fgetpwent): Rename to mu_fgetpwent.
+ * mailbox/gocs.c: Revert recent change. It broke the testsuite in
+ sieve.
+ * mailbox/syslog.c (log_facility): Initialize to LOG_FACILITY.
+
* configure.ac, NEWS: Add LDAP support.
* auth/Makefile.am (libmuauth_la_SOURCES): Add ldap.c.
* auth/ldap.c: New file.

Return to:

Send suggestions and report system problems to the System administrator.