[asterisk/f14/master] - The release of Asterisk 1.6.2.14-rc1 resolves several issues reported by the - community and would

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Oct 8 18:45:32 UTC 2010


commit e154bff8a5ce8801f5faa93652acc602f3d3c735
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Fri Oct 8 13:45:34 2010 -0500

    - The release of Asterisk 1.6.2.14-rc1 resolves several issues reported by the
    - community and would have not been possible without your participation.
    - Thank you!
    -
    - The following is a sample of the issues resolved in this release candidate:
    -
    -  * Fix issue where session timers would be advertised as supported even when
    -    session-timers=refuse was set in sip.conf. Also fix  interoperability
    -    problems with session timer behavior in Asterisk.
    -    (Closes issue #17005. Reported by alexcarey. Patched by dvossel)
    -
    -  * Fix issue with decoding ^-escaped characters in realtime (res_pgsql).
    -    (Closes issue #17790. Reported by denzs. Patched by Qwell)
    -
    -  * Parse all "Accept" headers for SIP SUBSCRIBE requests.
    -    (Closes issue #17758. Reported by ibc. Patched by dvossel)
    -
    -  * Fix issue where queue stats would be reset on reload.
    -    (Closes issue #17535. Reported by raarts. Patched by tilghman)
    -
    -  * Fix issue where MoH files were no longer rescanned on during a reload.
    -    (Closes issue #16744. Reported by pj. Patched by Qwell)
    -
    -  * Fix issue with dialplan pattern matching where the specificity for pattern
    -    ranges and pattern characters was inconsistent.
    -    (Closes issue #16903. Reported, patched by Nick_Lewis)
    -
    - For a full list of changes in the current release candidate, please see the
    - ChangeLog:
    -
    - http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.14-rc1

 .gitignore          |    2 +
 asterisk.spec       |  131 ++++++++++++++++++++++++++++++++++++++++-----------
 menuselect.makeopts |    2 +-
 sources             |    4 +-
 4 files changed, 109 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91bd1bb..fe71f2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ asterisk-1.6.2.11.tar.gz.asc
 /asterisk-1.6.2.11-rc1.tar.gz.asc
 /asterisk-1.6.2.12-rc1.tar.gz
 /asterisk-1.6.2.12-rc1.tar.gz.asc
+/asterisk-1.6.2.14-rc1.tar.gz
+/asterisk-1.6.2.14-rc1.tar.gz.asc
diff --git a/asterisk.spec b/asterisk.spec
index 71791d4..63c8346 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1,7 +1,7 @@
 %global _rc 1
 Summary: The Open Source PBX
 Name: asterisk
-Version: 1.6.2.12
+Version: 1.6.2.14
 Release: 0.1%{?_rc:.rc%{_rc}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
@@ -435,7 +435,7 @@ popd
 
 pushd menuselect
 %configure
-popd 
+popd
 
 %if 0%{?fedora} > 0
 %configure --with-imap=system --with-gsm=/usr --with-libedit=yes
@@ -1035,6 +1035,83 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Fri Oct  8 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.14-0.1.rc1
+- The release of Asterisk 1.6.2.14-rc1 resolves several issues reported by the
+- community and would have not been possible without your participation.
+- Thank you!
+-
+- The following is a sample of the issues resolved in this release candidate:
+-
+-  * Fix issue where session timers would be advertised as supported even when
+-    session-timers=refuse was set in sip.conf. Also fix  interoperability
+-    problems with session timer behavior in Asterisk.
+-    (Closes issue #17005. Reported by alexcarey. Patched by dvossel)
+-
+-  * Fix issue with decoding ^-escaped characters in realtime (res_pgsql).
+-    (Closes issue #17790. Reported by denzs. Patched by Qwell)
+-
+-  * Parse all "Accept" headers for SIP SUBSCRIBE requests.
+-    (Closes issue #17758. Reported by ibc. Patched by dvossel)
+-
+-  * Fix issue where queue stats would be reset on reload.
+-    (Closes issue #17535. Reported by raarts. Patched by tilghman)
+-
+-  * Fix issue where MoH files were no longer rescanned on during a reload.
+-    (Closes issue #16744. Reported by pj. Patched by Qwell)
+-
+-  * Fix issue with dialplan pattern matching where the specificity for pattern
+-    ranges and pattern characters was inconsistent.
+-    (Closes issue #16903. Reported, patched by Nick_Lewis)
+-
+- For a full list of changes in the current release candidate, please see the
+- ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.14-rc1
+
+- This release resolves an issue where the .version and ChangeLog files were not
+- updated for 1.6.2.12. Asterisk 1.6.2.13 has no additional changes from 1.6.2.12
+- other than the .version, ChangeLog and summary files.
+-
+- For a full list of changes in the current release, please see the
+- ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.13
+
+- The release of Asterisk 1.6.2.12 resolves several issues reported by the
+- community and would have not been possible without your participation.
+- Thank you!
+-
+- The following is a sample of the issues resolved in this release:
+-
+-     * Fix issue where DNID does not get cleared on a new call when using
+-       immediate=yes with ISDN signaling.
+-       (Closes issue #17568. Reported by wuwu. Patched by rmudgett)
+-     * Several updates to res_config_ldap.
+-       (Closes issue #13573. Reported by navkumar. Patched by navkumar, bencer.
+-       Tested by suretec)
+-     * Prevent loss of Caller ID information set on local channel after masquerade.
+-       (Closes issue #17138. Reported by kobaz, patched by jpeeler)
+-     * Fix SIP peers memory leak.
+-       (Closes issue #17774. Reported, patched by kkm)
+-     * Add Danish support to say.conf.sample
+-       (Closes issue #17836. Reported, patched by RoadKill)
+-     * Ensure SSRC is changed when media source is changed to resolve audio delay.
+-       (Closes issue #17404. Reported, tested by sdolloff. Patched by jpeeler)
+-     * Only do magic pickup when notifycid is enabled.
+-       A new way of doing BLF pickup was introduced into 1.6.2. This feature adds a
+-       call-id value into the XML of a SIP_NOTIFY message sent to alert a subscriber
+-       that a device is ringing. This option should only be enabled when the new
+-       'notifycid' option is set, but this was not the case. Instead the call-id
+-       value was included for every RINGING Notify message, which caused a
+-       regression for people who used other methods for call pickup.
+-       (Closes issue #17633. Reported, patched by urosh. Patched by dvossel.
+-       Tested by: dvossel, urosh, okrief, alecdavis)
+-
+- For a full list of changes in the current release, please see the
+- ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.12
+
 * Tue Aug 24 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.12-0.1.rc1
 - The release of Asterisk 1.6.2.12-RC1 resolves several issues reported by the
 - community and would have not been possible without your participation.
@@ -1164,20 +1241,20 @@ fi
 * Tue May  4 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.7-1
 -  * Fix building CDR and CEL SQLite3 modules.
 -    (Closes issue #17017. Reported by alephlg. Patched by seanbright)
-- 
+-
 -  * Resolve crash in SLAtrunk when the specified trunk doesn't exist.
 -    (Reported in #asterisk-dev by philipp64. Patched by seanbright)
-- 
+-
 -  * Include an extra newline after "Aliased CLI command" to get back the prompt.
 -    (Issue #16978. Reported by jw-asterisk. Tested, patched by seanbright)
-- 
+-
 -  * Prevent segfault if bad magic number is encountered.
 -    (Issue #17037. Reported, patched by alecdavis)
-- 
+-
 -  * Update code to reflect that handle_speechset has 4 arguments.
 -    (Closes issue #17093. Reported, patched by gpatri. Tested by pabelanger,
 -     mmichelson)
-- 
+-
 -  * Resolve a deadlock in chan_local.
 -    (Closes issue #16840. Reported, patched by bzing2, russell. Tested by bzing2)
 
@@ -1189,28 +1266,28 @@ fi
 
 * Fri Mar 12 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.6-1
 - Update to final 1.6.2.6
-- 
+-
 - The following are a few of the issues resolved by community developers:
-- 
+-
 -  * Make sure to clear red alarm after polarity reversal.
 -    (Closes issue #14163. Reported, patched by jedi98. Tested by mattbrown,
 -     Chainsaw, mikeeccleston)
-- 
+-
 -  * Fix problem with duplicate TXREQ packets in chan_iax2
 -    (Closes issue #16904. Reported, patched by rain. Tested by rain, dvossel)
-- 
+-
 -  * Fix crash in app_voicemail related to message counting.
 -    (Closes issue #16921. Reported, tested by whardier. Patched by seanbright)
-- 
+-
 -  * Overlap receiving: Automatically send CALL PROCEEDING when dialplan starts
 -    (Reported, Patched, and Tested by alecdavis)
-- 
+-
 -  * For T.38 reINVITEs treat a 606 the same as a 488.
 -    (Closes issue #16792. Reported, patched by vrban)
-- 
+-
 -  * Fix ConfBridge crash when no timing module is loaded.
 -    (Closes issue #16471. Reported, tested by kjotte. Patched, tested by junky)
-- 
+-
 - For a full list of changes in this releases, please see the ChangeLog:
 - http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.6
 
@@ -1222,42 +1299,42 @@ fi
 
 * Thu Feb 25 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.5-1
 - Update to 1.6.2.5
-- 
+-
 -         * AST-2010-002: Invalid parsing of ACL rules can compromise security
 
 * Thu Feb 18 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.4-1
 - Update to 1.6.2.4
 -
--        * AST-2010-002: This security release is intended to raise awareness 
--          of how it is possible to insert malicious strings into dialplans, 
--          and to advise developers to read the best practices documents so 
+-        * AST-2010-002: This security release is intended to raise awareness
+-          of how it is possible to insert malicious strings into dialplans,
+-          and to advise developers to read the best practices documents so
 -          that they may easily avoid these dangers.
 
 * Wed Feb  3 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.2-1
 - Update to 1.6.2.2
 -
--	* AST-2010-001: An attacker attempting to negotiate T.38 over SIP can 
--	  remotely crash Asterisk by modifying the FaxMaxDatagram field of 
+-	* AST-2010-001: An attacker attempting to negotiate T.38 over SIP can
+-	  remotely crash Asterisk by modifying the FaxMaxDatagram field of
 -	  the SDP to contain either a negative or exceptionally large value.
--	  The same crash occurs when the FaxMaxDatagram field is omitted from 
+-	  The same crash occurs when the FaxMaxDatagram field is omitted from
 -	  the SDP as well.
 
 * Fri Jan 15 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.1-1
 - Update to 1.6.2.1 final:
-- 
+-
 - * CLI 'queue show' formatting fix.
 -   (Closes issue #16078. Reported by RoadKill. Tested by dvossel. Patched by
 -    ppyy.)
-- 
+-
 - * Fix misreverting from 177158.
 -   (Closes issue #15725. Reported, Tested by shanermn. Patched by dimas.)
-- 
+-
 - * Fixes subscriptions being lost after 'module reload'.
 -   (Closes issue #16093. Reported by jlaroff. Patched by dvossel.)
-- 
+-
 - * app_queue segfaults if realtime field uniqueid is NULL
 -  (Closes issue #16385. Reported, Tested, Patched by haakon.)
-- 
+-
 - * Fix to Monitor which previously assumed the file to write to did not contain
 -   pathing.
 -   (Closes issue #16377, #16376. Reported by bcnit. Patched by dant.
diff --git a/menuselect.makeopts b/menuselect.makeopts
index b47ae03..b8007ce 100644
--- a/menuselect.makeopts
+++ b/menuselect.makeopts
@@ -12,7 +12,7 @@ MENUSELECT_EMBED=
 MENUSELECT_CORE_SOUNDS=
 MENUSELECT_MOH=
 MENUSELECT_EXTRA_SOUNDS=
-MENUSELECT_TESTS=test_skel test_heap test_sched test_astobj2 test_dlinklists
+MENUSELECT_TESTS=test_skel test_heap test_sched test_astobj2 test_dlinklists test_poll
 MENUSELECT_DEPSFAILED=MENUSELECT_APPS=app_osplookup
 MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_h323
 MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_nbs
diff --git a/sources b/sources
index 3fe43c2..12a0f9a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-32c2c7230bb1e8938ae28b19957010be  asterisk-1.6.2.12-rc1.tar.gz
-c73165ce287487ea4674fad1bba1963d  asterisk-1.6.2.12-rc1.tar.gz.asc
+5942e2aeb5f737d47d31e79eb034a118  asterisk-1.6.2.14-rc1.tar.gz
+092b02fd6848d7f91b16d1094591e8e4  asterisk-1.6.2.14-rc1.tar.gz.asc


More information about the scm-commits mailing list