release: Prepare the 0.6.4 release of libosmocore

New interfaces and ABI incompatible changes in the GB library
This commit is contained in:
Holger Hans Peter Freyther 2013-10-10 14:17:51 +02:00
parent 16ae51eb19
commit f41e5e6c5d
4 changed files with 10 additions and 4 deletions

8
debian/changelog vendored
View File

@ -1,4 +1,10 @@
libosmocore (0.6.3+git1-1) UNRELEASED; urgency=low
libosmocore (0.6.4) UNRELEASED; urgency=low
* GPRS related changes, some GSM encoding/decoding changes
-- Holger Hans Peter Freyther <holger@freyther.de> Thu, 10 Oct 2013 14:16:37 +0200
libosmocore (0.6.3+git1-1) unstable; urgency=low
* New upstream release with new primitives, USSD fixes.
* Split libosmocore into several package. One lib per package.

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, libosmocore4, libosmogb2, libosmogsm4, libosmovty0, ${misc:Depends}
Depends: libosmocodec0, libosmocore4, libosmogb3, libosmogsm4, libosmovty0, ${misc:Depends}
Description: Open Source MObile COMmunications CORE library
Package: libosmocodec0
@ -26,7 +26,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmo Core library
Package: libosmogb2
Package: libosmogb3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}

View File

@ -3,7 +3,7 @@
#
# 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_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} -fno-strict-aliasing $(all_includes) -I$(top_srcdir)/include