summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2001-05-20 16:15:26 +0000
committerlaforge <laforge>2001-05-20 16:15:26 +0000
commitfb4b072338528ce31967ed15d8e1e9e44be93dd4 (patch)
tree209e2bea2bbb688d515896db39166c6cf2685b97
parent89f2a6ee26db5fddca259000b67e4990f64e8b72 (diff)
even more changes for 0.96
-rw-r--r--Changes5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index a5d72fb..4305911 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,14 @@
Version 0.96
- support for old mysql versions (Alexander Janssen)
- support for dotted-quad IP addresses in MySQL (Alexander Janssen)
+- added support for synchronous write to LOGEMU (Michael Stolovitzsky)
- autoconf now checks for mysql .so libraries instead of static .a
- autoconf now includes /usr/src/linux/include, because most distros
now have a glibc-provided /usr/include/linux :(
- removed ./configure from CVS tree as it may cause inconsistencies
-- added support for synchronous write to LOGEMU (Michael Stolovitzsky)
+- better commented example configuration file
+- Makefiles now know DESTDIR (for RPM packaging)
+- documentation now built at release-time, not compile time
Version 0.95
- libipulog problems of 0.94 fixed