aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-31 15:49:13 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-31 15:49:13 +0200
commitecd0a36ce8d468985ec296214e3ecced8da487cc (patch)
tree0a56de12c8f51b58da42890856b9da36cf65677c
parent98af3c3a6df8fc6e8ef765b30aff2a013b9904fa (diff)
release: Prepare the 0.2.0 release of libosmo-abisv0.2.0
-rw-r--r--TODO-RELEASE1
-rw-r--r--debian/changelog8
-rw-r--r--debian/control8
-rw-r--r--debian/libosmoabis3.install (renamed from debian/libosmoabis2.install)0
-rw-r--r--src/Makefile.am2
5 files changed, 12 insertions, 7 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 71931db..43b1e8e 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,2 +1 @@
#library what description / commit summary line
-libosmoabis abi-change ipa: Change ipa_msg_recv() to support partial receive
diff --git a/debian/changelog b/debian/changelog
index 70f39b3..92557bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-libosmo-abis (0.1.6) UNRELEASED; urgency=medium
+libosmo-abis (0.2.0) UNRELEASED; urgency=medium
+
+ * New upstream release of libosmo-abis
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 31 Mar 2014 15:47:32 +0200
+
+libosmo-abis (0.1.6) unstable; urgency=medium
* New upstream release of libosmo-abis
diff --git a/debian/control b/debian/control
index 7ed5752..593eac6 100644
--- a/debian/control
+++ b/debian/control
@@ -11,12 +11,12 @@ Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmo-abis.git;a=summary
Package: libosmo-abis
Section: oldlibs
Architecture: any
-Depends: libosmoabis2, libosmotrau0, ${misc:Depends}
+Depends: libosmoabis3, libosmotrau0, ${misc:Depends}
Description: Legacy package for libosmo-abis
libosmo-abis is an empty package helping in the transition to one
package per DSO.
-Package: libosmoabis2
+Package: libosmoabis3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -31,12 +31,12 @@ Description: GSM trau handling
Package: libosmo-abis-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libosmotrau0, libosmoabis2
+Depends: ${misc:Depends}, libosmotrau0, libosmoabis3
Description: Development headers for A-bis interface.
Package: libosmo-abis-dbg
Section: debug
Architecture: any
Priority: extra
-Depends: libosmoabis2 (= ${binary:Version}), libosmotrau0 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmoabis3 (= ${binary:Version}), libosmotrau0 (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for A-bis interface.
diff --git a/debian/libosmoabis2.install b/debian/libosmoabis3.install
index 7811e36..7811e36 100644
--- a/debian/libosmoabis2.install
+++ b/debian/libosmoabis3.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 3885340..61e51de 100644
--- a/src/Makefile.am
+++ b/src/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
-ABIS_LIBVERSION=2:0:0
+ABIS_LIBVERSION=3:0:0
TRAU_LIBVERSION=0:0:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)