summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--kernel/ChangeLog3
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f57f754..c5bf19c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+7.14
+ - Add missing function to libipset.map and bump library version
+ (reported by Jan Engelhardt)
+
7.13
- When parsing protocols by number, do not check it in /etc/protocols.
- Add missing hunk to patch "Allow specifying protocols by number"
diff --git a/configure.ac b/configure.ac
index a3175cf..dd587c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Boilerplate
-AC_INIT([ipset], [7.13], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.14], [kadlec@netfilter.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 77b2399..8262b9c 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,6 @@
+7.14
+ - 64bit division isn't allowed on 32bit, replace it with shift
+
7.13
- Limit the maximal range of consecutive elements to add/delete fix