diff --git a/TODO-RELEASE b/TODO-RELEASE index 4d22f958f..43b1e8ef1 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 16a1f41cc..bf79c7490 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 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 136488deb..6c1110f40 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 7c5a789aa..7a62c6f29 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 similarity index 100% rename from debian/libosmovty2.install rename to debian/libosmovty3.install diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index 7c549d91b..10d3740ef 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