[asterisk] 1.8.5-rc1

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Jul 1 15:07:56 UTC 2011


commit 3d55dc6b02ea3d1b3ef9229654506b70c70d1268
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Fri Jul 1 08:35:38 2011 -0500

    1.8.5-rc1

 .gitignore          |    2 +
 asterisk.spec       |   59 ++++++++++++++++++++++++++++++++++++++++++++++++--
 menuselect.makeopts |    2 +-
 sources             |    4 +-
 4 files changed, 61 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9a05df..6e1d5d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,5 @@ asterisk-1.8.0-beta3.tar.gz.asc
 /asterisk-1.8.4.3.tar.gz.asc
 /asterisk-1.8.4.4.tar.gz
 /asterisk-1.8.4.4.tar.gz.asc
+/asterisk-1.8.5-rc1.tar.gz
+/asterisk-1.8.5-rc1.tar.gz.asc
diff --git a/asterisk.spec b/asterisk.spec
index eb24600..1218e4f 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1,4 +1,4 @@
-#global _rc 3
+%global _rc 1
 #global _beta 5
 
 %if 0%{?fedora} >= 15
@@ -9,8 +9,8 @@
 
 Summary: The Open Source PBX
 Name: asterisk
-Version: 1.8.4.4
-Release: 2%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
+Version: 1.8.5
+Release: 0.1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -1223,6 +1223,59 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Thu Jun 30 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.8.5-0.1.rc1
+- The Asterisk Development Team has announced the first release candidate of
+- Asterisk 1.8.5. This release candidate is available for immediate download at
+- http://downloads.asterisk.org/pub/telephony/asterisk/
+-
+- The release of Asterisk 1.8.5-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 Deadlock with attended transfer of SIP call
+-  (Closes issue #18837. Reported, patched by alecdavis. Tested by Irontec, ZX81,
+-   cmaj)
+-
+- * Fixes thread blocking issue in the sip TCP/TLS implementation.
+-  (Closes issue #18497. Reported by vois. Patched by dvossel. Tested by vois,
+-   rossbeer, kowalma, Freddi_Fonet)
+-
+- * Be more tolerant of what URI we accept for call completion PUBLISH requests.
+-  (Closes issue #18946. Reported by GeorgeKonopacki. Patched by mmichelson)
+-
+- * Fix a nasty chanspy bug which was causing a channel leak every time a spied on
+-  channel made a call.
+-  (Closes issue #18742. Reported by jkister. Tested by jcovert, jrose)
+-
+- * This patch fixes a bug with MeetMe behavior where the 'P' option for always
+-  prompting for a pin is ignored for the first caller.
+-  (Closes issue #18070. Reported by mav3rick. Patched by bbryant)
+-
+- * Fix issue where Asterisk does not hangup a channel after endpoint hangs up. If
+-  the call that the dialplan started an AGI script for is hungup while the AGI
+-  script is in the middle of a command then the AGI script is not notified of
+-  the hangup.
+-  (Closes issue #17954, #18492. Reported by mn3250, devmod. Patched by rmudgett)
+-
+- * Resolve issue where leaving a voicemail, the MWI message is never sent. The
+-  same thing happens when checking a voicemail and marking it as read.
+-  (Closes issue ASTERISK-18002. Reported by Leif Madsen. Resolved by Richard
+-   Mudgett)
+-
+- * Resolve issue where wait for leader with Music On Hold allows crosstalk
+-  between participants. Parenthesis in the wrong position. Regression from issue
+-  #14365 when expanding conference flags to use 64 bits.
+-  (Closes issue #18418. Reported by MrHanMan. Patched by rmudgett)
+-
+- * Fix timerfd locking issue.
+-  (Closes ASTERISK-17867, ASTERISK-17415. Patched by kobaz)
+-
+- For a full list of changes in this release candidate, please see the ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.5-rc1
+
 * Thu Jun 30 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.8.4.4-2
 - Fedora Directory Server -> 389 Directory Server
 
diff --git a/menuselect.makeopts b/menuselect.makeopts
index 137f4e8..fdf8c85 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
+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_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 0a7b9c2..d1dcae5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-bc2a1168603815c23f204927d1e73239  asterisk-1.8.4.4.tar.gz
-95d85f9ce11c34e749d113d2332acf75  asterisk-1.8.4.4.tar.gz.asc
+90f2dc7831232009bceac45daf648806  asterisk-1.8.5-rc1.tar.gz
+a20acfb98b487c5b30d686f9fa98614e  asterisk-1.8.5-rc1.tar.gz.asc


More information about the scm-commits mailing list