Prepare a new libosmocore release

This commit is contained in:
Holger Hans Peter Freyther 2015-01-18 19:05:19 +01:00
parent 4deb2dfa25
commit 25aeab7a82
7 changed files with 12 additions and 9 deletions

View File

@ -1,4 +1 @@
#library what description / commit summary line
libosmocore abi-change logging: Add ability to save/print current log filters
libosmocore abi-change gtp: Add a global region for the gtp library of OpenGGSN
libosmovty abi-change vty: Check with the application before writing the config

8
debian/changelog vendored
View File

@ -1,4 +1,10 @@
libosmocore (0.7.0) UNRELEASED; urgency=medium
libosmocore (0.8.0) UNRELEASED; urgency=medium
* New upstream release of libosmocore.
-- Holger Hans Peter Freyther <holger@freyther.de> Sun, 18 Jan 2015 19:04:10 +0100
libosmocore (0.7.0) unstable; urgency=medium
* New upstream release of libosmocore.

6
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, libosmocore5, libosmogb3, libosmogsm5, libosmovty0, ${misc:Depends}
Depends: libosmocodec0, libosmocore6, libosmogb3, libosmogsm5, libosmovty1, ${misc:Depends}
Description: Open Source MObile COMmunications CORE library
Package: libosmocodec0
@ -20,7 +20,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmo codec library
Package: libosmocore5
Package: libosmocore6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@ -38,7 +38,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmo GSM utility library
Package: libosmovty0
Package: libosmovty1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}

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=5:0:0
LIBVERSION=6:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -Wall

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=0:1:0
LIBVERSION=1:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -Wall