]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add an upgrade note for libuuid dependency; remove note in CHANGES
authorMatthew Jordan <mjordan@digium.com>
Sun, 21 Jul 2013 22:51:58 +0000 (22:51 +0000)
committerMatthew Jordan <mjordan@digium.com>
Sun, 21 Jul 2013 22:51:58 +0000 (22:51 +0000)
This patch notes that libuuid is now a dependency for res_rtp_asterisk; this
was introduced in between 11.4.0 and 11.5.0 to resolve a dependency for
pjproject, which res_rtp_asterisk uses for ICE/STUN/TURN support.

It also removes a conflicting note from CHANGES. While support for playing
prompts to the first participant was added for app_queue, it was disabled
by default and an option added to enable it. That was properly noted in the
UPGRADE.txt file.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@395020 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES
UPGRADE.txt

diff --git a/CHANGES b/CHANGES
index 44a40a0a93a7fef4521ba37cb503f8f0b8b468d6..550138ab8af014d4e30bcfb326c1a3e2db2fbf5e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,17 +7,9 @@
 === and the other UPGRADE files for older releases.
 ===
 ==============================================================================
-------------------------------------------------------------------------------
---- Functionality changes from Asterisk 10 to Asterisk 11 --------------------
-------------------------------------------------------------------------------
-
-App_queue
----------
- * App_queue will now play periodic announcements for the caller that
-   holds the first position in the queue while waiting for answer.
 
 ------------------------------------------------------------------------------
---- Functionality changes since Asterisk 1.8.12.0 ----------------------------
+--- Functionality changes from Asterisk 10 to Asterisk 11 --------------------
 ------------------------------------------------------------------------------
 
 Build System
index 2e7c8ce523ca3e3ed800bcf4187fb18ff2f5d939..7a5811369d0a0bfe285b80795b014b0490f52700 100644 (file)
@@ -30,6 +30,9 @@ From 11.4 to 11.5:
   default but can be enabled on an individual queue using the 'announce-to-first-user'
   option.
 
+* The libuuid development library is now required for res_rtp_asterisk. Consult
+  your distribution for the appropriate development library name.
+
 From 11.3 to 11.4:
 * Added the 'n' option to MeetMe to prevent application of the DENOISE function
   to a channel joining a conference. Some channel drivers that vary the number
@@ -185,7 +188,7 @@ SIP
    configuration option. Symptoms of this include one way media or no media flow.
 
 chan_unistim
- - Due to massive update in chan_unistim phone keys functions and on-screen 
+ - Due to massive update in chan_unistim phone keys functions and on-screen
    information changed.
 
 users.conf:
@@ -257,10 +260,10 @@ Manager:
    unchanged.
 
 Module Support Level
- - All modules in the addons, apps, bridge, cdr, cel, channels, codecs, 
+ - All modules in the addons, apps, bridge, cdr, cel, channels, codecs,
    formats, funcs, pbx, and res have been updated to include MODULEINFO data
    that includes <support_level> tags with a value of core, extended, or deprecated.
-   More information is available on the Asterisk wiki at 
+   More information is available on the Asterisk wiki at
    https://wiki.asterisk.org/wiki/display/AST/Asterisk+Module+Support+States
 
    Deprecated modules are now marked to not build by default and must be explicitly