aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-08 17:54:49 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-08-08 17:54:49 +0200
commitf56af15181afdeeb9b517c589b7a220820b0083b (patch)
treebb493676f300f377861cc48241406211ad7e6f92
parentff8a4ed3d694686488be1791b63d41e41a41eb56 (diff)
Bump version: 1.2.0.25-ff8a → 1.3.01.3.0
-rw-r--r--debian/changelog41
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8e570cb..bbe3db5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,44 @@
+osmo-sip-connector (1.3.0) unstable; urgency=medium
+
+ [ Keith ]
+ * Support International Caller ID
+ * Support Emergency Calling
+ * Add media mode parameter to sdp_create_file()
+ * Handle SIP re-INVITEs
+ * Prepare to support MO Call HOLD
+ * Add support for MNCC HOLD/RETRIEVE
+ * Only send update to MNCC if media info changed.
+ * IPs stored in the call struct are NETWORK byte order
+ * Following from previous commit, assume other->ip is network byte order
+ * inet_ntoa() is deprecated, use inet_ntop() instead
+ * Fix bug with MO calls not connecting.
+ * Define hold/retrieve functions for MO calls
+ * Cosmetic: Logging and Comments, spelling and clarity changes
+ * Handle case where SIP side hangsup while MNCC is on hold
+ * Logging: Make use of Levels, clarify some messages
+ * In hold/retrieve/reinvite, add check that other_leg exists
+
+ [ Harald Welte ]
+ * cosmetic: use OSMO_STRLCPY_ARRAY() instead of osmo_strlcpy()
+ * MNCC: Do not continue with B leg if A leg is cancelled.
+
+ [ Rafael Diniz ]
+ * Added daemonize feature to osmo-sip-connector
+
+ [ Daniel Willmann ]
+ * Properly indent config file
+
+ [ Oliver Smith ]
+ * Cosmetic: debian: build-depends in multiple lines
+ * debian: create -doc subpackage with pdf manuals
+ * contrib/jenkins.sh: run "make maintainer-clean"
+
+ [ Pau Espin Pedrol ]
+ * Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds
+ * Require newer libosmocore 1.0.0
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 08 Aug 2019 17:54:49 +0200
+
osmo-sip-connector (1.2.0) unstable; urgency=medium
[ Keith ]