fixeria submitted this change.

View Change


Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve
Bump version: 1.5.0.5-aa34 → 1.5.1

Change-Id: I88b987d714a88728b62f74a60c44d9c3532b5686
---
M debian/changelog
M src/Makefile.am
2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bddca01..37f214f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+libosmo-abis (1.5.1) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * dahdi: Log context (e1inpt_ts name) when opening timeslot devices
+ * dahdi: Fix compilation with ancient DAHDI
+
+ [ Keith ]
+ * DAHDI: Log hexdump of TX at level DEBUG, not ERROR
+
+ [ Vadim Yanitskiy ]
+ * trau/osmo_ortp: support building without OrtpMemoryFunctions API
+ * build: include git-version-gen into the release tarball
+
+ -- Vadim Yanitskiy <vyanitskiy@sysmocom.de> Sun, 28 Jan 2024 18:04:12 +0700
+
libosmo-abis (1.5.0) unstable; urgency=medium

[ Philipp Maier ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 67f4383..927d63f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
# 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
-ABIS_LIBVERSION=13:0:0
-TRAU_LIBVERSION=9:0:7
+ABIS_LIBVERSION=13:1:0
+TRAU_LIBVERSION=9:1:7

AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOE1D_CFLAGS) $(LIBOSMOCODEC_CFLAGS) $(COVERAGE_CFLAGS)

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

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I88b987d714a88728b62f74a60c44d9c3532b5686
Gerrit-Change-Number: 35720
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged