aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-10 14:17:51 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-15 13:22:15 +0200
commitf41e5e6c5d964896b62746be70e39d34c1a83a53 (patch)
tree8a1e57fc0a16bdbc39e0f0dd240942d12b77361d
parent16ae51eb19eedf5a1a636bdcb93142c4ad12be38 (diff)
release: Prepare the 0.6.4 release of libosmocore0.6.4
New interfaces and ABI incompatible changes in the GB library
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
-rw-r--r--debian/libosmogb3.install (renamed from debian/libosmogb2.install)0
-rw-r--r--src/gb/Makefile.am2
4 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 9e8ff154..f7dbf3c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/control b/debian/control
index e0824a7d..d63c1587 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, 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}
diff --git a/debian/libosmogb2.install b/debian/libosmogb3.install
index 73ad3d3e..73ad3d3e 100644
--- a/debian/libosmogb2.install
+++ b/debian/libosmogb3.install
diff --git a/src/gb/Makefile.am b/src/gb/Makefile.am
index af457205..076ad555 100644
--- a/src/gb/Makefile.am
+++ b/src/gb/Makefile.am
@@ -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