summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-05-10 11:54:18 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-05-10 11:54:18 +0200
commit173d19a6e5462373af13e928d860a4db32c36de1 (patch)
tree506e4f51f8e75808f707f306d00a746d6bbac9d7 /ChangeLog
parentfd3b50d53c9dc43ecdb96f77a5f2a6bd59b0bcf2 (diff)
ipset 6.12 released
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74a81a2..d5f01f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+6.12
+ - Cleanup generated files by make tidy
+ - Add more CC warning option to debug mode
+ - Report syntax error messages immediately
+ - Suppress false syntax error messages
+ - Add configure summary for the ipset userspace tool
+ - Add dynamic module support to ipset userspace tool
+ (Neutron Soutmun)
+ - Move ipset_port_usage() into lib (Neutron Soutmun)
+ - Fix invalid assignment to const void pointer (bug reported by Seblu)
+ - Remove unused variables (warnings fixed)
+ - Fix timeout value overflow bug at large timeout parameters
+ (bug reported by Andreas Herz)
+ - Improve ipset help text messages (Mr Dash Four)
+
6.11
- Support hostnames and service names with dash
- Exceptions support added to hash:*net* types