aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2024-01-28 18:04:12 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2024-01-28 18:04:12 +0700
commitd33d431a1d01a538c90f0286dd6b82c7992a65c8 (patch)
tree33607c3c285db54352e37e9eb9ce4954f1dd2ae2
parentaa3452cb80f66cd722259f0d6c9cb0649c017cfd (diff)
Bump version: 1.5.0.5-aa34 → 1.5.11.5.1
-rw-r--r--debian/changelog15
-rw-r--r--src/Makefile.am4
2 files changed, 17 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)