pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/38713?usp=email )
Change subject: Bump version: 1.5.0.5-b431 → 1.5.1 ......................................................................
Bump version: 1.5.0.5-b431 → 1.5.1
Change-Id: I1cccf6c3851b05787dcd82026065d74af08ddc84 --- M TODO-RELEASE M debian/changelog 2 files changed, 17 insertions(+), 4 deletions(-)
Approvals: pespin: Looks good to me, approved; Verified laforge: Looks good to me, but someone else must approve
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 cd1fe30..dcd2577 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +osmo-hnbgw (1.5.1) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * hnbgw_cn: Remove assert hit due to wrong assumption + * context_map_sccp: Fix assert hit due to missing ev handling + * ps_rab_ass_fsm: Fix uninitialized ptr access + * hnbgw: Fix wrong map object retrieved from hashtable + + [ Neels Janosch Hofmeyr ] + * drop config.vty tests from make check + + -- Pau Espin Pedrol pespin@sysmocom.de Fri, 08 Nov 2024 16:05:31 +0100 + osmo-hnbgw (1.5.0) unstable; urgency=medium
[ Neels Janosch Hofmeyr ]