pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/38365?usp=email )
Change subject: Bump version: 2.0.0.6-d201 → 2.0.1 ......................................................................
Bump version: 2.0.0.6-d201 → 2.0.1
Change-Id: I7a76cdbd8b4d757ba2bd7d894dada1972830b180 --- M debian/changelog M src/Makefile.am 2 files changed, 15 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/65/38365/1
diff --git a/debian/changelog b/debian/changelog index c791cd0..23a3eed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +libosmo-sigtran (2.0.1) unstable; urgency=medium + + [ Neels Hofmeyr ] + * coverity CID#216830 + + [ Pau Espin Pedrol ] + * tests/vty: Add vty-transcript-test for osmo-stp + * Fix 'update route' vty command + * tests/vty/osmo_stp_test.vty: Add some more lines to test 'update route' cmd + * src/osmo_ss7_vty.c: Improve error formatting in 'update route' cmd + * vty: Fix 'update route' parameter comment descriptions + + -- Pau Espin Pedrol pespin@sysmocom.de Tue, 08 Oct 2024 13:45:18 +0200 + libosmo-sigtran (2.0.0) unstable; urgency=medium
[ Pau Espin Pedrol ] diff --git a/src/Makefile.am b/src/Makefile.am index 90b791b..090c293 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,7 +23,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=10:1:0 +LIBVERSION=10:2:0
libosmo_sigtran_la_SOURCES = \ ipa.c \