aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-08 07:29:50 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-08 07:57:09 +0200
commitb6d2834eefc79ee2536796768716ebdb0073678e (patch)
treec2f90be529ff0ddab623bee9a80e560b90bad537
parente6ad794cadd6210315bdce4a6e5c50e56511932a (diff)
Prepare a new release of libosmo-abis0.3.0
-rw-r--r--TODO-RELEASE1
-rw-r--r--debian/changelog10
-rw-r--r--debian/control8
-rw-r--r--debian/libosmoabis4.install (renamed from debian/libosmoabis3.install)0
-rw-r--r--src/Makefile.am2
5 files changed, 13 insertions, 8 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index fffb2b2..43b1e8e 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,2 +1 @@
#library what description / commit summary line
-libosmoabis abi-change Support for multiple RSL connections with ABIS/ipaccess (BTS side)
diff --git a/debian/changelog b/debian/changelog
index 92557bb..21d6efa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libosmo-abis (0.2.0) UNRELEASED; urgency=medium
+libosmo-abis (0.3.0) unstable; urgency=medium
* New upstream release of libosmo-abis
- -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 31 Mar 2014 15:47:32 +0200
+ -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 08 Sep 2014 07:29:39 +0200
+
+libosmo-abis (0.2.0) unstable; urgency=medium
+
+ * New upstream release of libosmo-abis
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 08 Sep 2014 07:29:19 +0200
libosmo-abis (0.1.6) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 593eac6..b42246f 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: libosmoabis3, libosmotrau0, ${misc:Depends}
+Depends: libosmoabis4, 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: libosmoabis3
+Package: libosmoabis4
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, libosmoabis3
+Depends: ${misc:Depends}, libosmotrau0, libosmoabis4
Description: Development headers for A-bis interface.
Package: libosmo-abis-dbg
Section: debug
Architecture: any
Priority: extra
-Depends: libosmoabis3 (= ${binary:Version}), libosmotrau0 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmoabis4 (= ${binary:Version}), libosmotrau0 (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for A-bis interface.
diff --git a/debian/libosmoabis3.install b/debian/libosmoabis4.install
index 7811e36..7811e36 100644
--- a/debian/libosmoabis3.install
+++ b/debian/libosmoabis4.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 61e51de..5135d35 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=3:0:0
+ABIS_LIBVERSION=4:0:0
TRAU_LIBVERSION=0:0:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)