summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2017-08-09 15:24:58 -0500
committerRichard Mudgett <rmudgett@digium.com>2017-08-10 11:46:42 -0500
commitecd1f87edf71158f836f81a4b2dabccc7b394726 (patch)
tree0fd2feabc2c619354be3dadd2114317ae984c7be /UPGRADE.txt
parent4ed2733ddea705761f0e340cdcba972a5f8be68a (diff)
UPGRADE notes: Prepare for the eventual 16 branch.
Change-Id: I4ca2f07ed62d77f1fdd10c3b216f6a28dd75720c
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 87eabde2d..1fe82c04e 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -23,3 +23,21 @@
=== UPGRADE-14.txt -- Upgrade info for 13 to 14
=== UPGRADE-15.txt -- Upgrade info for 14 to 15
===========================================================
+
+New in 16.0.0:
+
+New in 15.0.0:
+
+Build System:
+ - '--with-pjproject-bundled' is now the default when running ./configure
+ It can be disabled with '--without-pjproject-bundled'.
+
+Core:
+ - Multi-stream support has been added so a channel can have multiple
+ streams of the same type such as audio and video.
+
+ - The 'Data Retrieval API' has been removed. This API was not actively
+ maintained, was not added to new modules (such as res_pjsip), and there
+ exist better alternatives to acquire the same information, such as the
+ ARI. As a result, the 'DataGet' AMI action as well as the 'data get'
+ CLI command have been removed.