]> granicus.if.org Git - ipset/commitdiff
ipset 6.4 released v6.4
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 19 Apr 2011 11:43:29 +0000 (13:43 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 19 Apr 2011 11:43:29 +0000 (13:43 +0200)
ChangeLog
configure.ac
kernel/ChangeLog

index ff4970d129635b1692f59e5f43803948c5922226..e8e9a69f5b4ea2da2667a65ac2d0484409a7fe57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+6.4
+ - Get rid of the trailing empty line at listing sets
+ - Fix XML listing, remove broken unused "elements" tag
+ - Support listing setnames and headers too
+ - Sorting is dependent on the locale settings, use LC_ALL=C
+ - Use unified diff output in tests
+
 6.3
  - Testsuite changes: keep temporary files
  - bitmap:ip,mac type requires "src" for MAC: manpage is updated to reflect
index 7dc8b2e564ed1f5f372cf91cb4f23e351c562d90..7a45df64743c16343e10f357f8d4da66f5b88159 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.3], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.4], [kadlec@blackhole.kfki.hu])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([config.h])
index 2366da40261629a60dd79220707926b86690441e..aa0c58fbcfd095df1cfcf4da377ea08726d491d8 100644 (file)
@@ -1,3 +1,8 @@
+6.4
+ - Support listing setnames and headers too
+ - Fix the order of listing of sets
+ - Options and flags support added to the kernel API
+
 6.3
  - ipset/Kconfig was a mixed up kernel config file, fixed (Michael Tokarev)
  - bitmap:ip,mac type requires "src" for MAC, enforce it