[asterisk] 1.8.5.0

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Jul 12 01:50:54 UTC 2011


commit fefdbefa4800186da92d6d9212f6b6d8588fd14b
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Mon Jul 11 20:50:24 2011 -0500

    1.8.5.0

 .gitignore    |    2 ++
 asterisk.spec |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 sources       |    4 ++--
 3 files changed, 57 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e1d5d3..f7553d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,5 @@ asterisk-1.8.0-beta3.tar.gz.asc
 /asterisk-1.8.4.4.tar.gz.asc
 /asterisk-1.8.5-rc1.tar.gz
 /asterisk-1.8.5-rc1.tar.gz.asc
+/asterisk-1.8.5.0.tar.gz
+/asterisk-1.8.5.0.tar.gz.asc
diff --git a/asterisk.spec b/asterisk.spec
index 6b0a5ba..d1b4db3 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
-Release: 0.2%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
+Version: 1.8.5.0
+Release: 1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -1252,6 +1252,56 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Mon Jul 11 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.8.5.0-1
+- The Asterisk Development Team announces the release of Asterisk 1.8.5.0. This
+- release is available for immediate download at
+- http://downloads.asterisk.org/pub/telephony/asterisk/
+-
+- The release of Asterisk 1.8.5.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 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)
+-
+- For a full list of changes in this release, please see the ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.5.0
+
 * Thu Jul  7 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.8.5-0.2
 - Rebuild for net-snmp 5.7
 
diff --git a/sources b/sources
index d1dcae5..d276357 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-90f2dc7831232009bceac45daf648806  asterisk-1.8.5-rc1.tar.gz
-a20acfb98b487c5b30d686f9fa98614e  asterisk-1.8.5-rc1.tar.gz.asc
+bf13d80136fb45f3fb35868604132245  asterisk-1.8.5.0.tar.gz
+b9b17cfa458148cdb5e4641a3e60051f  asterisk-1.8.5.0.tar.gz.asc


More information about the scm-commits mailing list