[PATCH] libosmocore[master]: Bump version: 0.10.2.282-f8ca-dirty → 0.11.0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed May 2 15:55:14 UTC 2018


Review at  https://gerrit.osmocom.org/7977

Bump version: 0.10.2.282-f8ca-dirty → 0.11.0

Remark: For libosmogb and libosmogsm, LIBVERSION was
already bumped in c4fce1425e19d604c199c895e227dc2519110456.

Change-Id: I22d6be1427b126edcd43ae0ae70fd9696108184b
---
M TODO-RELEASE
M debian/changelog
M debian/control
R debian/libosmocodec1.install
R debian/libosmocoding1.install
R debian/libosmocore10.install
R debian/libosmoctrl2.install
M src/Makefile.am
M src/codec/Makefile.am
M src/coding/Makefile.am
M src/ctrl/Makefile.am
M src/sim/Makefile.am
M src/vty/Makefile.am
13 files changed, 30 insertions(+), 25 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/77/7977/1

diff --git a/TODO-RELEASE b/TODO-RELEASE
index 16496d6..fb0bfea 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,9 +7,3 @@
 # If any interfaces have been added since the last public release: c:r:a + 1.
 # If any interfaces have been removed or changed since the last public release: c:r:0.
 #library	what			description / commit summary line
-core		msgb_queue_free()	add inline func to msgb.h
-coding		gsm0503_rach_ext-encode()	add func to gsm0503_coding.h
-codec		ecu.c / ecu.h			implement ECU for FR (Error Concealment Unit)
-fsm		fsmc / fsm.h			added callback for graceful exit => ABI changed
-gsm		gsm0480.c / gsm0480.h		the 'ss_request' struct extended with ussd_data,
-						ussd_data_len, and ussd_data_dcs => ABI changed
diff --git a/debian/changelog b/debian/changelog
index a50e30b..952ddcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libosmocore (0.11.0) unstable; urgency=medium
+
+  * core: msgb_queue_free(): add inline func to msgb.h
+  * coding: gsm0503_rach_ext-encode(): add func to gsm0503_coding.h
+  * codec: ecu.c / ecu.h: implement ECU for FR (Error Concealment Unit)
+  * fsm: fsmc / fsm.h: added callback for graceful exit => ABI changed
+  * gsm: gsm0480.c / gsm0480.h: the 'ss_request' struct extended with
+    ussd_data, ussd_data_len, and ussd_data_dcs => ABI changed
+
+ -- Harald Welte <lafore at gnumonks.org>  Wed, 02 May 2018 17:45:38 +0200
+
 libosmocore (0.10.2) unstable; urgency=medium
 
   * Revert "vty: Fix bad use of vector_slot()"
diff --git a/debian/control b/debian/control
index d911f32..acce32e 100644
--- a/debian/control
+++ b/debian/control
@@ -25,13 +25,13 @@
 Section: libs
 Architecture: any
 Multi-Arch: foreign
-Depends: libosmocodec0 (= ${binary:Version}),
-         libosmocoding0 (= ${binary:Version}),
-         libosmocore9 (= ${binary:Version}),
+Depends: libosmocodec1 (= ${binary:Version}),
+         libosmocoding1 (= ${binary:Version}),
+         libosmocore10 (= ${binary:Version}),
          libosmogb6 (= ${binary:Version}),
          libosmogsm9 (= ${binary:Version}),
          libosmovty4 (= ${binary:Version}),
-         libosmoctrl1 (= ${binary:Version}),
+         libosmoctrl2 (= ${binary:Version}),
          libosmosim0 (= ${binary:Version}),
          ${misc:Depends}
 Description: Open Source MObile COMmunications CORE library (metapackage)
@@ -41,7 +41,7 @@
  least) other programs that are developed in the sphere of Free Software / Open
  Source mobile communication.
 
-Package: libosmocodec0
+Package: libosmocodec1
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -67,7 +67,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
-         libosmocodec0,
+         libosmocodec1,
          libjs-jquery
 Description: Documentation for the osmo codec library
  This is part of the libosmocore "meta"-library. The libosmocore library
@@ -78,7 +78,7 @@
  .
  This package contains the documentation for the libosmocodec library.
 
-Package: libosmocoding0
+Package: libosmocoding1
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -99,7 +99,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
-         libosmocoding0,
+         libosmocoding1,
          libjs-jquery
 Description: Documentation for the osmo coding library
  This is part of the libosmocore "meta"-library. The libosmocore library
