[asterisk/f16] 1.8.6.0-rc1

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Aug 12 12:26:15 UTC 2011


commit 333bf649396dbea65708d51cb2cf7712035f01a5
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Fri Aug 12 07:25:59 2011 -0500

    1.8.6.0-rc1

 .gitignore          |    2 +
 asterisk.spec       |   52 ++++++++++++++++++++++++++++++++++++++++++++++++--
 menuselect.makeopts |    2 +-
 sources             |    4 +-
 4 files changed, 54 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f7553d4..f0bd041 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,5 @@ asterisk-1.8.0-beta3.tar.gz.asc
 /asterisk-1.8.5-rc1.tar.gz.asc
 /asterisk-1.8.5.0.tar.gz
 /asterisk-1.8.5.0.tar.gz.asc
+/asterisk-1.8.6.0-rc1.tar.gz
+/asterisk-1.8.6.0-rc1.tar.gz.asc
diff --git a/asterisk.spec b/asterisk.spec
index 7a7da78..9d98579 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1,4 +1,4 @@
-#global _rc 1
+%global _rc 1
 #global _beta 5
 
 %if 0%{?fedora} >= 15
@@ -17,8 +17,8 @@
 
 Summary: The Open Source PBX
 Name: asterisk
-Version: 1.8.5.0
-Release: 1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}.2
+Version: 1.8.6.0
+Release: 0.1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -1252,6 +1252,52 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Thu Aug 11 2011  <jeff at ocjtech.us> - 1.8.6.0-0.1.rc1
+- The Asterisk Development Team announces the first release candidate of
+- Asterisk 1.8.6.0. This release candidate is available for immediate download at
+- http://downloads.asterisk.org/pub/telephony/asterisk/
+-
+- The release of Asterisk 1.8.6.0-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 an issue with Music on Hold classes losing files in playlist when realtime
+-  is used.
+-  (Closes issue ASTERISK-17875. Reported by David Cunningham. Patched by Igor
+-   Goncharovsky)
+-
+- * Resolve a potential crash in chan_sip when utilizing auth= and performing a
+-  'sip reload' from the console.
+-  (Closes issue ASTERISK-17939. Reported by wdoekes. Patched by Richard Mudgett)
+-
+- * Address some improper sql statements in res_odbc that would cause an update
+-  to fail on realtime peers due to trying to set as "(NULL)" rather than an
+-  actual NULL.
+-  (Closes issue ASTERISK-17791. Reported by marcelloceschia. Patched by Tilghman
+-   Lesher)
+-
+- * Resolve issue where 403 Forbidden would always be sent maximum number of times
+-  regardless to receipt of ACK.
+-  (Patched by Richard Mudgett)
+-
+- * Updated chan_gtalk to work with changes made by Google.
+-  (Closes issue ASTERISK-18804. Patched by Terry Wilson)
+-
+- * Resolve issue where if a call to MeetMe includes both the dynamic(D) and
+-  always request PIN(P) options, MeetMe will ask for the PIN two times: once for
+-  creating the conference and once for entering the conference.
+-  (Patched by Kinsey Moore)
+-
+- * Fix New Zealand indications profile based on
+-  http://www.telepermit.co.nz/TNA102.pdf
+-  (Closes issue ASTERISK-16263. Reported, Patched by richardf)
+-
+- For a full list of changes in this release candidate, please see the ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.6.0-rc1
+
 * Thu Jul 21 2011 Petr Sabata <contyk at redhat.com> - 1.8.5.0-1.2
 - Perl mass rebuild
 
diff --git a/menuselect.makeopts b/menuselect.makeopts
index fdf8c85..1a590f2 100644
--- a/menuselect.makeopts
+++ b/menuselect.makeopts
@@ -13,7 +13,7 @@ MENUSELECT_MOH=
 MENUSELECT_OPTS_app_voicemail=
 MENUSELECT_PBX=
 MENUSELECT_RES=res_config_sqlite res_timing_kqueue
-MENUSELECT_TESTS=test_skel test_heap test_sched test_astobj2 test_dlinklists test_acl test_aoc test_app test_ast_format_str_reduce test_devicestate test_event test_func_file test_gosub test_pbx test_stringfields test_strings test_substitution test_time test_utils test_amihooks test_locale test_logger test_security_events test_poll test_expr test_netsock2 test_db
+MENUSELECT_TESTS=test_skel test_heap test_sched test_astobj2 test_dlinklists test_acl test_aoc test_app test_ast_format_str_reduce test_devicestate test_event test_func_file test_gosub test_pbx test_stringfields test_strings test_substitution test_time test_utils test_amihooks test_locale test_logger test_security_events test_poll test_expr test_netsock2 test_db test_linkedlists
 MENUSELECT_UTILS=aelparse astcanary astman conf2ael muted refcounter smsq stereorize streamplayer
 MENUSELECT_DEPSFAILED=MENUSELECT_APPS=app_osplookup
 MENUSELECT_DEPSFAILED=MENUSELECT_CHANNELS=chan_h323
diff --git a/sources b/sources
index d276357..7573976 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-bf13d80136fb45f3fb35868604132245  asterisk-1.8.5.0.tar.gz
-b9b17cfa458148cdb5e4641a3e60051f  asterisk-1.8.5.0.tar.gz.asc
+eab99723173580a06fcae249ad25f4be  asterisk-1.8.6.0-rc1.tar.gz
+4b9868dd5079f05d65312c12b8a6e3cf  asterisk-1.8.6.0-rc1.tar.gz.asc


More information about the scm-commits mailing list