diff options
-rw-r--r-- | TODO-RELEASE | 1 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/libosmogsm5.install (renamed from debian/libosmogsm4.install) | 0 | ||||
-rw-r--r-- | src/gsm/Makefile.am | 2 |
5 files changed, 10 insertions, 5 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 2a1f9788..43b1e8ef 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,2 +1 @@ #library what description / commit summary line -libosmogsm abi-change Prevent LAPD tx_queue from filling up in polling mode diff --git a/debian/changelog b/debian/changelog index 4167e3a6..593f370d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -libosmocore (0.6.5) UNRELEASED; urgency=medium +libosmocore (0.6.6) UNRELEASED; urgency=medium + + * New upstream release of libosmocore. + + -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 31 Mar 2014 15:37:33 +0200 + +libosmocore (0.6.5) unstable; urgency=medium * New upstream release of libosmocore diff --git a/debian/control b/debian/control index d63c1587..4af7e856 100644 --- a/debian/control +++ b/debian/control @@ -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, libosmogb3, libosmogsm4, libosmovty0, ${misc:Depends} +Depends: libosmocodec0, libosmocore4, libosmogb3, libosmogsm5, libosmovty0, ${misc:Depends} Description: Open Source MObile COMmunications CORE library Package: libosmocodec0 @@ -32,7 +32,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Osmo GPRS GB library -Package: libosmogsm4 +Package: libosmogsm5 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/libosmogsm4.install b/debian/libosmogsm5.install index 12c9180a..12c9180a 100644 --- a/debian/libosmogsm4.install +++ b/debian/libosmogsm5.install diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am index 3162a7fc..46698cdc 100644 --- a/src/gsm/Makefile.am +++ b/src/gsm/Makefile.am @@ -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=4:0:0 +LIBVERSION=5:0:0 AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} $(all_includes) -I$(top_srcdir)/include |