[asterisk/f14] 1.6.2.19

Jeffrey C. Ollie jcollie at fedoraproject.org
Wed Jun 29 20:11:54 UTC 2011


commit 81ced6f6246906b29f3d8abe2503b895418376d2
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Wed Jun 29 15:11:27 2011 -0500

    1.6.2.19

 .gitignore    |    2 ++
 asterisk.spec |   44 ++++++++++++++++++++++++++++++++++++++++++--
 sources       |    4 ++--
 3 files changed, 46 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f0d377..9891438 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,5 @@ asterisk-1.6.2.11.tar.gz.asc
 /asterisk-1.6.2.18.1.tar.gz.asc
 /asterisk-1.6.2.19-rc1.tar.gz
 /asterisk-1.6.2.19-rc1.tar.gz.asc
+/asterisk-1.6.2.19.tar.gz
+/asterisk-1.6.2.19.tar.gz.asc
diff --git a/asterisk.spec b/asterisk.spec
index 71df2b1..7c1acd3 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1,8 +1,8 @@
-%global _rc 1
+#global _rc 1
 Summary: The Open Source PBX
 Name: asterisk
 Version: 1.6.2.19
-Release: 0.1%{?_rc:.rc%{_rc}}%{?dist}
+Release: 1%{?_rc:.rc%{_rc}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -1032,6 +1032,46 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Wed Jun 29 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.19-1:
+- The Asterisk Development Team has announced the final maintenance release of
+- Asterisk, version 1.6.2.19. This release is available for immediate download at
+- http://downloads.asterisk.org/pub/telephony/asterisk/
+-
+- Please note that Asterisk 1.6.2.19 is the final maintenance release from the
+- 1.6.2 branch. Support for security related issues will continue until April 21,
+- 2012. For more information about support of the various Asterisk branches, see
+- https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
+-
+- The release of Asterisk 1.6.2.19 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:
+-
+- * Don't broadcast FullyBooted to every AMI connection
+-  The FullyBooted event should not be sent to every AMI connection
+-  every time someone connects via AMI. It should only be sent to
+-  the user who just connected.
+-  (Closes issue #18168. Reported, patched by FeyFre)
+- * Fix thread blocking issue in the sip TCP/TLS implementation.
+-  (Closes issue #18497. Reported by vois. Tested by vois, rossbeer, kowalma,
+-  Freddi_Fonet. Patched by dvossel)
+- * Don't delay DTMF in core bridge while listening for DTMF features.
+-  (Closes issue #15642, #16625. Reported by jasonshugart, sharvanek. Tested by
+-  globalnetinc, jde. Patched by oej, twilson)
+- * Fix chan_local crashs in local_fixup()
+-  Thanks OEJ for tracking down the issue and submitting the patch.
+-  (Closes issue #19053. Reported, patched by oej)
+- * Don't offer video to directmedia callee unless caller offered it as well
+-  (Closes issue #19195. Reported, patched by one47)
+-
+- Additionally security announcements AST-2011-008, AST-2011-010, and
+- AST-2011-011 have been resolved in this release.
+-
+- For a full list of changes in this release, please see the ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.19
+
 * Tue Jun 28 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.19-0.1:
 - The Asterisk Development Team has announced the first release
 - candidate of Asterisk 1.6.2.19. This release candidate is available
diff --git a/sources b/sources
index 0d9caa3..750f4a5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-61d306f861e456b4244036cb5a2390f8  asterisk-1.6.2.19-rc1.tar.gz
-d7b527d3399ff40e9390485bbe8496ce  asterisk-1.6.2.19-rc1.tar.gz.asc
+5dfb9352bacfa7f4dc2ef72cb83715c2  asterisk-1.6.2.19.tar.gz
+29dc73b21003b0923fd84a263f910a9d  asterisk-1.6.2.19.tar.gz.asc


More information about the scm-commits mailing list