]> granicus.if.org Git - ipset/commitdiff
ipset 5.3 released v5.3
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 18 Jan 2011 19:47:44 +0000 (20:47 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 18 Jan 2011 19:47:44 +0000 (20:47 +0100)
ChangeLog
configure.ac
kernel/ChangeLog

index 49872b7ac25c314efc469d25810ffac8fdb649d4..c6b1297222e16ea16cd4c8fe3d52b09c60b080e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+5.3
+ - Set the non-debug compiling the default
+ - Testsuite fix of ospf replaced with vrrp.
+ - Fix build with NDEBUG defined (Holger Eitzenberger)
+ - Do session initialization once (Holger Eitzenberger)
+ - Make IPv4 and IPv6 address handling similar (Holger Eitzenberger)
+ - Show correct line numbers in restore output for parser errors
+   (Holger Eitzenberger)
+ - Replace ospf with vrrp in the testsuite
+ - Remove autogenerated files (Jan Engelhardt)
+ - Use only AC_CANONICAL_HOST (Jan Engelhardt)
+
 5.2
  - Handle internal printing errors
  - Use cast to void * instead of memcpy as Sparc workaround at sockaddr_XXX
index 93d5331448227a686a57d41394bf139515baeb79..d1f001dd8ed592439ad1e00af2d623af4f12438b 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [5.2], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [5.3], [kadlec@blackhole.kfki.hu])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([config.h])
index 4acaa89a3a42c1f6d1cb42926b81525c4646155b..a8be34d69845790a9c8dd7dbf33a69f70dae1a39 100644 (file)
@@ -1,3 +1,12 @@
+5.3
+ - There is no need to call synchronize_net() at swapping
+ - Replace strncpy with strlcpy at creating a set
+ - Update copyright date and some style changes
+ - Use jhash.h accepted in kernel, with backward compatibility
+ - Separate prefixlens from ip_set core
+ - Remove unused ctnl parameter from call_ad (Jan Engelhardt)
+ - Comment the possible return values of the add/del/test type-functions
+
 5.2
  - Kernel version check at minimal supported version was mistyped, now fixed.