aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--src/Makefile.am2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 68064ca..c29da90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libosmo-abis (0.8.1) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * Add rtp_test to show the double-bind bug of OS#4444
+ * ortp: disable SO_REUSEADDR + SO_REUSEPORT
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Mon, 09 Mar 2020 12:08:23 +0100
+
libosmo-abis (0.8.0) unstable; urgency=medium
[ Alexander Couzens ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 5ae94e4..57a80c0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
# 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=8:0:2
-TRAU_LIBVERSION=4:0:2
+TRAU_LIBVERSION=4:1:2
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)