pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1d/+/43313?usp=email )
Change subject: Bump version: 0.7.2 → 0.8.0 ......................................................................
Bump version: 0.7.2 → 0.8.0
Change-Id: I78cb1435bd3fea2036a7bed96b3caeeff617c59d --- M TODO-RELEASE M debian/changelog M src/Makefile.am 3 files changed, 11 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/TODO-RELEASE b/TODO-RELEASE index 586a7ff..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,5 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmo-e1d added New API function: osmo_e1dp_client_set_cas() -libosmo-e1d added New API event: E1DP_EVT_CAS, struct osmo_e1dp_cas_bits diff --git a/debian/changelog b/debian/changelog index eea51b0..dd75dc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +osmo-e1d (0.8.0) unstable; urgency=medium + + [ Andreas Eversberg ] + * Add Channel-Associated Signalling (CAS) support + + [ Mychaela N. Falconia ] + * HDLC timeslots: fix Rx of maximum-sized frames + + -- Pau Espin Pedrol pespin@sysmocom.de Thu, 20 Aug 2026 10:29:38 +0200 + osmo-e1d (0.7.2) unstable; urgency=medium
[ Harald Welte ] diff --git a/src/Makefile.am b/src/Makefile.am index b092c0d..30f0c79 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=3:0:0 +LIBVERSION=4:0:1
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) AM_CFLAGS=-Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-result $(LIBOSMOCORE_CFLAGS) \