summaryrefslogtreecommitdiffstats
path: root/ulogd
diff options
context:
space:
mode:
authorlaforge <laforge>2001-05-20 16:15:26 +0000
committerlaforge <laforge>2001-05-20 16:15:26 +0000
commit8ca638ac3d70b9c28cceb42ef25e8f77f099f738 (patch)
tree08b9eeca8692f8ac130fbfda26802befdf82463d /ulogd
parentac7eaec9a26fdccd5d363f9894f41a335efd9086 (diff)
even more changes for 0.96
Diffstat (limited to 'ulogd')
-rw-r--r--ulogd/Changes5
1 files changed, 4 insertions, 1 deletions
diff --git a/ulogd/Changes b/ulogd/Changes
index a5d72fb..4305911 100644
--- a/ulogd/Changes
+++ b/ulogd/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