]> granicus.if.org Git - ipset/commitdiff
ipset 6.26 released v6.26
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 28 Aug 2015 17:01:12 +0000 (19:01 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 28 Aug 2015 17:01:12 +0000 (19:01 +0200)
ChangeLog
configure.ac
kernel/ChangeLog

index 8078a0f69246da10cb541e75e34ecb3419c747f6..1bfd6e5e8723e6f05cc5f24e3fce6582fbc5d048 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+6.26
+  - Out of bound access in hash:net* types fixed (reported by Dave Jones):
+    new tests added to the testsuite to verify the fix
+  - Warn about loaded in ip_set modules at module installation
+  - Use IPSET_BIN in resize-and-list.sh and suppress echoing of loop
+    variable
+  - Manpage typo corrections (David Wittman)
+  - Fix grammar error in manpage (Neutron Soutmun)
+
 6.25.1
   - ipset manpage: refer to iptables-extensions
   - Update userspace header file from the kernel tree
index 5ea2e3669f41189e43b9fa537dede752ee6bc353..91567da673a421cc42f201692ca55e4c802d73f2 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.25.1], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.26], [kadlec@blackhole.kfki.hu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
index f8b25f73e338a28e0ecb1748f0cbb3a1e6dae646..a8a6a496556517c3e1651c00af2f7d8ffea8924b 100644 (file)
@@ -1,3 +1,15 @@
+6.26
+  - Out of bound access in hash:net* types fixed (reported by Dave Jones)
+  - Make struct htype per ipset family (originally from Sergey Popovich)
+  - Optimize hash creation routine (originally from Sergey Popovich)
+  - Make sure element data size is a multiple of u32 (originally from Sergey
+    Popovich)
+  - Make NLEN compile time constant for hash types (originally from Sergey
+    Popovich)
+  - Simplify mtype_expire() for hash types (originally from Sergey Popovich)
+  - Count non-static extension memory into the set memory size for userspace
+  - net: sched: Simplify em_ipset_match (Eric W. Biederman)
+
 6.25.1
   - net/netfilter/ipset: work around gcc-4.4.4 initializer bug
     (Andrew Morton)