[perl-AnyEvent] Update to 7.07

Paul Howarth pghmcfc at fedoraproject.org
Tue Dec 17 21:37:13 UTC 2013


commit 3d95c063e6192f687716d09a93ae0876ab186657
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Dec 17 21:36:38 2013 +0000

    Update to 7.07
    
    - New upstream release 7.07:
      - The documentation for custom tls verify schemes was wrong; make it agree
        with the code
      - Added cbor read and write types to AnyEvent::Handle (using CBOR::XS)
      - Work around an API change in openssl that could cause wrong tls connection
        aborts, likely on windows only
      - Calling AnyEvent->now_update with AnyEvent::Impl::Perl caused an endless
        loop
      - Add tlsv1_1 and tlsv1_2 protocols to AnyEvent::TLS
      - Document AnyEvent::Impl::IOAsync::set_loop and
        $AnyEvent::Impl::IOAsync::LOOP; though only documented now, this
        functionality has always been available
      - Force a toplevel domain name in t/81_hosts.t
      - Document that AnyEvent::Log uses AnyEvent::IO
      - Warn about AnyEvent::Filesys::Notify performance
      - Praise the joys of AnyEvent::Fork::*
      - Time for an =encoding directive
      - No longer use JSON to create a default json coder; use JSON::XS or JSON::PP
        directly

 perl-AnyEvent.spec |   23 ++++++++++++++++++++++-
 sources            |    2 +-
 2 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index 4b87f30..7cd2afc 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -4,7 +4,7 @@
 %global debug_package %{nil}
 
 Name:           perl-AnyEvent
-Version:        7.05
+Version:        7.07
 Release:        1%{?dist}
 Summary:        Framework for multiple event loops
 Group:          Development/Libraries
@@ -146,6 +146,27 @@ make test
 
 
 %changelog
+* Tue Dec 17 2013 Paul Howarth <paul at city-fan.org> - 7.07-1
+- Update to 7.07:
+  - The documentation for custom tls verify schemes was wrong; make it agree
+    with the code
+  - Added cbor read and write types to AnyEvent::Handle (using CBOR::XS)
+  - Work around an API change in openssl that could cause wrong tls connection
+    aborts, likely on windows only
+  - Calling AnyEvent->now_update with AnyEvent::Impl::Perl caused an endless
+    loop
+  - Add tlsv1_1 and tlsv1_2 protocols to AnyEvent::TLS
+  - Document AnyEvent::Impl::IOAsync::set_loop and
+    $AnyEvent::Impl::IOAsync::LOOP; though only documented now, this
+    functionality has always been available
+  - Force a toplevel domain name in t/81_hosts.t
+  - Document that AnyEvent::Log uses AnyEvent::IO
+  - Warn about AnyEvent::Filesys::Notify performance
+  - Praise the joys of AnyEvent::Fork::*
+  - Time for an =encoding directive
+  - No longer use JSON to create a default json coder; use JSON::XS or JSON::PP
+    directly
+
 * Wed Aug 21 2013 Paul Howarth <paul at city-fan.org> - 7.05-1
 - Update to 7.05:
    - uts46data.pl couldn't be found due to wrong naming of the file
diff --git a/sources b/sources
index a387181..1a944e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e329cb8549d2eedcacee56a962a7e3fe  AnyEvent-7.05.tar.gz
+e5ef99081b2acc3df80851838f9acfc4  AnyEvent-7.07.tar.gz


More information about the scm-commits mailing list