diff --git a/.gitignore b/.gitignore index 34df032..eddc96b 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,5 @@ asterisk-1.8.0-beta3.tar.gz.asc /asterisk-11.2.1.tar.gz.asc /asterisk-11.2.2.tar.gz /asterisk-11.2.2.tar.gz.asc +/asterisk-11.3.0.tar.gz +/asterisk-11.3.0.tar.gz.asc diff --git a/asterisk.spec b/asterisk.spec index 4db03bf..fa53bc6 100644 --- a/asterisk.spec +++ b/asterisk.spec @@ -30,7 +30,7 @@ Summary: The Open Source PBX Name: asterisk -Version: 11.2.2 +Version: 11.3.0 Release: 1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist} License: GPLv2 Group: Applications/Internet @@ -1391,6 +1391,39 @@ fi %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Tue Apr 23 2013 Jeffrey Ollie - 11.3.0-1: +- The Asterisk Development Team has announced the release of Asterisk 11.3.0. +- This release is available for immediate download at +- http://downloads.asterisk.org/pub/telephony/asterisk +- +- The release of Asterisk 11.3.0 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 chan_mobile fails to bind to first available +- port +- (Closes issue ASTERISK-16357. Reported by challado) +- +- * --- Fix Queue Log Reporting Every Call COMPLETECALLER With "h" +- Extension Present +- (Closes issue ASTERISK-20743. Reported by call) +- +- * --- Retain XMPP filters across reconnections so external modules +- continue to function as expected. +- (Closes issue ASTERISK-20916. Reported by kuj) +- +- * --- Ensure that a declined media stream is terminated with a '\r\n' +- (Closes issue ASTERISK-20908. Reported by Dennis DeDonatis) +- +- * --- Fix pjproject compilation in certain circumstances +- (Closes issue ASTERISK-20681. Reported by Dinesh Ramjuttun) +- +- For a full list of changes in this release, please see the ChangeLog: +- +- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.3.0 + * Thu Mar 28 2013 Jeffrey Ollie - 11.2.2-1: - The Asterisk Development Team has announced security releases for Certified - Asterisk 1.8.15 and Asterisk 1.8, 10, and 11. The available security releases @@ -2120,7 +2153,7 @@ fi - - http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.6.0 -* Tue Aug 18 2012 Jeffrey Ollie - 11.0.0-0.2.beta1 +* Sat Aug 18 2012 Jeffrey Ollie - 11.0.0-0.2.beta1 - The Asterisk Development Team is pleased to announce the first beta release of - Asterisk 11.0.0. This release is available for immediate download at - http://downloads.asterisk.org/pub/telephony/asterisk/releases @@ -4364,7 +4397,7 @@ http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.3-rc2 * Fri Jul 25 2008 Jeffrey C. Ollie - 1.6.0-0.18.beta9 - Add patch for LDAP extracted from upstream SVN (#442011) -* Thu Jul 2 2008 Jeffrey C. Ollie - 1.6.0-0.17.beta9 +* Wed Jul 2 2008 Jeffrey C. Ollie - 1.6.0-0.17.beta9 - Add patch that unbreaks cdr_tds with FreeTDS 0.82. - Properly obsolete conference subpackage. diff --git a/menuselect.makeopts b/menuselect.makeopts index bc8d5ed..50ff742 100644 --- a/menuselect.makeopts +++ b/menuselect.makeopts @@ -14,7 +14,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 test_format_api test_linkedlists test_config test_voicemail_api test_jitterbuf test_abstract_jb test_astobj2_thrash test_hashtab_thrash +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_format_api test_linkedlists test_config test_voicemail_api test_jitterbuf test_abstract_jb test_astobj2_thrash test_hashtab_thrash test_xml_escape MENUSELECT_UTILS=aelparse astcanary astdb2sqlite3 astman check_expr check_expr2 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 89f0bdd..8549cc3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -3e7a732949b3f0bae6500d41eb19f1df asterisk-11.2.2.tar.gz -e49feaf7b574ada7f31fb768a2c2f20c asterisk-11.2.2.tar.gz.asc +e80bd74335994d856f732237a4a5bc5f asterisk-11.3.0.tar.gz +3121b4ff89923aa8b1df67ffd6144cbd asterisk-11.3.0.tar.gz.asc