diff options
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 |
commit | 4197eaf7b57056454cec3112683d84a3d0d7b194 (patch) | |
tree | 831813de1e8192e5a493200783ae17b770fcc61d /ChangeLog | |
parent | 85617e012de1df43070bd4fba80ecce50dd87735 (diff) | |
download | conntrack-tools-4197eaf7b57056454cec3112683d84a3d0d7b194.tar.gz conntrack-tools-4197eaf7b57056454cec3112683d84a3d0d7b194.zip |
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-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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) ------------------------------ |