commit e7f6586152f190d32400b29348c4adf0dae0b613 Author: Jeffrey C. Ollie jeff@ocjtech.us Date: Mon Feb 28 18:05:53 2011 -0600
1.8.3
.gitignore | 2 + asterisk.spec | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- sources | 4 +- 3 files changed, 65 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index 5f99d89..e32f9b1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ asterisk-1.8.0-beta3.tar.gz.asc /asterisk-1.8.3-rc2.tar.gz.asc /asterisk-1.8.3-rc3.tar.gz /asterisk-1.8.3-rc3.tar.gz.asc +/asterisk-1.8.3.tar.gz +/asterisk-1.8.3.tar.gz.asc diff --git a/asterisk.spec b/asterisk.spec index 4ecadfa..7954310 100644 --- a/asterisk.spec +++ b/asterisk.spec @@ -1,9 +1,9 @@ -%global _rc 3 +#global _rc 3 #global _beta 5 Summary: The Open Source PBX Name: asterisk Version: 1.8.3 -Release: 0.7%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist} +Release: 1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.asterisk.org/ @@ -1169,6 +1169,65 @@ fi %{_libdir}/asterisk/modules/app_voicemail_plain.so
%changelog +* Mon Feb 28 2011 jeff@ocjtech.us - 1.8.3-1 +- The Asterisk Development Team has announced the release of Asterisk 1.8.3. This +- release is available for immediate download at +- http://downloads.asterisk.org/pub/telephony/asterisk/ +- +- The release of Asterisk 1.8.3 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: +- +- * Resolve duplicated data in the AstDB when using DIALGROUP() +- (Closes issue #18091. Reported by bunny. Patched by tilghman) +- +- * Ensure the ipaddr field in realtime is large enough to handle IPv6 addresses. +- (Closes issue #18464. Reported, patched by IgorG) +- +- * Reworking parsing of mwi => lines to resolve a segfault. Also add a set of +- unit tests for the function that does the parsing. +- (Closes issue #18350. Reported by gbour. Patched by Marquis) +- +- * When using cdr_pgsql the billsec field was not populated correctly on +- unanswered calls. +- (Closes issue #18406. Reported by joscas. Patched by tilghman) +- +- * Resolve memory leak in iCalendar and Exchange calendaring modules. +- (Closes issue #18521. Reported, patched by pitel. Tested by cervajs) +- +- * This version of Asterisk includes the new Compiler Flags option +- BETTER_BACKTRACES which uses libbfd to search for better symbol information +- within both the Asterisk binary, as well as loaded modules, to assist when +- using inline backtraces to track down problems. +- (Patched by tilghman) +- +- * Resolve issue where no Music On Hold may be triggered when using +- res_timing_dahdi. +- (Closes issues #18262. Reported by francesco_r. Patched by cjacobson. Tested +- by francesco_r, rfrantik, one47) +- +- * Resolve a memory leak when the Asterisk Manager Interface is disabled. +- (Reported internally by kmorgan. Patched by russellb) +- +- * Reimplemented fax session reservation to reverse the ABI breakage introduced +- in r297486. +- (Reported internally. Patched by mnicholson) +- +- * Fix regression that changed behavior of queues when ringing a queue member. +- (Closes issue #18747, #18733. Reported by vrban. Patched by qwell.) +- +- * Resolve deadlock involving REFER. +- (Closes issue #18403. Reported, tested by jthurman. Patched by jpeeler.) +- +- Additionally, this release has the changes related to security bulletin +- AST-2011-002 which can be found at +- http://downloads.asterisk.org/pub/security/AST-2011-002.pdf +- +- For a full list of changes in this release, please see the ChangeLog: +- +- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.3 + * Wed Feb 16 2011 jeff@ocjtech.us - 1.8.3-0.7.rc3 - - The Asterisk Development Team has announced the third release candidate of diff --git a/sources b/sources index 35dbf60..2473508 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -bc6c3d26ffd7acf38cbdbea66d6057d1 asterisk-1.8.3-rc3.tar.gz -0946c9f06ac247e80551218c57b1c72b asterisk-1.8.3-rc3.tar.gz.asc +79964868c124a921e71fd568fbc9290f asterisk-1.8.3.tar.gz +a21c63b58262ea041921c268e4f98321 asterisk-1.8.3.tar.gz.asc
scm-commits@lists.fedoraproject.org