fixeria has uploaded this change for review.

View Change

Bump version: 1.4.1.2-a5ac → 1.4.2

Change-Id: I9072cd5c89d2deb0eb75f47c8fd04ad175549e41
---
M debian/changelog
M src/Makefile.am
2 files changed, 18 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/79/36279/1
diff --git a/debian/changelog b/debian/changelog
index 01a7089..f2eae12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libosmo-abis (1.4.2) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * input/ipaccess: Make sure to say "TCP keepalive"
+ * Fix critical bug in default TCP keepalive user timeout
+
+ -- Vadim Yanitskiy <vyanitskiy@sysmocom.de> Fri, 15 Mar 2024 00:11:56 +0700
+
libosmo-abis (1.4.1) unstable; urgency=medium

[ Oliver Smith ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 2c99150..6f94c9d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
# 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=12:0:2
+ABIS_LIBVERSION=12:1:2
TRAU_LIBVERSION=8:0:6

AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)

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

Gerrit-Project: libosmo-abis
Gerrit-Branch: rel-1.4.2
Gerrit-Change-Id: I9072cd5c89d2deb0eb75f47c8fd04ad175549e41
Gerrit-Change-Number: 36279
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange