From cfef36837e55689fc40307e4ed1770850c7aacca Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 28 Jun 2022 18:50:25 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.0.26-c9466-dirty=20?= =?UTF-8?q?=E2=86=92=201.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If6d23bd0628cebf6cfa8fca0ae8a91278264e2a3 --- TODO-RELEASE | 1 - configure.ac | 14 ++++----- contrib/osmo-mgw.spec.in | 16 +++++------ debian/changelog | 44 +++++++++++++++++++++++++++++ debian/control | 8 +++--- src/libosmo-mgcp-client/Makefile.am | 2 +- 6 files changed, 64 insertions(+), 21 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index f4a57fc1c..c5a3b36a5 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 ac6f09167..1604c882d 100644 --- a/configure.ac +++ b/configure.ac @@ -44,13 +44,13 @@ AC_SEARCH_LIBS([dlsym], [dl dld], [LIBRARY_DLSYM="$LIBS";LIBS=""]) 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 c181d1f8b..b994098d1 100644 --- a/contrib/osmo-mgw.spec.in +++ b/contrib/osmo-mgw.spec.in @@ -29,14 +29,14 @@ BuildRequires: pkgconfig >= 0.20 %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 ec3493775..668c77f8c 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 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 c39ce0a24..f37eafde1 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,10 @@ Build-Depends: debhelper (>=9), 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 4d9ec5f71..2c5c65307 100644 --- a/src/libosmo-mgcp-client/Makefile.am +++ b/src/libosmo-mgcp-client/Makefile.am @@ -21,7 +21,7 @@ AM_LDFLAGS = \ # 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 \