]> granicus.if.org Git - ipset/commitdiff
ipset 6.8 released v6.8
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 11 Jul 2011 09:10:47 +0000 (11:10 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 11 Jul 2011 09:10:47 +0000 (11:10 +0200)
ChangeLog
configure.ac
kernel/ChangeLog

index b7920daa3e07d37dc37cced232b61b8a93c6a665..f642d4472e44df2d5e1dcc4bded9b1cde37c70e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+6.8
+ - Update the manpage and document the limits in hash:net,iface.
+ - README file corrections from Richard Lucassen
+
 6.7
  - Whitespace and coding fixes, detected by checkpatch.pl
  - hash:net,iface type introduced
index 107ba026fdef4a0f747e4fc26187b4fa6e6fa742..0e92b1a81dad3435c1e8f1436b96186875a248a7 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [6.7], [kadlec@blackhole.kfki.hu])
+AC_INIT([ipset], [6.8], [kadlec@blackhole.kfki.hu])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([config.h])
index b74de499068940ae11c12968cfbac5142fd8e11b..00fdf30ab3d345a2d769905101dbfae3ba41212b 100644 (file)
@@ -1,3 +1,10 @@
+6.8
+ - Fix compiler warnings "'hash_ip4_data_next' declared inline after being
+   called" (Chris Friesen)
+ - hash:net,iface fixed to handle overlapping nets behind different
+   interfaces
+ - Make possible to hash some part of the data element only.
+
 6.7
  - Whitespace and coding fixes, detected by checkpatch.pl
  - hash:net,iface type introduced