aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-11-03 09:30:52 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-11-03 09:32:32 +0100
commit8649d57f507d359c99a89654aac7e19ce22db282 (patch)
tree713dc1adc05236b914ad730d4186200a3b6832b9
parentc337693c4ca164833e120624af3c0960180725ee (diff)
misc: Prepare the release of libosmocore 0.9.00.9.0
Bump the ABI version of libosmovty and we need to do this recursively to force rebuilds of our software.
-rw-r--r--TODO-RELEASE2
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
-rw-r--r--debian/libosmocore-dev.install1
-rw-r--r--debian/libosmovty3.install (renamed from debian/libosmovty2.install)0
-rw-r--r--src/vty/Makefile.am2
6 files changed, 11 insertions, 6 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 4d22f958..43b1e8ef 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,3 +1 @@
#library what description / commit summary line
-libosmovty abi-change stats/vty: Add stats configuration (enum node_type has changed)
-libosmovty abi-change vty: Add reserved nodes to enum node_type
diff --git a/debian/changelog b/debian/changelog
index 16a1f41c..bf79c749 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libosmocore (0.9.0) unstable; urgency=medium
+
+ * StatsD support
+ * Disable building of static libraries
+ * GTP Hub and OAP ports/identifiers assigned
+
+ -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Tue, 03 Nov 2015 09:31:41 +0100
+
libosmocore (0.8.3) unstable; urgency=medium
* Prepare new release
diff --git a/debian/control b/debian/control
index 136488de..6c1110f4 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, libosmocore6, libosmogb4, libosmogsm5, libosmovty2, ${misc:Depends}
+Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty3, ${misc:Depends}
Multi-Arch: foreign
Description: Open Source MObile COMmunications CORE library
@@ -43,7 +43,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Osmo GSM utility library
-Package: libosmovty2
+Package: libosmovty3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libosmocore-dev.install b/debian/libosmocore-dev.install
index 7c5a789a..7a62c6f2 100644
--- a/debian/libosmocore-dev.install
+++ b/debian/libosmocore-dev.install
@@ -1,5 +1,4 @@
usr/include/*
-usr/lib/*/lib*.a
usr/lib/*/lib*.so
usr/lib/*/lib*.la
usr/lib/*/pkgconfig/*
diff --git a/debian/libosmovty2.install b/debian/libosmovty3.install
index fbf6a5fa..fbf6a5fa 100644
--- a/debian/libosmovty2.install
+++ b/debian/libosmovty3.install
diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am
index 7c549d91..10d3740e 100644
--- a/src/vty/Makefile.am
+++ b/src/vty/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=2:0:0
+LIBVERSION=3:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -Wall