osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libusrp/+/37573?usp=email )
Change subject: Bump version: 3.4.8.2-c5e1 → 3.4.9 ......................................................................
Bump version: 3.4.8.2-c5e1 → 3.4.9
Change-Id: I183225622d882021840735541fd8d4ed9c149b69 --- M TODO-RELEASE M debian/changelog 2 files changed, 20 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/73/37573/1
diff --git a/TODO-RELEASE b/TODO-RELEASE index d0852fc..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,9 +1,9 @@ # When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install -# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.... -# In short: +# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release +# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.... # LIBVERSION=c:r:a # If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. -# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. # 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 +#library what description / commit summary line diff --git a/debian/changelog b/debian/changelog index 3143db5..7474a0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libusrp (3.4.9) unstable; urgency=medium + + * contrib: remove rpm spec file + * m4/ax_boost_base.m4: Fix debian multiarch_libsubdir path for armv8l + + -- Oliver Smith osmith@sysmocom.de Wed, 24 Jul 2024 14:34:15 +0200 + libusrp (3.4.8) unstable; urgency=medium
[ Oliver Smith ]