]> granicus.if.org Git - ipset/commitdiff
libipset: Bump lib version and update map file
authorNeutron Soutmun <neo.neutron@gmail.com>
Fri, 24 Oct 2014 09:36:22 +0000 (16:36 +0700)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 28 Oct 2014 06:34:17 +0000 (07:34 +0100)
The ipset_parse_uint16() was introduced but no lib version bumped and
no map file updated.

Bump lib version to 9:0:6. (current and age was bumped)

Signed-off-by: Neutron Soutmun <neo.neutron@gmail.com>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Make_global.am
lib/libipset.map

index 7953451aeaa3bd4db61b1a3985bebafa01ba9eea..f9ec7b2bf46d40ffe14df20719885c5ca73f1bc2 100644 (file)
@@ -69,7 +69,7 @@
 # interface. 
 
 #            curr:rev:age
-LIBVERSION = 8:0:5
+LIBVERSION = 9:0:6
 
 AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include \
        -I/usr/local/include
index 58174ec1ac001c5e58548ea3973338144a586656..61f6d6ec832de05c64ff567a1d31c71a2ea9a29d 100644 (file)
@@ -152,3 +152,8 @@ global:
   ipset_print_skbmark;
   ipset_print_skbprio;
 } LIBIPSET_4.2;
+
+LIBIPSET_4.4 {
+global:
+  ipset_parse_uint16;
+} LIBIPSET_4.3;