]> granicus.if.org Git - ipset/commitdiff
ipset 6.11 released v6.11 v6.12
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 14 Jan 2012 14:25:34 +0000 (15:25 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 14 Jan 2012 14:25:34 +0000 (15:25 +0100)
ChangeLog
configure.ac
kernel/ChangeLog

index 8137cc075b886e7c0d493b8a4a190992a650eaf2..74a81a233aa5c0931064fc72029073e1160b9e52 100644 (file)
--- 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)
index a0bc58dff91d114f9f77564997312ad6b959e7a2..00f1115edd1136bc6ef234e125ea15f2efd61743 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.10], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.11], [kadlec@blackhole.kfki.hu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index cf502e698c9b755af94337e12da168fff034a1c0..69d3e54e8f5ba47540fdcedf8cacdfe25b2206d1 100644 (file)
@@ -1,3 +1,9 @@
+6.11
+ - hash:net,iface timeout bug fixed
+ - Exceptions support added to hash:*net* types
+ - net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
+ - Log warning when a hash type of set gets ful
+
 6.10
  - Invert the logic to include version.h in ip_set_core.c
  - Suppress false compile-time warnings about uninitialized variable ip_to