diff options
-rw-r--r-- | TODO-RELEASE | 1 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/libosmovty2.install (renamed from debian/libosmovty1.install) | 0 | ||||
-rw-r--r-- | src/vty/Makefile.am | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 4f65caba..43b1e8ef 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,2 +1 @@ #library what description / commit summary line -libosmovty abi-change vty: Change API to have node installation be done by int diff --git a/debian/changelog b/debian/changelog index 5f4f2699..16a1f41c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libosmocore (0.8.3) unstable; urgency=medium + + * Prepare new release + + -- Holger Hans Peter Freyther <holger@moiji-mobile.com> Sun, 23 Aug 2015 17:38:55 +0200 + libosmocore (0.8.2) unstable; urgency=medium * Add endian header diff --git a/debian/control b/debian/control index 782d6197..136488de 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, libosmovty1, ${misc:Depends} +Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty2, ${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: libosmovty1 +Package: libosmovty2 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/libosmovty1.install b/debian/libosmovty2.install index fbf6a5fa..fbf6a5fa 100644 --- a/debian/libosmovty1.install +++ b/debian/libosmovty2.install diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index d0e2c47e..4225d27d 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=1:0:0 +LIBVERSION=2:0:0 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall |