misc: Prepare the release of libosmocore 0.9.0

Bump the ABI version of libosmovty and we need to do this
recursively to force rebuilds of our software.
This commit is contained in:
Holger Hans Peter Freyther 2015-11-03 09:30:52 +01:00
parent c337693c4c
commit 8649d57f50
6 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1 @@
#library what description / commit summary line
libosmovty abi-change stats/vty: Add stats configuration (enum node_type has changed)
libosmovty abi-change vty: Add reserved nodes to enum node_type

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
libosmocore (0.9.0) unstable; urgency=medium
* StatsD support
* Disable building of static libraries
* GTP Hub and OAP ports/identifiers assigned
-- Holger Hans Peter Freyther <holger@moiji-mobile.com> Tue, 03 Nov 2015 09:31:41 +0100
libosmocore (0.8.3) unstable; urgency=medium
* Prepare new release

4
debian/control vendored
View File

@ -11,7 +11,7 @@ Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmocore.git;a=summary
Package: libosmocore
Section: libs
Architecture: any
Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty2, ${misc:Depends}
Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty3, ${misc:Depends}
Multi-Arch: foreign
Description: Open Source MObile COMmunications CORE library
@ -43,7 +43,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Osmo GSM utility library
Package: libosmovty2
Package: libosmovty3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}

View File

@ -1,5 +1,4 @@
usr/include/*
usr/lib/*/lib*.a
usr/lib/*/lib*.so
usr/lib/*/lib*.la
usr/lib/*/pkgconfig/*

View File

@ -1,6 +1,6 @@
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
LIBVERSION=2:0:0
LIBVERSION=3:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -Wall