This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libfurl-perl.
commit c71cd4e237897fa64e5ff79293dc8505241697b8 Author: Jonas Smedegaard <[email protected]> Date: Mon Oct 13 19:09:40 2014 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 12 ++++++++++++ debian/control | 2 +- debian/copyright_hints | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5a5361b..57aff29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libfurl-perl (3.05-1) unstable; urgency=medium + + [ upstream ] + * New release(s). + + Remove trailing whitespace of Authorization header. + + Validate content-length header. + + [ Jonas Smedegaard ] + * Declare compliance with Debian Policy 3.9.6. + + -- Jonas Smedegaard <[email protected]> Mon, 13 Oct 2014 19:08:59 +0200 + libfurl-perl (3.03-1) unstable; urgency=medium [ upstream ] diff --git a/debian/control b/debian/control index 610273e..3c58c79 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Build-Depends: cdbs, libnet-idn-encode-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfurl-perl Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfurl-perl.git Homepage: https://github.com/tokuhirom/Furl diff --git a/debian/copyright_hints b/debian/copyright_hints index 245d57b..400d599 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -67,6 +67,7 @@ Files: Build.PL t/100_low/34_keep_request.t t/100_low/35_get_address.t t/100_low/36_inactivity_timeout.t + t/100_low/37_bad_content_length.t t/300_high/01_simple.t t/300_high/02_agent.t t/300_high/04_http_request.t -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfurl-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
