summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-03-27 21:13:56 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-03-27 21:13:56 +0200
commit3358598ede4493b0062169c2eeb3221ec2e229c7 (patch)
tree7e464b936014dea4a9bded7fd3b6233febae3bba
parent0a02badb031a2b158a8b96c5813afdde3e6eb167 (diff)
ipset 6.2 releasedv6.2
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
-rw-r--r--kernel/ChangeLog6
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2316c5e..8bba1f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+6.2
+ - Manpage update
+
6.1
- Manpage was not installed (reported by Mark A. Ziesemer)
- SCTP, UDPLITE support to the hash:*port* types added
diff --git a/configure.ac b/configure.ac
index 2113069..e8d8676 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Boilerplate
-AC_INIT([ipset], [6.1], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.2], [kadlec@blackhole.kfki.hu])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index e7f747b..bf387bd 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,9 @@
+6.2
+ - list:set timeout variant fixes
+ - References are protected by rwlock instead of mutex
+ - Add explicit text message to detect patched kernel (netlink.patch)
+ - Timeout can be modified for already added elements
+
6.1
- The hash:*port* types ignored the address range with non TCP/UDP, fixed
- Fix checking the revision number of the set type at create command