Path to this page:
Subject: CVS commit: pkgsrc/www/p5-Dancer2
From: Wen Heping
Date: 2013-09-03 11:50:39
Message id: 20130903095039.6F5EE96@cvs.netbsd.org
Log Message:
Update to 0.09
Update DEPENDS
Upstream changes:
0.09 2013-09-02 00:12:58 Asia/Jerusalem
[ ENHANCEMENTS ]
* Rewite DSL keyword engine (Mickey Nasriachi)
* Require minimum Role::Tiny 1.003000 (Alberto Simç«es)
* GH#382: Move Request attributes to params, and fix serializers
behavior (Russell Jenkins)
* GH#406: Replace Dancer2::ModuleLoader with Class::Load
(Alberto Simç«es, Sawyer X)
* GH#329: Remove 'load_app' DSL keyword. Remove reference to
'load' as well. (Sawyer X)
* GH#412: Autopages are now called properly with correct MIME.
(Alberto Simç«es)
[ DOCUMENTATION ]
* GH#390: minor cookbook documentation fixes (Russell Jenkins)
* GH#392: remove support to auto_reload and suggest alternative
in Dancer2::Cookbook (Ahmad M. Zawawi)
* GH#397,407: Miscellaneous documentation fixes (Andrew Solomon)
* Documentation cleanups (Alex Beamish)
[ BUG FIXES ]
* When compiling route regex object with prefix, add the closing anchor
(Mickey Nasriachi)
* GH#386: honor log level defined in config file (Alberto Simç«es)
* GH#396,409: Miscellaneous bug fixes (Russell Jenkins)
* GH#403: Fix forward behavior (Russell Jenkins)
0.08 2013-08-18 15:22:45 Asia/Jerusalem
[ ENHANCEMENTS ]
* GH#352: Define content_type as a property for serializers. (Franck Cuny)
* Cleanup duplicate HTTP status code between Core::Error and Core::HTTP
(Russel Jenkins)
* GH#363: Move core methods to Dancer2::Core (Alberto Simç«es)
* GH#362: Serializers documentation and test cleanup. (Franck Cuny)
* Refactoring of the engine method. (Franck Cuny)
* Misc. code cleanup. (Russel Jenkins)
* GH#280: Remove the unused ':syntax' importing tag (Sawyer X)
* Display startup info only if environment is "development" \
(Franck Cuny)
* Move postponed_hooks to server from runner (Sawyer X)
* Provide easier access to global runner (Sawyer X)
* Bunch of code cleanups which also includes speed boost (Sawyer X)
* More immutability in the runner class and config role (Sawyer X)
[ BUG FIXES ]
* GH#85, GH#354: Fix autopages, especially in subdirs
(Stefan Hornburg, Alberto Simç«es)
* GH#365: Fix serializer settings (Steven Humphrey)
* GH#333: callerstack for logger was too short (Alberto Simç«es)
* GH#369: Move request deserialization from Dispatcher to Content & Request
(Russell Jenkins)
[ DOCUMENTATION ]
* GH#192: Documentation the current usage of middlewares using
Plack::Builder (Sawyer X)
* GH#195, GH#197, GH#372: Multiple apps with Plack::Builder (Sawyer X)
* GH#348: Documentation of Role::Logger (Franck Cuny)
* GH#350: Move part of README.md to GitGuide.md (Franck Cuny)
* GH#353: Documentation of Role::Serializer (Alberto Simç«es, Franck Cuny)
* Misc. minor documentation tweak (Alberto Simç«es, Franck Cuny)
Files: