summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-01-14 15:25:34 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-01-14 15:25:34 +0100
commitfe8800c8ad505196d4cde9fca21d868751760c9f (patch)
tree108278a79926b11b4c661f9a40519d20a56dcd9e /ChangeLog
parent36e483b303b11890e870eba5a8c798b170244cb3 (diff)
ipset 6.11 releasedv6.12v6.11
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8137cc0..74a81a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+6.11
+ - Support hostnames and service names with dash
+ - Exceptions support added to hash:*net* types
+ - Log warning when a hash type of set gets full
+ - Set types moved into libipset library
+ - Library map file added in order to support library versioning
+ - doc: Linux 2.6.39 already has the defs (Jan Engelhardt)
+ - build: install libipset in the right place (Jan Engelhardt)
+ - Provide a pkgconfig file (Jan Engelhardt)
+ - build: make distcheck work and use POSIX mode for tarball generation
+ (Jan Engelhardt)
+ - build: install libipset/linux_ip_set_list.h (Jan Engelhardt)
+ - build: include libipset/nfproto.h (Jan Engelhardt)
+ - build: process include/libipset/ (Jan Engelhardt)
+ - build: use AC_CONFIG_AUX_DIR and stash away tools (Jan Engelhardt)
+ - Update .gitignore (Jan Engelhardt)
+
6.10
- Tests added to check ICMP/ICMPv6 type/code parsing
- ICMP/ICMPv6 type/code parser bug fixed (bug reported by Sabitov)