2011-06-04 20:50:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 4 20:38:38 UTC 2011 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 5.80032, see Changes:
|
|
|
|
- Fix compatibility issue with code which was testing the value of
|
|
|
|
$c->res->body multiple times. Previously this would cause the value
|
|
|
|
to be built, and ergo cause the $c->res->has_body predicate to start
|
|
|
|
returning true.
|
|
|
|
Having a response body is indicated by $c->res->body being defined.
|
|
|
|
- Fix bug with calling $upload->slurp multiple times in one request
|
|
|
|
not working as expected as the file handle wasn't returned to
|
|
|
|
the zero position. (Adam Sjøgren)
|
|
|
|
- Fix some weird perl 5.8 situations where $c can get squashed
|
|
|
|
unexpectedly in Catalyst::execute
|
|
|
|
- Fix chained dispatch where chains were being compared for length (number
|
|
|
|
of private parts in the chain) vs where they are being compared for
|
|
|
|
PathPart length (i.e. number of non-capturing URI elements in your path).
|
|
|
|
This bug meant that sometimes multiple Args or CaptureArgs (e.g. /*/*)
|
|
|
|
type paths would be preferred to those with fixed path elements
|
|
|
|
(e.g. /account/*)
|
|
|
|
- Add MYAPP_RESTARTER and CATALYST_RESTARTER environment variables to
|
|
|
|
allow the restarter class to be chosen per application or generally.
|
|
|
|
This feature was added to enable GUI restarters (such as the soon to
|
|
|
|
be released CatalystX::Restarter::GTK to be enabled more easily by
|
|
|
|
developers without changing their application code.
|
|
|
|
|
2011-02-17 06:38:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 17 06:37:34 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 5.80031
|
|
|
|
- rewrote spec file using bs.pl, was severely outdated
|
|
|
|
|
2011-01-19 11:56:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 19 11:18:13 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- update to 5.80030
|
|
|
|
|
2010-12-01 13:38:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:30:52 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-11-29 18:03:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 29 18:00:00 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- called spec2changelog
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 9 00:00:00 UTC 2010 - nine@detonation.org
|
|
|
|
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|
|
|
|
|