summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-04-23 11:55:06 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-04-23 11:55:06 +0000
commit09ac4b9e8ad1ef29bad887fd639226b5bd7e69aa (patch)
tree9637f39435fe75acd5ded97d98dcef887d45471d
parentc9e22107fb658b00ac9b041a1e06a5549dcd7181 (diff)
downloadmailutils-09ac4b9e8ad1ef29bad887fd639226b5bd7e69aa.tar.gz
mailutils-09ac4b9e8ad1ef29bad887fd639226b5bd7e69aa.tar.bz2
Updated
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3407de738..78b27a519 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2003-04-23 Sergey Poznyakoff
+
+ * configure.ac: Renamed --enable-mysql to --with-mysql. Added
+ --with-postgres option.
+ Use AC_FUNC_MALLOC and AC_FUNC_REALLOC instead of old jm_*
+ versions.
+ * README: Documented --with-mysql and --with-postgres
+
+ * auth/pgsql.c: New file.
+ * auth/mysql.c: New file.
+ * auth/sql.h: New file.
+ * auth/Makefile.am: Added new files.
+ * auth/sql.c: Moved mysql-specific code to mysql.c
+
+ * m4/lib.m4: New file.
+ * m4/malloc.m4: Removed.
+ * m4/realloc.m4: Removed.
+ * m4/Makefile.am: Added lib.m4, removed malloc.m4 and realloc.m4
+
+ * lib/xmalloc.c: Adjusted for use with new AC_CHECK_ macros.
+
+ * include/mailutils/mu_auth.h: Include <mailutils/types.h>,
+ protect the file contents by #ifndef .. #endif
+ * mailbox/mu_argp.c (mu_conf_option): Reflect HAVE_PGSQL
+
2003-04-22 Sergey Poznyakoff
* mailbox/imap/folder.c (imap_literal_string): Bugfix. Literal

Return to:

Send suggestions and report system problems to the System administrator.