Skip to content

Commit

Permalink
reflect CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Mar 1, 2011
1 parent 75d66f7 commit 676797e
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions CHANGES
@@ -1,8 +1,9 @@
1.3011_01 23.02.2011
1.3012 01.03.2011

[ BUG FIXES ]
* Fix cookies disappearing when more than one is set.
(Chris Andrews)
Complete refactoring of the cookie handling.
(Chris Andrews, Geistteufel)
* Properly set the settings in Dancer::Test only after config loading.
(Sawyer X)
* Fix possible loss of last directory in path.
Expand Down Expand Up @@ -57,6 +58,29 @@
* Add missing methods (e.g. "referer"), sorting, clean up.
(Flavio Poletti)

1.3010_01 12.02.2011

[ BUG FIXES ]
* GH#136: fix again Mime::Type issues in preforking environment
(Chris Andrews)
* GH#220: fix for path issues under MacOS X and Windows platforms.
A new function is provided by Dancer::FileUtils: path_no_verify()
(Rowan Thorpe)
* Fix for infinite loops detection in before filters
(Flavio Poletti)

[ ENHANCEMENTS ]
* Better detection of the application layout under non-UNIX platforms.
(Rowan Thorpe, Alexis Sukrieh)

[ DOCUMENTATION ]
* Fix a typo in Dancer::Request::Upload's POD
(Rowan Thorpe)
* Better documentation for the before filters, explanations about the
potential infinite loops that can happen when using before filters (and
what Dancer does in that case).
(Flavio Poletti)

1.3011 14.02.2011

[ BUG FIXES ]
Expand Down

0 comments on commit 676797e

Please sign in to comment.