osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/37570?usp=email )
Change subject: Bump version: 0.3.0.5-1ffb-dirty → 0.4.0 ...................................................................... Bump version: 0.3.0.5-1ffb-dirty → 0.4.0 Change-Id: Idfb94c78b71497602102bfd13e139b090bda65ae --- M TODO-RELEASE M debian/changelog M debian/control R debian/libosmo-pfcp1.install M src/libosmo-pfcp/Makefile.am 5 files changed, 33 insertions(+), 9 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/70/37570/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.html#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.html#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 1e57b16..3707bf6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +libosmo-pfcp (0.4.0) unstable; urgency=medium + + [ Harald Welte ] + * add missing GPLv2 license text as COPYING file + + [ Neels Janosch Hofmeyr ] + * osmo_gtlv_cfg: fix api doc + * pfcp up_function_features: allow shorter lengths + * add osmo_pfcp_ip_addrs_get + + [ Oliver Smith ] + * contrib: remove rpm spec file + + -- Oliver Smith <[email protected]> Wed, 24 Jul 2024 12:04:14 +0200 + libosmo-pfcp (0.3.0) unstable; urgency=medium [ Neels Janosch Hofmeyr ] diff --git a/debian/control b/debian/control index 9fc066c..c103281 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Multi-Arch: foreign Depends: ${misc:Depends}, libosmo-gtlv1 (= ${binary:Version}), - libosmo-pfcp0 (= ${binary:Version}) + libosmo-pfcp1 (= ${binary:Version}) Description: Osmocom PFCP protocol implementation (metapackage) Install Osmocom PFCP and generic TLV protocol libraries. @@ -63,7 +63,7 @@ Tag-Length-Value and/or Tag-Length-Instance-Value structure. This package in particular contains the debug symbols for this library. -Package: libosmo-pfcp0 +Package: libosmo-pfcp1 Section: libs Architecture: any Multi-Arch: same @@ -80,7 +80,7 @@ Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, - libosmo-pfcp0 (= ${binary:Version}), + libosmo-pfcp1 (= ${binary:Version}), libosmo-gtlv-dev (= ${binary:Version}) Description: Development files for libosmo-pfcp libosmo-pfcp implements decoding, encoding and endpoint implementation of the @@ -93,7 +93,7 @@ Section: debug Priority: extra Depends: ${misc:Depends}, - libosmo-pfcp0 (= ${binary:Version}) + libosmo-pfcp1 (= ${binary:Version}) Description: Debug symbols for libosmo-pfcp libosmo-pfcp implements decoding, encoding and endpoint implementation of the Packet Forwarding Control Protocol (3GPP TS 29.244). This package in particular diff --git a/debian/libosmo-pfcp0.install b/debian/libosmo-pfcp1.install similarity index 100% rename from debian/libosmo-pfcp0.install rename to debian/libosmo-pfcp1.install diff --git a/src/libosmo-pfcp/Makefile.am b/src/libosmo-pfcp/Makefile.am index 3ada108..00fbc6a 100644 --- a/src/libosmo-pfcp/Makefile.am +++ b/src/libosmo-pfcp/Makefile.am @@ -34,7 +34,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=3:0:2 libosmo_pfcp_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined -export-symbols-regex '^osmo_' -- To view, visit https://gerrit.osmocom.org/c/libosmo-pfcp/+/37570?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-pfcp Gerrit-Branch: master Gerrit-Change-Id: Idfb94c78b71497602102bfd13e139b090bda65ae Gerrit-Change-Number: 37570 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-MessageType: newchange
