diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | kernel/ChangeLog | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f510bfe..4c9fcad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Boilerplate -AC_INIT([ipset], [6.16], [kadlec@blackhole.kfki.hu]) +AC_INIT([ipset], [6.16.1], [kadlec@blackhole.kfki.hu]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) diff --git a/kernel/ChangeLog b/kernel/ChangeLog index ac91939..0c26ba8 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,7 @@ +6.16.1 + - Add ipset package version to external module description + - Backport RCU handling up to 2.6.32.x + 6.16 - Netlink pid is renamed to portid in kernel 3.7.0 - Fix RCU handling when the number of maximal sets are increased |