aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-09-28 13:53:07 +0200
committerOliver Smith <osmith@sysmocom.de>2023-09-28 13:53:08 +0200
commit1792ba92c1f939fb232e25ae1124eda7bb11983f (patch)
tree9251b001c2bfdc12602fe2f7170e849a33d5b335
parentdbe8889120c36a32b0d2fa47caae8c7b6f5d7475 (diff)
Bump version: 1.11.0.7-dbe88 → 1.11.11.11.1
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fe631a236..debce4e80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+osmo-msc (1.11.1) unstable; urgency=medium
+
+ [ Neels Hofmeyr ]
+ * fix codecs in internal call bridge
+ * make two functions static
+
+ [ Mychaela N. Falconia ]
+ * CC: don't start guard timer on mid-call MNCC messages
+ * gsup_client_mux: set destination_name in error reply function
+ * SMS over GSUP: correctly route GSUP responses to MT SMS
+ * SMS over GSUP: set source_name in GSUP reply messages
+
+ [ Andreas Eversberg ]
+ * ASCI: Remove duplicated CLEAR COMMAND from VGCS/VBS channel handling
+
+ -- Oliver Smith <osmith@sysmocom.de> Thu, 28 Sep 2023 13:53:07 +0200
+
osmo-msc (1.11.0) unstable; urgency=medium
[ arehbein ]