Bump version: 1.5.0.5-aa34 → 1.5.1

Change-Id: I88b987d714a88728b62f74a60c44d9c3532b5686
This commit is contained in:
Vadim Yanitskiy 2024-01-28 18:04:12 +07:00
parent aa3452cb80
commit d33d431a1d
2 changed files with 17 additions and 2 deletions

15
debian/changelog vendored
View File

@ -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 ]

View File

@ -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)