]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
ipset 7.19 released v7.19
authorJozsef Kadlecsik <kadlec@netfilter.org>
Thu, 21 Sep 2023 06:14:18 +0000 (08:14 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Thu, 21 Sep 2023 06:14:18 +0000 (08:14 +0200)
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
ChangeLog
configure.ac

index cf73acfad0e06bcbf4d8a9716df29b6576701482..4cb08f6700548f2a649c5472e58f50984b335a56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+7.19
+  - build: Fix the double-prefix in pkgconfig (Sam James)
+
 7.18
   - Add json output to list command (Thomas Oberhammer)
   - tests: hash:ip,port.t: Replace VRRP by GRE protocol (Phil Sutter)
index 6c26645c665d61cfee2115c03b24ed108be94bd7..b6d1363bfd85978526a58ccf1b6492a051e9b0aa 100644 (file)
@@ -1,5 +1,5 @@
 dnl Boilerplate
-AC_INIT([ipset], [7.18], [kadlec@netfilter.org])
+AC_INIT([ipset], [7.19], [kadlec@netfilter.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])