]> granicus.if.org Git - ipset/commitdiff
ipset 6.3 released v6.3
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sun, 10 Apr 2011 15:26:09 +0000 (17:26 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sun, 10 Apr 2011 15:26:09 +0000 (17:26 +0200)
ChangeLog
configure.ac
kernel/ChangeLog

index 8bba1f483de981b28f16fba3b5da0d04076c58e8..ff4970d129635b1692f59e5f43803948c5922226 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+6.3
+ - Testsuite changes: keep temporary files
+ - bitmap:ip,mac type requires "src" for MAC: manpage is updated to reflect
+   the change
+ - Testsuite checks added (SET target and dir parameter checks)
+
 6.2
  - Manpage update
 
index e8d86766d6a79a8c84fa10201adedbe7ca915ec2..7dc8b2e564ed1f5f372cf91cb4f23e351c562d90 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.2], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.3], [kadlec@blackhole.kfki.hu])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([config.h])
index bf387bdc2e251698bacd320fbea371888424864c..2366da40261629a60dd79220707926b86690441e 100644 (file)
@@ -1,3 +1,9 @@
+6.3
+ - ipset/Kconfig was a mixed up kernel config file, fixed (Michael Tokarev)
+ - bitmap:ip,mac type requires "src" for MAC, enforce it
+ - whitespace fixes: some space before tab slipped in
+ - set match and SET target fixes (bugs reported by Lennert Buytenhek)
+
 6.2
  - list:set timeout variant fixes
  - References are protected by rwlock instead of mutex