aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 14:52:09 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 14:52:09 +0100
commit03bc63a1da6a2d9ffd765c09d5b8d8af1dbaa53d (patch)
tree6a28ef6d3a6e27d76c9152056c3cdae4ba5e123d
parentbd66804082bf813a1f925c6af4df28fd664ac1de (diff)
Bump version: 1.5.0.8-bd66 → 1.6.01.6.0
-rw-r--r--debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e147a38..9a6b5e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+osmo-sip-connector (1.6.0) unstable; urgency=medium
+
+ [ Neels Hofmeyr ]
+ * fix use-after-free in SIP re-INVITE
+ * SIP re-INVITE: fix media connection change detection
+ * SIP re-INVITE: log media connection
+
+ [ Oliver Smith ]
+ * debian/control: remove dh-systemd build-depend
+
+ [ Keith ]
+ * MNCC v8: Implement Basic Support for Global Call Reference.
+
+ [ Vadim Yanitskiy ]
+ * sip: fix memory leak (x_gcr) in send_invite()
+ * sip: use osmo_{enc,dec}_gcr() from libosmocore
+ * mncc: rework passing GCR over the MNCC interface
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 14:52:09 +0100
+
osmo-sip-connector (1.5.0) unstable; urgency=medium
[ Vadim Yanitskiy ]