pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
Bump version: 1.9.0.26-c9466-dirty → 1.10.0

Change-Id: If6d23bd0628cebf6cfa8fca0ae8a91278264e2a3
---
M TODO-RELEASE
M configure.ac
M contrib/osmo-mgw.spec.in
M debian/changelog
M debian/control
M src/libosmo-mgcp-client/Makefile.am
6 files changed, 64 insertions(+), 21 deletions(-)

diff --git a/TODO-RELEASE b/TODO-RELEASE
index f4a57fc..c5a3b36 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -24,4 +24,3 @@
# If any interfaces have been removed or changed since the last public release, a=0.
#
#library what description / commit summary line
-libosmogsm >1.6.0 use of iuup.h (libosmocore.git Ib21cee2e30bf83dff4e167f79541796007af9845)
diff --git a/configure.ac b/configure.ac
index ac6f091..1604c88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,13 +44,13 @@
AC_SUBST(LIBRARY_DLSYM)


-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.2.0)
-PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.2.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.3.0)
+PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.3.0)

CFLAGS="$CFLAGS -pthread"
LDFLAGS="$LDFLAGS -pthread"
diff --git a/contrib/osmo-mgw.spec.in b/contrib/osmo-mgw.spec.in
index c181d1f..b994098 100644
--- a/contrib/osmo-mgw.spec.in
+++ b/contrib/osmo-mgw.spec.in
@@ -29,14 +29,14 @@
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
-BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0
-BuildRequires: pkgconfig(libosmocore) >= 1.6.0
-BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.6.0
-BuildRequires: pkgconfig(libosmovty) >= 1.6.0
-BuildRequires: pkgconfig(libosmocoding) >= 1.6.0
-BuildRequires: pkgconfig(libosmoabis) >= 1.2.0
-BuildRequires: pkgconfig(libosmotrau) >= 1.2.0
+BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0
+BuildRequires: pkgconfig(libosmocore) >= 1.7.0
+BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.7.0
+BuildRequires: pkgconfig(libosmovty) >= 1.7.0
+BuildRequires: pkgconfig(libosmocoding) >= 1.7.0
+BuildRequires: pkgconfig(libosmoabis) >= 1.3.0
+BuildRequires: pkgconfig(libosmotrau) >= 1.3.0
%{?systemd_requires}

%description
diff --git a/debian/changelog b/debian/changelog
index ec34937..668c77f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,47 @@
+osmo-mgw (1.10.0) unstable; urgency=medium
+
+ [ Eric ]
+ * adjust mgcp response context
+ * rework message handling
+ * add a lock-free bounded spsc interthread queue
+ * clang-format: remove foreach macros
+ * fix mgcp_conn_free_all ubsan complaints
+
+ [ Philipp Maier ]
+ * configuration: point out difference between trunk-nr and e1 line nr
+ * mgcp_client: add new codec IUFP as VND.3GPP.IUFP
+ * mgcp_codec: do not differentiate between oa and bwe when comparing codec
+ * mgcp_network: do not try to convert RTCP packets
+ * mgcp_network: fix typo RTPC -> RTCP
+
+ [ Oliver Smith ]
+ * treewide: remove FSF address
+
+ [ Pau Espin Pedrol ]
+ * mgcp_network.c: Set proper CRC Header for ACK Initialization
+ * cosmetic: Rename variable payload=>payload_type
+ * mgcp_network.c: Fix byte alignment of CRC Header for ACK Initialization
+ * Define mgcp_rtp_end.output_enabled as bool
+ * cosmetic: mgcp_codec.c: Fix typo in comment
+ * Drop unneeded ax_check_compile_flag.m4
+ * Make function amr_is_octet_aligned publicly available
+ * Initial IuUP support using proper FSMs
+ * IuUP: Support RFCI ID != RFCI Index
+ * iuup: Fix caps in logging message
+ * iuup: Check for IuUP Initialization retrans
+
+ [ Alexander Couzens ]
+ * doc/overview: fix wrong project page link
+
+ [ Vadim Yanitskiy ]
+ * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
+ * libosmo-mgcp: e1: fix memleaks in e1_recv_cb()
+
+ [ Harald Welte ]
+ * update git URLs (git -> https; gitea)
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 28 Jun 2022 18:50:25 +0200
+
osmo-mgw (1.9.0) unstable; urgency=medium

[ Harald Welte ]
diff --git a/debian/control b/debian/control
index c39ce0a..f37eafd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,10 @@
dh-autoreconf,
pkg-config,
autotools-dev,
- libosmocore-dev (>= 1.6.0),
- libosmo-netif-dev (>= 1.1.0),
- libosmo-abis-dev (>= 1.2.0),
- osmo-gsm-manuals-dev (>= 1.2.0)
+ libosmocore-dev (>= 1.7.0),
+ libosmo-netif-dev (>= 1.2.0),
+ libosmo-abis-dev (>= 1.3.0),
+ osmo-gsm-manuals-dev (>= 1.3.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am
index 4d9ec5f..2c5c653 100644
--- a/src/libosmo-mgcp-client/Makefile.am
+++ b/src/libosmo-mgcp-client/Makefile.am
@@ -21,7 +21,7 @@

# This is not at all related to the release version, but a range of supported
# API versions. Read TODO_RELEASE in the source tree's root!
-MGCP_CLIENT_LIBVERSION=9:0:0
+MGCP_CLIENT_LIBVERSION=10:0:1

lib_LTLIBRARIES = \
libosmo-mgcp-client.la \

To view, visit change 28447. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: If6d23bd0628cebf6cfa8fca0ae8a91278264e2a3
Gerrit-Change-Number: 28447
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged