]> granicus.if.org Git - libnl/commitdiff
Undo soname bump
authorThomas Graf <tgraf@suug.ch>
Tue, 22 Jan 2013 18:07:09 +0000 (19:07 +0100)
committerThomas Graf <tgraf@suug.ch>
Wed, 23 Jan 2013 10:02:37 +0000 (11:02 +0100)
The soname was bumped before 3.2.18 was released to reflect
an ABI change in the cache and object API.

This caused a discussion with various distribution maintainers
involved as it prevented them from including the release in
their stable branches. This is especially unfortunate as the
corresponding API is unused outside of libnl as of now.

For this reason, I have decided to undo the soname bump and
instead remove the corresponding header files from the list of
installable headers and thus remove them from the public API.

This is a API break technically but since nobody is using
them it should not matter. If you are in fact using any of the
*-api.h headers please let me know and we are most likely to
start a new development branch.

If your application linked against 3.2.18 or 3.2.19 you will need
to relink if you want it to use >= 3.2.20.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
configure.ac

index 148cf5d346e878112d13f6319f25fb41fcb3f9c4..08b61a40cc9ccd2ab1352cef3ffbf99ed179fbb2 100644 (file)
@@ -34,9 +34,9 @@ m4_define([libnl_micro_version], [19])
 # 6. If any interfaces have been removed since the last public release, then
 #    set age to 0.
 
-m4_define([libnl_lt_current],    [215])
+m4_define([libnl_lt_current],    [216])
 m4_define([libnl_lt_revision],  [0])
-m4_define([libnl_lt_age],        [14])
+m4_define([libnl_lt_age],        [16])
 
 m4_define([libnl_version],
          [libnl_major_version.libnl_minor_version.libnl_micro_version])