aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 13:55:23 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 13:55:23 +0200
commit34220e80a8cb9eec9c53e557956c72b8bd0cf2a7 (patch)
tree3e087fc46f560c5ffda3b4ac7e8cbd681e154495 /debian/changelog
parentd497660ac68ac25efd3adef762251f8b704e17cb (diff)
Bump version: 0.2.0.14-d497-dirty → 0.3.00.3.0
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ecac7cd..1e57b16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+libosmo-pfcp (0.3.0) unstable; urgency=medium
+
+ [ Neels Janosch Hofmeyr ]
+ * clarify API doc for osmo_pfcp_endpoint_tx()
+ * add doc/charts/pfcp_msgs*.msc
+ * libosmo-pfcp.pc.in: add missing libosmogsm
+ * build: drop COVERAGE
+ * build: drop $(all_includes)
+ * build: drop LIBOSMOVTY from libosmo-pfcp
+ * build: libosmo-gtlv: move LIBS to libosmo_gtlv_la_LIBADD
+ * build: fix linking gen__pfcp_ies_auto to use build-tree libosmo-gtlv
+ * build: add gen__pfcp_ies_auto_LDFLAGS = -no-install
+ * pfcp_msg: refactor LOG_PFCP_MSG
+ * coverity: fix null deref
+
+ [ Oliver Smith ]
+ * Run struct_endianness.py
+ * debian: make consistent
+
+ [ Harald Welte ]
+ * Fix license information in dpkg + rpm packages: GPLv2+ and not AGPLv3+
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 13:55:22 +0200
+
libosmo-pfcp (0.2.0) unstable; urgency=medium
[ Neels Hofmeyr ]