]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
even more changes for 0.96
authorlaforge <laforge>
Sun, 20 May 2001 16:15:26 +0000 (16:15 +0000)
committerlaforge <laforge>
Sun, 20 May 2001 16:15:26 +0000 (16:15 +0000)
Changes

diff --git a/Changes b/Changes
index a5d72fb24acc62ac77413c0998c027f4374837b1..4305911b151574d183f68f70a4e120af7543e5d8 100644 (file)
--- 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