]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
Add missing function to libipset.map and bump library version
authorJozsef Kadlecsik <kadlec@netfilter.org>
Wed, 28 Jul 2021 14:02:49 +0000 (16:02 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Wed, 28 Jul 2021 14:02:49 +0000 (16:02 +0200)
A new function was not added to libipset.map at the previous release,
fix it. Reported by Jan Engelhardt.

Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Make_global.am
lib/libipset.map

index 3ad7f73b28479387dcc311078e5b46a44edb4761..ed92cfec7a207aba3f360d03dda321a98b41ccd5 100644 (file)
@@ -69,7 +69,7 @@
 # interface. 
 
 #            curr:rev:age
-LIBVERSION = 15:0:2
+LIBVERSION = 16:0:3
 
 AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include
 
index 12d16a4faf53c1c0affc3cb24972f8fd54c0f1df..c380f9cde2edcaf6086a7659bc0b21be99c8f40b 100644 (file)
@@ -208,3 +208,8 @@ global:
   ipset_print_hexnumber;
 } LIBIPSET_4.9;
 
+LIBIPSET_4.11 {
+global:
+  ipset_xlate_argv;
+} LIBIPSET_4.10;
+