osmith has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-pfcp/+/29186 )
Change subject: Bump version: 0.1.0.32-823b → 0.1.1
......................................................................
Bump version: 0.1.0.32-823b → 0.1.1
Tag a new release with all the packaging fixes, so building libosmo-pfcp
for latest isn't failing anymore on
obs.osmocom.org.
Related: OS#5654
Change-Id: I9a7be8342754fdbc21b83281c8ebcbf38112c61b
---
M debian/changelog
1 file changed, 44 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/debian/changelog b/debian/changelog
index e16e70f..10cbd24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,47 @@
+libosmo-pfcp (0.1.1) unstable; urgency=medium
+
+ [ Vadim Yanitskiy ]
+ * fix incorrect timeout values: milliseconds vs microseconds
+ * configure: fix AC_CONFIG_MACRO_DIRS related warnings
+ * configure: fix warning: AC_OUTPUT should be used without arguments
+ * gitignore: ignore *.la objects: libosmo-{gtlv,pfcp}.la
+ * contrib/libosmo-pfcp.spec.in: do not depend on systemd
+ * contrib/libosmo-pfcp.spec.in: do not disable LTO
+ * configure.ac: do not require unused dlopen
+
+ [ Neels Hofmeyr ]
+ * separate pfcp_queue_timer_cb() in req and resp
+ * fix wrong constants used in osmo_pfcp_tdefs (typo)
+ * clarify osmo_pfcp_msg alloc API
+ * apply code review: refactor pfcp_endpoint API
+ * pfcp_endpoint: fix final PFCP retrans resp_cb
+ * set LIBVERSION=0:0:0
+ * comment / whitespace tweaks in pfcp_endpoint.c
+ * debian packaging of libosmo-gtlv and libosmo-pfcp
+ * README.md: tweak clone URL
+ * configure.ac: drop dependencies on vty and ctrl
+ * RPM: fix .spec file
+ * debian: add missing *-dev.install files
+ * debian/control: fix confusion in description
+ * debian: fix missing dep gtlv0 <- pfcp0
+ * libosmo-gtlv.pc.in: tweak Description
+ * fix warnings: 'uninitialized'
+ * .gitignore fixes: generated sources, .spec file
+ * doc: minor fix in pfcp_cp_peer_fsm.dot
+ * pfcp_cp_peer: check use count correctness
+ * RPM: fix configure and typo "gltv" in .spec.in
+
+ [ Oliver Smith ]
+ * gitreview: fix project
+ * rpm spec: use --disable-static
+ * debian/control: move -dev deps of libosmo-gtlv-dev
+ * packaging: depend on libosmocore >= 1.7.0
+
+ [ Harald Welte ]
+ * rpm spec: reduce summary line length
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Mon, 22 Aug 2022 11:38:51 +0200
+
libosmo-pfcp (0.1.0) testing; urgency=low
Create new Debian package.
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/29186
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: I9a7be8342754fdbc21b83281c8ebcbf38112c61b
Gerrit-Change-Number: 29186
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged