[Bps-public-commit] HTTP-Server-Simple branch, master, updated. 0.44-2-g20c1d34
Jason May
jasonmay at bestpractical.com
Mon Sep 26 10:23:33 EDT 2011
The branch, master has been updated
via 20c1d349108f6fc54d0bd251dd5b0d1605e5f5ae (commit)
from 140c86845915c3030259829f82399e4b4e40cdd5 (commit)
Summary of changes:
.shipit | 3 +--
Changes | 4 ++++
lib/HTTP/Server/Simple.pm | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 20c1d349108f6fc54d0bd251dd5b0d1605e5f5ae
Author: Jason May <jasonmay at bestpractical.com>
Date: Mon Sep 26 10:24:32 2011 -0400
Checking in changes prior to tagging of version 0.45_01.
Changelog diff is:
diff --git a/Changes b/Changes
index f37ad7a..69e8a74 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.45_01 Thu Sep 22 10:10:41 EST 2011
+
+* Support full URIs as required by RFC2616 - penfold [rt.cpan.org #69445]
+
0.44 Mon Apr 4 16:59:59 EST 2011
* Fix tests to run in a FreeBSD Jail - Tom Hukins [rt.cpan.org #49807]
diff --git a/.shipit b/.shipit
index 44c02c1..0d9261c 100644
--- a/.shipit
+++ b/.shipit
@@ -1,8 +1,7 @@
# auto-generated shipit config file.
-steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN, Twitter
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
git.tagpattern = %v
-twitter.config = ~/.twitterrc
# svn.tagpattern = MyProj-%v
# svn.tagpattern = http://code.example.com/svn/tags/MyProj-%v
diff --git a/Changes b/Changes
index f37ad7a..69e8a74 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.45_01 Thu Sep 22 10:10:41 EST 2011
+
+* Support full URIs as required by RFC2616 - penfold [rt.cpan.org #69445]
+
0.44 Mon Apr 4 16:59:59 EST 2011
* Fix tests to run in a FreeBSD Jail - Tom Hukins [rt.cpan.org #49807]
diff --git a/lib/HTTP/Server/Simple.pm b/lib/HTTP/Server/Simple.pm
index 7256835..05dbe60 100644
--- a/lib/HTTP/Server/Simple.pm
+++ b/lib/HTTP/Server/Simple.pm
@@ -7,7 +7,7 @@ use Socket;
use Carp;
use vars qw($VERSION $bad_request_doc);
-$VERSION = '0.44';
+$VERSION = '0.45_01';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list