Change in libosmo-sccp[master]: Bump version: 0.9.0.20-6265-dirty → 0.10.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
Fri Jul 27 16:46:26 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10200


Change subject: Bump version: 0.9.0.20-6265-dirty → 0.10.0
......................................................................

Bump version: 0.9.0.20-6265-dirty → 0.10.0

Change-Id: Ia087b9f03a73a08f0eaa461f61c6244aaf13e3d4
---
M configure.ac
M debian/changelog
M debian/control
M src/Makefile.am
4 files changed, 41 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/00/10200/1

diff --git a/configure.ac b/configure.ac
index ff9a1c4..c0cc488 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,10 +29,10 @@
 fi
 PKG_PROG_PKG_CONFIG([0.20])
 
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.11.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.11.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.11.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.2.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.12.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.12.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.12.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.3.0)
 
 old_LIBS=$LIBS
 AC_SEARCH_LIBS([sctp_send], [sctp], [
diff --git a/debian/changelog b/debian/changelog
index 9d582a3..135d08e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+libosmo-sccp (0.10.0) unstable; urgency=medium
+
+  [ Harald Welte ]
+  * debian/control: match build dependency versions with configure.ac
+  * osmo_ss7: Register 5000 as default port for IPA/SCCPlite
+  * Introduce osmo_ss7_register_rx_unknown_cb() for unknown PPID/StreamID
+
+  [ Stefan Sperling ]
+  * free msgb for primitive allocated in lm_timer_cb() of lm_fsm
+  * fix infinite recursion with routing by global title
+  * fix use after free in osmo_sccp_simple_server_add_clnt()
+  * make it possible to pass parameters to m3ua_example
+  * rename m3ua_example to sccp_demo_user
+  * sccp_demo_user: use point code 23 for server and 1 for client
+  * remove unused -p option from getopt() call in sccp_demo_user
+
+  [ Pau Espin Pedrol ]
+  * tests: xua_test: Fix use of wrong buffer for dest addr
+  * tests: xua_test: Fix array len computation
+  * build: Install example cfg files
+  * debian: Package installed example doc files
+
+  [ Neels Hofmeyr ]
+  * fix memleak in ipa_rx_msg_sccp
+  * cosmetic: sccp2sua.c: log the IEI for parsed SCCP addr
+  * add osmo_xua_msg_tall_ctx_init()
+  * fix two memleaks in ipa_rx_msg_sccp()
+  * comment: explain xua_msg free in m3ua_rx_xfer()
+
+  [ Daniel Willmann ]
+  * git-version-gen: Don't check for .git directory
+
+ -- Pau Espin Pedrol <pespin at sysmocom.de>  Fri, 27 Jul 2018 18:45:39 +0200
+
 libosmo-sccp (0.9.0) unstable; urgency=medium
 
   [ Neels Hofmeyr ]
diff --git a/debian/control b/debian/control
index b1949cd..8680bba 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 9),
                autotools-dev,
                pkg-config,
-               libosmocore-dev (>= 0.11.0),
+               libosmocore-dev (>= 0.12.0),
                autoconf,
                automake,
                libtool,
@@ -13,7 +13,7 @@
                git,
                doxygen,
                libdpkg-perl,
-               libosmo-netif-dev (>= 0.2.0),
+               libosmo-netif-dev (>= 0.3.0),
                libsctp-dev
 Standards-Version: 3.9.7
 Vcs-Git: git://git.osmocom.org/libosmo-sccp.git
diff --git a/src/Makefile.am b/src/Makefile.am
index 3af23d1..9cea642 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,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=1:0:1
+LIBVERSION=2:0:2
 
 libosmo_sigtran_la_SOURCES = sccp_sap.c sua.c m3ua.c xua_msg.c sccp_helpers.c \
 			     sccp2sua.c sccp_scrc.c sccp_sclc.c sccp_scoc.c \

-- 
To view, visit https://gerrit.osmocom.org/10200
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia087b9f03a73a08f0eaa461f61c6244aaf13e3d4
Gerrit-Change-Number: 10200
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180727/fdc0fdfc/attachment.htm>


More information about the gerrit-log mailing list