summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-15 15:34:04 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-15 15:34:04 +0200
commitf9e0534c466334ac60ec5eb63525800f3a64ac26 (patch)
treec8281c76a1f7638016447d56235690ec8f9ba7ee
parentbb4f6b818fe371b754abd61cffb97cb5145e8e1d (diff)
ipset 6.5 releasedv6.5
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
-rw-r--r--kernel/ChangeLog5
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e8e9a69..d32cf3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+6.5
+ - Support range for IPv4 at adding/deleting elements for hash:*net* types
+ - Disable type revisions which are not supported both by the kernel and
+ ipset
+ - Update ipset help text to reflect SCTP and UDPLITE support
+ - Ignore -n flag (list just setnames) when sets are to be saved
+
6.4
- Get rid of the trailing empty line at listing sets
- Fix XML listing, remove broken unused "elements" tag
diff --git a/configure.ac b/configure.ac
index 7a45df6..3ccef61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Boilerplate
-AC_INIT([ipset], [6.4], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.5], [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 aa0c58f..2603609 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,8 @@
+6.5
+ - Support range for IPv4 at adding/deleting elements for hash:*net* types
+ - Set type support with multiple revisions added
+ - Fix adding ranges to hash types
+
6.4
- Support listing setnames and headers too
- Fix the order of listing of sets