]> granicus.if.org Git - ipset/commitdiff
ipset 6.34 released v6.34
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 23 Sep 2017 18:44:37 +0000 (20:44 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 23 Sep 2017 18:44:37 +0000 (20:44 +0200)
ChangeLog
configure.ac
kernel/ChangeLog

index e72523d4c9ad46fa703fe2738314a4ec9173e498..a321a03ee5d8eea6069199b00b5e8d19bd5ba151 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+6.34
+  - testsuite: Make sure it can be run over ssh :-)
+  - Reset state after a command failed, when multiple ones are issued
+    (bugzilla id #1158, reported by Dimitri Grischin)
+  - Handle padding attribute properly in userspace.
+  - Test to check the fix to add an IPv4 range containing more than 2^31
+    addresses
+  - Fix the include guards on the include/libipset/linux_ip_set*.h
+    (bugzilla id #1139, suggested by Quentin Armitage)
+  - New function added in commit 54802b2c is missing from libipset.map
+    (bugzilla id #1182, reported by irherder@gmail.com)
+
 6.33
   - Report if the option is supported by a newer kernel release
   - ipset: Fix ipset command replacement in runtest.sh (Neutron Soutmun)
index 5490e36f003f2332fa6030d3f19a4471d83f3071..0c01680c68e0f7cc03beef0303faa527dca2d12b 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.33], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.34], [kadlec@blackhole.kfki.hu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index 0ed10aeb0ab251d5c2f46e98f5f81df4a38a46a2..95fc7981b7831987d1ccbf07a0673df523fa890b 100644 (file)
@@ -1,3 +1,7 @@
+6.34
+  - Fix adding an IPv4 range containing more than 2^31 addresses
+    (bugzilla id #1005, reported by Oleg Serditov and Oliver Ford)
+
 6.33
   - Backport patch: sctp: remove the typedef sctp_sctphdr_t
   - Backport patch: netfilter: nfnetlink: extended ACK reporting