[asterisk] 10.0.0-rc2

Jeffrey C. Ollie jcollie at fedoraproject.org
Wed Nov 16 15:44:38 UTC 2011


commit 4fac95f57d2c40be885a0b34f621f6f04b883294
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Wed Nov 16 09:44:28 2011 -0600

    10.0.0-rc2

 .gitignore    |    2 ++
 asterisk.spec |   30 ++++++++++++++++++++++++++++--
 sources       |    4 ++--
 3 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 32f3961..7067243 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,5 @@ asterisk-1.8.0-beta3.tar.gz.asc
 /asterisk-10.0.0-beta2.tar.gz.asc
 /asterisk-10.0.0-rc1.tar.gz
 /asterisk-10.0.0-rc1.tar.gz.asc
+/asterisk-10.0.0-rc2.tar.gz
+/asterisk-10.0.0-rc2.tar.gz.asc
diff --git a/asterisk.spec b/asterisk.spec
index 542740a..5632073 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1,4 +1,4 @@
-%global _rc 1
+%global _rc 2
 #global _beta 2
 
 %if 0%{?fedora} >= 15
@@ -18,7 +18,7 @@
 Summary: The Open Source PBX
 Name: asterisk
 Version: 10.0.0
-Release: 0.5%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
+Release: 0.6%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -1257,6 +1257,32 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Wed Nov 16 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 10.0.0-0.6.rc2
+- The Asterisk Development Team has announced the second release candidate of
+- Asterisk 10.0.0. This release candidate is available for immediate download at
+- http://downloads.asterisk.org/pub/telephony/asterisk/
+-
+- The release of Asterisk 10.0.0-rc2 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:
+-
+- * Ensure that a null vmexten does not cause a segfault
+-
+- * Fix issue with ConfBridge participants hanging up during DTMF feature
+-  menu usage getting stuck in conference forever
+-  (closes issue ASTERISK-18829)
+-  Reported by: zvision
+-
+- * Fix app_macro.c MODULEINFO section termination
+-  (closes issue ASTERISK-18848)
+-  Reported by: Tony Mountifield
+-
+- For a full list of changes in this release candidate, please see the ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.0.0-rc2
+
 * Fri Nov 11 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 10.0.0-0.5.rc1
 - The Asterisk Development Team is pleased to announce the first release candidate
 - of Asterisk 10.0.0. This release candidate is available for immediate download
diff --git a/sources b/sources
index db64e55..bc65429 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-8e931083bf9c7578661aac468dacf575  asterisk-10.0.0-rc1.tar.gz
-1559c0ad712640247e531967556efd62  asterisk-10.0.0-rc1.tar.gz.asc
+72e0df43d5bcf44400dcf0014fd40a3f  asterisk-10.0.0-rc2.tar.gz
+f633579149a9dc3159762314762e8f39  asterisk-10.0.0-rc2.tar.gz.asc


More information about the scm-commits mailing list