[asterisk] 10.0.0-beta2

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Oct 3 13:04:22 UTC 2011


commit 1a38ba572c6b0456b0da3c3c7cfd5a2cf0ee89fe
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Mon Oct 3 08:03:45 2011 -0500

    10.0.0-beta2

 .gitignore    |    2 ++
 asterisk.spec |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 sources       |    4 ++--
 3 files changed, 57 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f7553d4..fa6d009 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,5 @@ asterisk-1.8.0-beta3.tar.gz.asc
 /asterisk-1.8.5-rc1.tar.gz.asc
 /asterisk-1.8.5.0.tar.gz
 /asterisk-1.8.5.0.tar.gz.asc
+/asterisk-10.0.0-beta2.tar.gz
+/asterisk-10.0.0-beta2.tar.gz.asc
diff --git a/asterisk.spec b/asterisk.spec
index 364b0d7..d62a338 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1,5 +1,5 @@
 #global _rc 1
-%global _beta 1
+%global _beta 2
 
 %if 0%{?fedora} >= 15
 %global astvarrundir /run/asterisk
@@ -18,7 +18,7 @@
 Summary: The Open Source PBX
 Name: asterisk
 Version: 10.0.0
-Release: 0.1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
+Release: 0.2%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -1260,7 +1260,57 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
-* Mon Jul 25 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 10.0.0-0.1
+* Thu Sep 29 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 10.0.0-0.2.beta2
+- The Asterisk Development Team is pleased to announce the second beta release of
+- Asterisk 10.0.0. This release is available for immediate download at
+- http://downloads.asterisk.org/pub/telephony/asterisk/
+-
+- With the release of the Asterisk 10 branch, the preceding '1.' has been removed
+- from the version number per the blog post available at
+- http://blogs.digium.com/2011/07/21/the-evolution-of-asterisk-or-how-we-arrived-at-asterisk-10/
+-
+- All interested users of Asterisk are encouraged to participate in the
+- Asterisk 10 testing process. Please report any issues found to the issue
+- tracker, https://issues.asterisk.org/jira. It is also very useful to see
+- successful test reports. Please post those to the asterisk-dev mailing list.
+-
+- All Asterisk users are invited to participate in the #asterisk-testing
+- channel on IRC to work together in testing the many parts of Asterisk.
+-
+- Asterisk 10 is the next major release series of Asterisk. It will be a
+- Standard support release, similar to Asterisk 1.6.2. For more
+- information about support time lines for Asterisk releases, see the Asterisk
+- versions page: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
+-
+- A short list of features includes:
+-
+- * T.38 gateway functionality has been added to res_fax.
+-
+- * Protocol independent out-of-call messaging support. Text messages not
+-  associated with an active call can now be routed through the Asterisk
+-  dialplan. SIP and XMPP are supported so far.
+-
+- * New highly optimized and customizable ConfBridge application capable of mixing
+-  audio at sample rates ranging from 8kHz-192kHz
+-
+- * Addition of video_mode option in confbridge.conf to provide basic video
+-  conferencing in the ConfBridge() dialplan application.
+-
+- * Support for defining hints has been added to pbx_lua.
+-
+- * Replacement of Berkeley DB with SQLite for the Asterisk Database (AstDB).
+-
+- * Much, much more!
+-
+- A full list of new features can be found in the CHANGES file.
+-
+- http://svnview.digium.com/svn/asterisk/branches/10/CHANGES
+-
+- For a full list of changes in the current release, please see the ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-10.0.0-beta2
+
+* Mon Jul 25 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 10.0.0-0.1.beta1
 -
 - The Asterisk Development Team is pleased to announce the first beta release of
 - Asterisk 10.0.0-beta1. This release is available for immediate download at
diff --git a/sources b/sources
index d7a7f70..32aeb3a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-db0d99e0ae8617c6b2b0cdc3ca439bdd  asterisk-10.0.0-beta1.tar.gz
-c78054623a2a51e105ad655e5fc3ba74  asterisk-10.0.0-beta1.tar.gz.asc
+f180ec312584cb63042316053a0a3500  asterisk-10.0.0-beta2.tar.gz
+16c4120498e3a7cbec8dd088d70587fd  asterisk-10.0.0-beta2.tar.gz.asc


More information about the scm-commits mailing list