[Bps-public-commit] Net-Server-Coro branch, master, updated. 0.6-3-gea13b35

Alex M Vandiver alexmv at bestpractical.com
Tue Dec 15 22:26:43 EST 2009


The branch, master has been updated
       via  ea13b3581b04f3d6cd630c180cadc6dd0cf0157e (commit)
      from  851ec93edb6bd73203745e64e39a48b5dacfab50 (commit)

Summary of changes:
 Changes                |    4 ++++
 META.yml               |    2 +-
 SIGNATURE              |   14 +++++++-------
 lib/Net/Server/Coro.pm |    2 +-
 4 files changed, 13 insertions(+), 9 deletions(-)

- Log -----------------------------------------------------------------
commit ea13b3581b04f3d6cd630c180cadc6dd0cf0157e
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Dec 15 22:26:11 2009 -0500

    Version 0.7 releng

diff --git a/Changes b/Changes
index 88d0160..485b079 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Net-Server-Coro
 
+0.7    Tue Dec 15 22:25:17 2009
+        * Use Coro::Specific variables for client filehandle, socket,
+          and peer info
+
 0.6    Fri Oct 16 10:55:17 2009
         * Allow ->new to take paths to server certificate and key
           files, and propagate them down to both SSL and TLS
diff --git a/META.yml b/META.yml
index 743d41c..6072802 100644
--- a/META.yml
+++ b/META.yml
@@ -21,4 +21,4 @@ requires:
   EV: 0
   Net::SSLeay: 0
   Net::Server: 0
-version: 0.6
+version: 0.7
diff --git a/SIGNATURE b/SIGNATURE
index 63eb343..5e99730 100644
--- a/SIGNATURE
+++ b/SIGNATURE
@@ -14,9 +14,9 @@ not run its Makefile.PL or Build.PL.
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 50e74a4e334e28f4f1a05fb43db9a7402e5df410 Changes
+SHA1 378bd69a96513986511ef0bd1710d1376ee67308 Changes
 SHA1 6560e9fb53ffae9afbaddb4919987a778d7cfd88 MANIFEST
-SHA1 9a61d9819eaae6cba301a65661094c77ef1439f3 META.yml
+SHA1 65d8a824a3a9bf9fe7bf498b794f3d5e6159ec9f META.yml
 SHA1 bc22590cf5cc348fedc293e8ea39bcdc72ad897f Makefile.PL
 SHA1 f5333026061a6f347e7f2a3ce8bb6847081c200c certs/server-cert.pem
 SHA1 4b963cd4c2b0a7e073241b4bac727cb6f96276f8 certs/server-key.pem
@@ -28,12 +28,12 @@ SHA1 3e83972921d54198d1246f7278f08664006cd65d inc/Module/Install/Makefile.pm
 SHA1 12bf1867955480d47d5171a9e9c6a96fabe0b58f inc/Module/Install/Metadata.pm
 SHA1 f7ee667e878bd2faf22ee9358a7b5a2cc8e91ba4 inc/Module/Install/Win32.pm
 SHA1 8ed29d6cf217e0977469575d788599cbfb53a5ca inc/Module/Install/WriteAll.pm
-SHA1 9df303a2ca773bf78ceec82caed16f65d3578a6e lib/Net/Server/Coro.pm
+SHA1 b40fb5c02bc746819695df0d404d47daa3dace01 lib/Net/Server/Coro.pm
 SHA1 69a2e815f007e90e230c8ed36b670a6a9cb16948 lib/Net/Server/Proto/Coro.pm
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
+Version: GnuPG v2.0.13 (GNU/Linux)
 
-iEYEARECAAYFAkrYiWEACgkQMflWJZZAbqBPgACgxMl6Cl7nYRWVIZgi1NqVfaMR
-oDgAnjnlT2A6AULV1HAEMt20gEm0zaJD
-=s4Nl
+iEYEARECAAYFAksoUzMACgkQMflWJZZAbqCTxACdH4cvz+c7MTnDmDn7FfyRGQt6
+VgsAn29E6QXHMl5b9op0aNjlh34eD+Ho
+=nvQX
 -----END PGP SIGNATURE-----
diff --git a/lib/Net/Server/Coro.pm b/lib/Net/Server/Coro.pm
index 27c606f..8fe0f6e 100644
--- a/lib/Net/Server/Coro.pm
+++ b/lib/Net/Server/Coro.pm
@@ -10,7 +10,7 @@ use Coro::Specific;
 use base qw(Net::Server);
 use Net::Server::Proto::Coro;
 
-$VERSION = 0.6;
+$VERSION = 0.7;
 
 =head1 NAME
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list