summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-15 12:44:21 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-15 12:44:21 +0000
commit4197eaf7b57056454cec3112683d84a3d0d7b194 (patch)
tree831813de1e8192e5a493200783ae17b770fcc61d /ChangeLog
parent85617e012de1df43070bd4fba80ecce50dd87735 (diff)
Max Kellermann <max@duempel.org>:
the global variable "alarm" conflicts with the alarm() function from unistd.h. resolve that conflict by giving those two global variables a better name.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c090831..27f48b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
version 0.9.6 (yet unreleased)
------------------------------
+Pablo Neira Ayuso <pablo@netfilter.org>:
+
o fix compilation problem due to missing headers (Krisztian Kovacs)
o include kernel options and Fedora comments in the INSTALL file
o remove -lpthread during compilation
@@ -38,7 +40,11 @@ o rename class `buffer' to `queue' which is what it really implements
o fix logfiles permissions, do not default to umask
o wake up the daemon iff there are real events to handle instead of polling
o add support for tagged vlan interfaces in the config file, e.g. eth0.1
-o improve alarm framework based on suggestions from Max Duempel
+o improve alarm framework based on suggestions from Max Kellerman
+
+Max Kellermann <max@duempel.org>:
+= conntrackd =
+o resolve global variable "alarm" conflict with alarm() function in unistd.h.
version 0.9.5 (2007/07/29)
------------------------------