osmith has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/29/40929/1
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(a)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) \
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-gprs/+/40929?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: If1d73c784c5aec7d0f559eaf987f9a51e4e06767
Gerrit-Change-Number: 40929
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>