This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libcatalyst-plugin-static-simple-perl.

commit d46321e8d626460062bdd78907fa06df4f3ea441
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Wed Aug 12 16:02:32 2015 -0300

    Update debian/changelog
    
    Gbp-Dch: Ignore
---
 debian/changelog | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 183 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b00c984..d08c4d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libcatalyst-plugin-static-simple-perl (0.32-2) UNRELEASED; urgency=medium
+libcatalyst-plugin-static-simple-perl (0.33-1) UNRELEASED; urgency=medium
+
+  ** SNAPSHOT build @feb1813cb3b669ff83bbd7ddd5433137e36f7065 **
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
@@ -6,7 +8,186 @@ libcatalyst-plugin-static-simple-perl (0.32-2) UNRELEASED; 
urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
 
- -- Salvatore Bonaccorso <car...@debian.org>  Sat, 16 Aug 2014 09:30:05 +0200
+  [ Andy Grundman ]
+  * Imported Static::Simple 0.05
+  * Released Static::Simple 0.06:   - Moved initial file check into 
prepare_action so processing can bypass other     plugins.   - Added 
error-checking to static dir regexes.   - Cleaned up various code as per Best 
Practices.
+  * Released Static::Simple 0.07, preparing for 0.08
+
+  [ Marcus Ramberg ]
+  * added todo to manifest.
+
+  [ Andy Grundman ]
+  * Released Static::Simple 0.08 - Added tests for everything except Apache 
support
+
+  [ Marcus Ramberg ]
+  * added support for squishing logs.
+
+  [ Andy Grundman ]
+  * Static::Simple, pre-0.09
+  * Static::Simple, few tweaks to the no_logs support
+  * Static::Simple, added failing test for subrequest NEXT problem
+  * Static::Simple 0.09, ignore common template file extensions, 
ignore_extensions/ignore_dirs config options
+  * Static::Simple, released 0.09
+  * Static::Simple, add date to Changes
+  * Static::Simple 0.10, replaced slurp for 5.5+, removed Apache feature, 
added tt2 ignored extension
+  * Static::Simple, better detection of SubRequest version
+  * Static::Simple, fixed warning in test, perlcritic tweaks
+  * Released Static::Simple 0.10
+  * Changed Static::Simple to pass an IO::File object to res->body
+  * Set binmode on static files for win32 support
+  * Static::Simple, documented internal methods for coverage, fixed binmode 
call
+  * Removed the 304 Not Modified code from Static::Simple, it breaks under 
IE+Apache
+  * Released Static::Simple 0.11
+  * Static::Simple 0.12, play nice with other plugins
+  * Static::Simple, added path security fix
+  * Static::Simple 0.13, fixed win32 bug in ignore_dirs
+
+  [ Jesse Sheidlower ]
+  * Doc rewriting for Static::Simple
+
+  [ Andy Grundman ]
+  * Static::Simple 0.14, fix for files with spaces
+
+  [ David Kamholz ]
+  * clean up Static::Simple, remove classdata
+
+  [ Andy Grundman ]
+  * Static::Simple 0.15, fixed issue where dirs config option did not quote 
metachars
+  * Static::Simple 0.16 - fix 204/304 bug under mod_perl.   Allow files in 
static dirs defined by 'dirs' to be served even if they match ignore_dirs or 
ignore_extensions
+
+  [ Brian Cassidy ]
+  * switch to Module::Install
+
+  [ Andy Grundman ]
+  * Static::Simple 0.16
+  * Static::Simple: Added serve_static_file patch from groditi, plus tests
+  * Static::Simple 0.17
+  * Static::Simple: Support a less confusing way to enable logging
+  * Static::Simple 0.18
+  * Static::Simple 0.19, fixed a test that fails on some systems
+  * Add tab test to all my modules
+
+  [ Jess Robinson ]
+  * Doc patch from initself, clarify static files dir
+
+  [ Andy Grundman ]
+  * Static::Simple 0.20, fixed static dirs regex and added content-type 
text/html to 404 responses (Will Hawes)
+
+  [ Jesse Sheidlower ]
+  * Added details of Aliasing filesystem paths to Using with Apache docs 
section
+  * tweaked doc to cover deploying to root location in VH
+
+  [ Tomas Doran ]
+  * Change from NEXT to MRO::Compat - RT#40628
+  * May be the last setup method
+
+  [ Florian Ragwitz ]
+  * Switching to MRO::Compat also fixes RT#44553.
+  * Bump prereq to MIME::Types to 1.25.
+  * Changelog jester's doc changes.
+  * Exclude git files from MANIFEST.
+  * Version 0.21.
+
+  [ Matt S Trout ]
+  * fix config key
+
+  [ Tomas Doran ]
+  * Fix docs in Static::Simple.
+  * Bump required Module::Install version in everything. janus++
+
+  [ Jos Boumans ]
+  * * make it clear your application must generate a 404 or a file if 
static::simple can't find the file requested
+
+  [ Tomas Doran ]
+  * Add repository resource to all the MI Makefile.PLs
+  * Back out accidental commit
+  * Revert config key change which broke all the tests and provided no back 
compat. svn diff -r9644:9643 . | patch -p0
+  * Ignore props
+
+  [ Florian Ragwitz ]
+  * Add test for delivering empty files.
+  * Require the soon-to-be-release version 5.80008 of -Runtime.
+  * Changelogging.
+  * Add .gitignore.
+  * Remove autogenerated README from version control.
+  * Version 0.22.
+
+  [ Tomas Doran ]
+  * Fix warnings in new Catalyst
+  * Bump versions
+  * I don't need .gitignore in my dist, ta
+
+  [ Matt S Trout ]
+  * fixup copyright for Static::Simple
+
+  [ Justin Wheeler ]
+  * Moving code around so $@ is only checked if eval is called, since it 
currently can get values from lingering old $@s.
+  * Ugly test script to verify $@ out-of-scope issue is fixed.
+  * changelog entry
+
+  [ Tomas Doran ]
+  * Version 0.25
+  * Test actually dies hard due to that division, fix to just die and so get  
filled
+  * Bump dep for tests
+  * Bump versions
+  * Ignore built dists
+  * Be less fugly
+  * I clearly failed to actually ship that fix to the failure, do so now
+  * Switch to being a Moose role
+  * Don't override setup, rather hook setup_finalize otherwise as a role we 
won't play nicely with other plugins
+  * Cleanup author tests
+  * Bump versions
+  * Bug fix for debug mode from RT#53338
+  * Bump version
+
+  [ Matt S Trout ]
+  * from override to around, because that actually works
+  * bump version and add release line to Changes
+
+  [ Toby Corkindale ]
+  * Add Cache-Control:public header Optionally provide Expires header
+
+  [ Alexander Hartmaier ]
+  * Change configuration key to 'Plugin::Static::Simple' by default.
+  * fixed Changes
+  * Version 0.30
+  * Updated docs to reflect config key change from 'static' to 
'Plugin::Static::Simple'
+  * mention RT#77709 in Changes
+
+  [ Graham Knop ]
+  * update repo metadata
+
+  [ Alexander Hartmaier ]
+  * added information to Changes that the repository has been migrated from 
svn to git
+  * fix MIME::Types 2.xx compatibility be removing call to an undocumented 
method
+  * bump the MIME::Types requirement to 2.03
+  * version 0.31
+
+  [ Henry Van Styn ]
+  * Turns off logger 'autoflush' - required by new Catalyst API
+  * version 0.32
+
+  [ Alastair McGowan-Douglas ]
+  * Fix and test failure to merge include paths
+  * ch-ch-ch-changes
+  * Release date in changes
+
+  [ Henry Van Styn ]
+  * Added Travis config (based on cfg from Catalyst)
+
+  [ Alastair McGowan-Douglas ]
+  * Forgot to add the TestLog class I created
+  * tidy up cargo-culted stuff
+  * Blitz CRLF line endings
+  * Functionally void: Replace CRLF with LF
+
+  [ John Napiorkowski ]
+  * updated changes
+
+  [ Lucas Kanashiro ]
+  * Import upstream version 0.33
+
+ -- Lucas Kanashiro <kanashiro.dua...@gmail.com>  Wed, 12 Aug 2015 16:02:32 
-0300
 
 libcatalyst-plugin-static-simple-perl (0.32-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-static-simple-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to