Change in ...libosmo-sccp[master]: Bump version: 1.0.0.26-2728-dirty → 1.1.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/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Aug 7 19:41:59 UTC 2019


pespin has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/15105 )

Change subject: Bump version: 1.0.0.26-2728-dirty → 1.1.0
......................................................................

Bump version: 1.0.0.26-2728-dirty → 1.1.0

Change-Id: I3fe741cb70fa75fb911d40dc8f9eb50e1a85238b
---
M debian/changelog
M debian/control
M src/Makefile.am
3 files changed, 51 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
index 06496c1..5fb9cb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,51 @@
+libosmo-sccp (1.1.0) unstable; urgency=medium
+
+  [ Max ]
+  * Don't use deprecated osmo_stream_cli_open2()
+  * osmo_ss7.c: fix typo
+  * OsmoSTP: enable statsd support
+
+  [ Neels Hofmeyr ]
+  * debug log typo fix in sccp_scoc.c
+  * improve logging for rejected AS in xua_rkm.c
+  * add caller-owns-msgb variant osmo_sccp_user_sap_down_nofree()
+  * add osmo_sccp_addr_cmp(), osmo_sccp_addr_ri_cmp()
+
+  [ Harald Welte ]
+  * vty: Ensure to properly save route pointcode and mask when writing
+  * Store + show remote ip/port in dynamically created ASPs
+  * Fix output of route destination in 'show ss7 instance <0-15> route'
+  * sccp_scoc: Add more comments describing conn_id and local_ref members
+  * stp: Ensure telnet uses STP talloc context, not NULL context
+
+  [ Oliver Smith ]
+  * Cosmetic: sccp_scoc: fix local reference comments
+  * sccp_scoc: move sccp_find_user() up
+  * sccp_scoc: conn_create{,_id}() user arg, not inst
+  * debian: create -doc subpackage with pdf manuals
+  * contrib/jenkins.sh: run "make maintainer-clean"
+  * contrib/jenkins.sh: "maintainer-clean" after "publish"
+
+  [ Holger Hans Peter Freyther ]
+  * xudt: Implement address and data extraction
+  * udts/xudts: Attempt to implement unitdata service parsing
+
+  [ Vadim Yanitskiy ]
+  * osmo-stp: register VTY commands for talloc context introspection
+  * osmo-stp: expose root talloc context to the VTY code
+
+  [ Daniel Willmann ]
+  * manuals: Add script to regenerate vty/counter documentation
+  * manuals: Update vty documentation
+
+  [ Kira Obrezkova ]
+  * This patch fixes typos on which Lintian complains
+
+  [ Pau Espin Pedrol ]
+  * Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds
+
+ -- Pau Espin Pedrol <pespin at sysmocom.de>  Wed, 07 Aug 2019 21:17:59 +0200
+
 libosmo-sccp (1.0.0) unstable; urgency=medium
 
   [ Harald Welte ]
diff --git a/debian/control b/debian/control
index cede17a..3417297 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 9),
                autotools-dev,
                pkg-config,
-               libosmocore-dev (>= 0.12.0),
+               libosmocore-dev (>= 1.0.0),
                autoconf,
                automake,
                libtool,
@@ -13,7 +13,7 @@
                git,
                doxygen,
                libdpkg-perl,
-               libosmo-netif-dev (>= 0.3.0),
+               libosmo-netif-dev (>= 0.4.0),
                libsctp-dev,
                osmo-gsm-manuals-dev
 Standards-Version: 3.9.7
diff --git a/src/Makefile.am b/src/Makefile.am
index 56567d6..bdb225b 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=3:0:0
+LIBVERSION=4:0:1
 
 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/c/libosmo-sccp/+/15105
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I3fe741cb70fa75fb911d40dc8f9eb50e1a85238b
Gerrit-Change-Number: 15105
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190807/782e1a69/attachment.htm>


More information about the gerrit-log mailing list