osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libgtpnl/+/38477?usp=email )
Change subject: Bump version: 1.3.0.4-b968 → 1.3.1 ...................................................................... Bump version: 1.3.0.4-b968 → 1.3.1 Change-Id: Iba3b7a3b4f519be39808d03617967bb7027c6735 --- M debian/changelog M src/Makefile.am 2 files changed, 15 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libgtpnl refs/changes/77/38477/1 diff --git a/debian/changelog b/debian/changelog index 9aba358..61e0d29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +libgtpnl (1.3.1) unstable; urgency=medium + + [ Eric Wild ] + * fix clang build + + [ Jan Engelhardt ] + * Revert `configure: regular_C(PP)FLAGS -> C(PP)FLAGS` + * build: fix bashims in configure.ac + + [ Pau Espin Pedrol ] + * dev_create: Avoid passing IFLA_GTP_FD* attribute with value -1 + + -- Oliver Smith <[email protected]> Mon, 21 Oct 2024 13:31:29 +0200 + libgtpnl (1.3.0) unstable; urgency=medium [ Oliver Smith ] diff --git a/src/Makefile.am b/src/Makefile.am index fbc7579..57c87d5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,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=2:0:2 +LIBVERSION=2:1:2 lib_LTLIBRARIES = libgtpnl.la -- To view, visit https://gerrit.osmocom.org/c/libgtpnl/+/38477?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: libgtpnl Gerrit-Branch: master Gerrit-Change-Id: Iba3b7a3b4f519be39808d03617967bb7027c6735 Gerrit-Change-Number: 38477 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]>
