osmith has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/40929?usp=email )
Change subject: Bump version: 0.2.0.2-2c06 → 0.2.1 ......................................................................
Bump version: 0.2.0.2-2c06 → 0.2.1
Change-Id: If1d73c784c5aec7d0f559eaf987f9a51e4e06767 --- M debian/changelog M src/csn1/Makefile.am M src/rlcmac/Makefile.am 3 files changed, 17 insertions(+), 2 deletions(-)
Approvals: fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/debian/changelog b/debian/changelog index 79ca518..c247e76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +libosmo-gprs (0.2.1) unstable; urgency=medium + + [ Oliver Smith ] + * gitignore: remove debian section + * Generate version.h files + * tests: fix for debian 13 armv7l + + [ Vadim Yanitskiy ] + * rlcmac: fix EGPRS BEP Link Quality Measurements Type 2 + + [ Pau Espin Pedrol ] + * csn1: Use enum to select enc/dec direction + + -- Oliver Smith osmith@sysmocom.de Tue, 26 Aug 2025 16:07:28 +0200 + libosmo-gprs (0.2.0) unstable; urgency=medium
[ Vadim Yanitskiy ] diff --git a/src/csn1/Makefile.am b/src/csn1/Makefile.am index be4fa08..0f150e4 100644 --- a/src/csn1/Makefile.am +++ b/src/csn1/Makefile.am @@ -1,7 +1,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=1:0:0 +LIBVERSION=1:1:0
AM_CPPFLAGS = \ $(all_includes) \ diff --git a/src/rlcmac/Makefile.am b/src/rlcmac/Makefile.am index 5c49f1c..4d1d5b7 100644 --- a/src/rlcmac/Makefile.am +++ b/src/rlcmac/Makefile.am @@ -1,7 +1,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=1:0:0 +LIBVERSION=1:1:0
AM_CPPFLAGS = \ $(all_includes) \