aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO-RELEASE3
-rw-r--r--debian/changelog8
-rw-r--r--debian/control6
-rw-r--r--debian/libosmocore6.install (renamed from debian/libosmocore5.install)0
-rw-r--r--debian/libosmovty1.install (renamed from debian/libosmovty0.install)0
-rw-r--r--src/Makefile.am2
-rw-r--r--src/vty/Makefile.am2
7 files changed, 12 insertions, 9 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 4d75b004..43b1e8ef 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,4 +1 @@
#library what description / commit summary line
-libosmocore abi-change logging: Add ability to save/print current log filters
-libosmocore abi-change gtp: Add a global region for the gtp library of OpenGGSN
-libosmovty abi-change vty: Check with the application before writing the config
diff --git a/debian/changelog b/debian/changelog
index 48392330..bede7ac7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-libosmocore (0.7.0) UNRELEASED; urgency=medium
+libosmocore (0.8.0) UNRELEASED; urgency=medium
+
+ * New upstream release of libosmocore.
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Sun, 18 Jan 2015 19:04:10 +0100
+
+libosmocore (0.7.0) unstable; urgency=medium
* New upstream release of libosmocore.
diff --git a/debian/control b/debian/control
index ccc7331a..e3bd8768 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, libosmocore5, libosmogb3, libosmogsm5, libosmovty0, ${misc:Depends}
+Depends: libosmocodec0, libosmocore6, libosmogb3, libosmogsm5, libosmovty1, ${misc:Depends}
Description: Open Source MObile COMmunications CORE library
Package: libosmocodec0
@@ -20,7 +20,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmo codec library
-Package: libosmocore5
+Package: libosmocore6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -38,7 +38,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Osmo GSM utility library
-Package: libosmovty0
+Package: libosmovty1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libosmocore5.install b/debian/libosmocore6.install
index d1349023..d1349023 100644
--- a/debian/libosmocore5.install
+++ b/debian/libosmocore6.install
diff --git a/debian/libosmovty0.install b/debian/libosmovty1.install
index 1b993e87..1b993e87 100644
--- a/debian/libosmovty0.install
+++ b/debian/libosmovty1.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 65494a59..4bf3408e 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
-LIBVERSION=5:0:0
+LIBVERSION=6:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -Wall
diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am
index d4be3f05..d0e2c47e 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=0:1:0
+LIBVERSION=1:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -Wall