r29597 - in /trunk/libhttp-server-simple-perl: Changes SIGNATURE debian/changelog debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch lib/HTTP/Server/Simple.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Jan 12 13:30:39 UTC 2009


Author: ansgar-guest
Date: Mon Jan 12 13:30:36 2009
New Revision: 29597

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29597
Log:
New upstream release.

Modified:
    trunk/libhttp-server-simple-perl/Changes
    trunk/libhttp-server-simple-perl/SIGNATURE
    trunk/libhttp-server-simple-perl/debian/changelog
    trunk/libhttp-server-simple-perl/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch
    trunk/libhttp-server-simple-perl/lib/HTTP/Server/Simple.pm

Modified: trunk/libhttp-server-simple-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/Changes?rev=29597&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/Changes (original)
+++ trunk/libhttp-server-simple-perl/Changes Mon Jan 12 13:30:36 2009
@@ -1,3 +1,7 @@
+0.38 Sun Jan 11 14:42:57 EST 2009
+
+* Improve startup banner generation
+
 0.37 Fri Jan  2 12:21:30 EST 2009
 
 * Several fixes for [rt.cpan.org #38011] designed to help get HSS to pass tests on Strawberry Perl

Modified: trunk/libhttp-server-simple-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/SIGNATURE?rev=29597&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/SIGNATURE (original)
+++ trunk/libhttp-server-simple-perl/SIGNATURE Mon Jan 12 13:30:36 2009
@@ -14,7 +14,7 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 f6bbcd64bf170606bf4d1b74ef1254a41f99d04b Changes
+SHA1 d2d2ff9deb435e8e9f941d58c49f09a4af0611cd Changes
 SHA1 0ac508c50476dcc2bf8fe3094cb341425291e1ee MANIFEST
 SHA1 cf3198cef8524b06b0f6df065b577225caf74a69 META.yml
 SHA1 1e68273869351212220429a4860ce710d5f3e291 Makefile.PL
@@ -28,7 +28,7 @@
 SHA1 7d3be9b158e37b2b2c22084740099955623b1d56 inc/Module/Install/Metadata.pm
 SHA1 0a8b66180229ba2f9deaea1fedd0aacf7a7ace6b inc/Module/Install/Win32.pm
 SHA1 d3352eb33fe43a5f3ead513f645224fe34d73bc9 inc/Module/Install/WriteAll.pm
-SHA1 f2400c335e46755cccb49286d3be08517d12d2d1 lib/HTTP/Server/Simple.pm
+SHA1 b05f7fc9adb8a85ebadf9ab79bc3085cbabaca1d lib/HTTP/Server/Simple.pm
 SHA1 3ddd188b0ee926a7e114e711b88c0af69b9a9079 lib/HTTP/Server/Simple/CGI.pm
 SHA1 56e2d88c9a3ddd3b264d86279a52c099bbffa8f4 lib/HTTP/Server/Simple/CGI/Environment.pm
 SHA1 db064af54cab345a71daec576e32e64b8fb1033d t/00smoke.t
@@ -39,7 +39,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (Darwin)
 
-iEYEARECAAYFAkleTe0ACgkQEi9d9xCOQEajBACgr0HRylDlsSZJ4PZV1sszAYym
-RU8Anion2O4XteW+KvSyvZTTa+ChsBb2
-=MSkY
+iEYEARECAAYFAklqS9gACgkQEi9d9xCOQEbggwCgqqEDSb+2SWVgp4Ut7vdBrFhk
+3jAAoJ8649nGUIN2bQhuR/yRkZEhHmUv
+=73tD
 -----END PGP SIGNATURE-----

Modified: trunk/libhttp-server-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/changelog?rev=29597&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/changelog (original)
+++ trunk/libhttp-server-simple-perl/debian/changelog Mon Jan 12 13:30:36 2009
@@ -1,3 +1,9 @@
+libhttp-server-simple-perl (0.38-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 12 Jan 2009 14:30:17 +0100
+
 libhttp-server-simple-perl (0.37-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libhttp-server-simple-perl/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch?rev=29597&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch (original)
+++ trunk/libhttp-server-simple-perl/debian/patches/0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch Mon Jan 12 13:30:36 2009
@@ -10,7 +10,7 @@
 +use IO::Select;
  
  use vars qw($VERSION $bad_request_doc);
- $VERSION = '0.37';
+ $VERSION = '0.38';
 @@ -206,15 +207,36 @@
  
  sub background {

Modified: trunk/libhttp-server-simple-perl/lib/HTTP/Server/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/lib/HTTP/Server/Simple.pm?rev=29597&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/lib/HTTP/Server/Simple.pm (original)
+++ trunk/libhttp-server-simple-perl/lib/HTTP/Server/Simple.pm Mon Jan 12 13:30:36 2009
@@ -8,7 +8,7 @@
 use URI::Escape;
 
 use vars qw($VERSION $bad_request_doc);
-$VERSION = '0.37';
+$VERSION = '0.38';
 
 =head1 NAME
 
@@ -574,7 +574,7 @@
 sub print_banner {
     my $self = shift;
 
-    print(    __PACKAGE__
+    print( ref($self) 
             . ": You can connect to your server at "
             . "http://localhost:"
             . $self->port




More information about the Pkg-perl-cvs-commits mailing list