diff --git a/.gitignore b/.gitignore index 25a9662..a5cc2bb 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,5 @@ asterisk-1.8.0-beta3.tar.gz.asc /asterisk-10.4.0.tar.gz.asc /asterisk-10.4.1.tar.gz /asterisk-10.4.1.tar.gz.asc +/asterisk-10.4.2.tar.gz +/asterisk-10.4.2.tar.gz.asc diff --git a/asterisk.spec b/asterisk.spec index 0939970..533a519 100644 --- a/asterisk.spec +++ b/asterisk.spec @@ -28,7 +28,7 @@ Summary: The Open Source PBX Name: asterisk -Version: 10.4.1 +Version: 10.4.2 Release: 1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist} License: GPLv2 Group: Applications/Internet @@ -47,8 +47,6 @@ Patch2: 0002-Fix-up-some-paths.patch Patch3: 0003-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch Patch4: 0004-Build-against-an-external-libedit.patch Patch5: 0005-Change-cli_complete-to-avoid-compilation-error.patch -#Patch6: 0001-Replace-res_ais-with-a-new-module-res_corosync.patch -#Patch7: 0002-Revision-354046-added-res_corosync-as-a-replacement-.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -494,8 +492,7 @@ local filesystem. %patch3 -p1 %patch4 -p1 %patch5 -p1 -#%patch6 -p1 -#patch7 -p1 + rm -rf res/ais rm -f res/res_ais.c rm -f configs/ais.conf.sample @@ -1365,6 +1362,28 @@ fi %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Wed May 30 2012 Jeffrey Ollie - 10.4.2-1 +- The Asterisk Development Team has announced the release of Asterisk 10.4.2. +- This release is available for immediate download at +- http://downloads.asterisk.org/pub/telephony/asterisk +- +- The release of Asterisk 10.4.2 resolves several issues reported by the +- community and would have not been possible without your participation. +- Thank you! +- +- The following are the issues resolved in this release: +- +- * --- Resolve crash in subscribing for MWI notifications +- (Closes issue ASTERISK-19827. Reported by B. R) +- +- * --- Fix crash in ConfBridge when user announcement is played for +- more than 2 users +- (Closes issue ASTERISK-19899. Reported by Florian Gilcher) +- +- For a full list of changes in this release, please see the ChangeLog: +- +- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.4.2 + * Wed May 30 2012 Jeffrey Ollie - 10.4.1-1 - The Asterisk Development Team has announced security releases for Certified - Asterisk 1.8.11 and Asterisk 1.8 and 10. The available security releases are diff --git a/sources b/sources index 93252f2..a1772f4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b427f6fde7d0c8bdca1c72404e406750 asterisk-10.4.1.tar.gz -6ab47b9bb9821019f7d3285b53546a7b asterisk-10.4.1.tar.gz.asc +9aac2c08704ff0af72021ed8ff6861b9 asterisk-10.4.2.tar.gz +f84c96be1c18bb5f4e254fe32b906909 asterisk-10.4.2.tar.gz.asc