[Bps-public-commit] Net-Server-Coro branch, master, updated. 0.7-3-g3327938

Alex M Vandiver alexmv at bestpractical.com
Sat Jan 30 11:12:15 EST 2010


The branch, master has been updated
       via  332793862006d80180bee9b9f4ac242d1ace9e44 (commit)
      from  106457fd16c362471aefe22bd4237531fd1689a1 (commit)

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

- Log -----------------------------------------------------------------
commit 332793862006d80180bee9b9f4ac242d1ace9e44
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Sat Jan 30 11:11:03 2010 -0500

    Version 0.8 releng

diff --git a/Changes b/Changes
index 485b079..3f9ae26 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Net-Server-Coro
 
+0.8    Sat Jan 30 11:10:17 2010
+        * Do reverse lookups (into "peerhost") if reverse_lookups is
+          set, as Net::Server does
+
 0.7    Tue Dec 15 22:25:17 2009
         * Use Coro::Specific variables for client filehandle, socket,
           and peer info
diff --git a/META.yml b/META.yml
index 6072802..ac19d45 100644
--- a/META.yml
+++ b/META.yml
@@ -21,4 +21,4 @@ requires:
   EV: 0
   Net::SSLeay: 0
   Net::Server: 0
-version: 0.7
+version: 0.8
diff --git a/SIGNATURE b/SIGNATURE
index 5e99730..bd04574 100644
--- a/SIGNATURE
+++ b/SIGNATURE
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.55.
+signed via the Module::Signature module, version 0.61.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,9 +14,9 @@ not run its Makefile.PL or Build.PL.
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 378bd69a96513986511ef0bd1710d1376ee67308 Changes
+SHA1 0fa44276c98be15f7bb0e723bc7c223032d692b5 Changes
 SHA1 6560e9fb53ffae9afbaddb4919987a778d7cfd88 MANIFEST
-SHA1 65d8a824a3a9bf9fe7bf498b794f3d5e6159ec9f META.yml
+SHA1 6de2be55347c4a97157e7ba2ad5049a23b1ec844 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 b40fb5c02bc746819695df0d404d47daa3dace01 lib/Net/Server/Coro.pm
+SHA1 32eb703959e7d838a0a45194344c3bc801e5c183 lib/Net/Server/Coro.pm
 SHA1 69a2e815f007e90e230c8ed36b670a6a9cb16948 lib/Net/Server/Proto/Coro.pm
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.13 (GNU/Linux)
+Version: GnuPG v2.0.14 (GNU/Linux)
 
-iEYEARECAAYFAksoUzMACgkQMflWJZZAbqCTxACdH4cvz+c7MTnDmDn7FfyRGQt6
-VgsAn29E6QXHMl5b9op0aNjlh34eD+Ho
-=nvQX
+iEYEARECAAYFAktkWgkACgkQMflWJZZAbqCPuwCguqFSvluqwNYs1Jy0sXePrmZ2
+v6AAoKdq4PSHL8ejIN1uzsrjmcqEBm2N
+=GTJN
 -----END PGP SIGNATURE-----
diff --git a/lib/Net/Server/Coro.pm b/lib/Net/Server/Coro.pm
index c40147e..adb6453 100644
--- a/lib/Net/Server/Coro.pm
+++ b/lib/Net/Server/Coro.pm
@@ -12,7 +12,7 @@ use Socket ();
 use base qw(Net::Server);
 use Net::Server::Proto::Coro;
 
-$VERSION = 0.7;
+$VERSION = 0.8;
 
 =head1 NAME
 

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



More information about the Bps-public-commit mailing list