@@ -110,7 +110,7 @@
  .
  This package contains the documentation for the libosmocoding library.
 
-Package: libosmocore9
+Package: libosmocore10
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -124,14 +124,14 @@
  (at least) other programs that are developed in the sphere of Free Software /
  Open Source mobile communication.
  .
- The libosmocore9 library in particular is a collection of common code used in
+ The libosmocore10 library in particular is a collection of common code used in
  various sub-projects inside the Osmocom family of projects.
 
 Package: libosmocore-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
-         libosmocore9,
+         libosmocore10,
          libjs-jquery,
          libosmocodec-doc,
          libosmocoding-doc,
@@ -245,7 +245,7 @@
  .
  This package contains the documentation for the libosmovty library.
 
-Package: libosmoctrl1
+Package: libosmoctrl2
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -259,7 +259,7 @@
  (at least) other programs that are developed in the sphere of Free Software /
  Open Source mobile communication.
  .
- The libosmoctrl1 library in particular contains an SNMP-like status interface.
+ The libosmoctrl2 library in particular contains an SNMP-like status interface.
 
 Package: libosmosim0
 Section: libs
diff --git a/debian/libosmocodec0.install b/debian/libosmocodec1.install
similarity index 100%
rename from debian/libosmocodec0.install
rename to debian/libosmocodec1.install
diff --git a/debian/libosmocoding0.install b/debian/libosmocoding1.install
similarity index 100%
rename from debian/libosmocoding0.install
rename to debian/libosmocoding1.install
diff --git a/debian/libosmocore9.install b/debian/libosmocore10.install
similarity index 100%
rename from debian/libosmocore9.install
rename to debian/libosmocore10.install
diff --git a/debian/libosmoctrl1.install b/debian/libosmoctrl2.install
similarity index 100%
rename from debian/libosmoctrl1.install
rename to debian/libosmoctrl2.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 2641a97..60b76b5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read chapter "Library interface versions" of the libtool documentation
 # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-LIBVERSION=9:0:0
+LIBVERSION=10:0:0
 
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
 AM_CFLAGS = -Wall $(TALLOC_CFLAGS)
diff --git a/src/codec/Makefile.am b/src/codec/Makefile.am
index f77d910..60fce5e 100644
--- a/src/codec/Makefile.am
+++ b/src/codec/Makefile.am
@@ -1,7 +1,7 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read chapter "Library interface versions" of the libtool documentation
 # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-LIBVERSION=0:0:0
+LIBVERSION=1:0:1
 
 AM_CPPFLAGS = -I$(top_srcdir)/include $(TALLOC_CFLAGS)
 AM_CFLAGS = -Wall
diff --git a/src/coding/Makefile.am b/src/coding/Makefile.am
index dcbbd8f..a17e3d1 100644
--- a/src/coding/Makefile.am
+++ b/src/coding/Makefile.am
@@ -1,7 +1,7 @@
 # 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:0:0
+LIBVERSION = 1:0:1
 
 AM_CPPFLAGS = \
 	-I"$(top_srcdir)/include" \
diff --git a/src/ctrl/Makefile.am b/src/ctrl/Makefile.am
index 2bda5b7..71cc9a3 100644
--- a/src/ctrl/Makefile.am
+++ b/src/ctrl/Makefile.am
@@ -1,7 +1,7 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read chapter "Library interface versions" of the libtool documentation
 # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-LIBVERSION=1:0:1
+LIBVERSION=2:0:2
 
 AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include $(TALLOC_CFLAGS)
 
diff --git a/src/sim/Makefile.am b/src/sim/Makefile.am
index 869e12d..ebf4739 100644
--- a/src/sim/Makefile.am
+++ b/src/sim/Makefile.am
@@ -1,7 +1,7 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read chapter "Library interface versions" of the libtool documentation
 # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-LIBVERSION=0:1:0
+LIBVERSION=0:2:0
 
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
 AM_CFLAGS = -fPIC -Wall $(PCSC_CFLAGS) $(TALLOC_CFLAGS)
diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am
index 7b5e1e5..18d3a84 100644
--- a/src/vty/Makefile.am
+++ b/src/vty/Makefile.am
@@ -1,7 +1,7 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read chapter "Library interface versions" of the libtool documentation
 # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-LIBVERSION=4:0:0
+LIBVERSION=4:1:0
 
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
 AM_CFLAGS = -Wall $(TALLOC_CFLAGS)

-- 
To view, visit https://gerrit.osmocom.org/7977
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I22d6be1427b126edcd43ae0ae70fd9696108184b
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list