Skip to content

Commit

Permalink
Update to 5.90111
Browse files Browse the repository at this point in the history
Upstream changes:
5.90111 - 2016-07-20
  - Improved documentation around some of the unicode changes; tests (melmothx++)

5.90110 - 2016-07-20
  - Better catching of HTTP style exceptions so that you can reliable use one to
    override many core method.
  - Documention on better ways to catch and handle Unicode errors
  - We now check the unicode in your URL request queries and raise an error if the
    check fails.  This was done to be consistent with what we do in other parts of
    the code (such as in args, or POSTed parameters).  If this breaks your code in
    ways you don't want to fix, you may disable this using the global configuration
    setting, "do_not_check_query_encoding".
  - Removed configuration setting, "decode_query_using_global_encoding" since it no
    longer does anything useful.  Query decoding follows from whatever you set the
    global encoding to, unless you specify an alternative or to not decode.

5.90106 - 2016-07-05
  - Fixed regression in debug screen rendering of the private names in chained
    actions caused by commit 5dd46e24eedec447bdfbc4061ed683b5a17a7b0c.
  - Fixed incorrect date entered for the release of 5.90105
  - Fixed some incorrect code in a test case that might be causing test fails
    in some configurations.

5.90105 - 2016-06-08
  - Tweak some test cases to try and prevent them from failing in limited cases.
  - Changed how we compose traits onto the response, request, and stats class so
    that we compose just once at setup time (performance optimization).  Also added
    a debug screen at startup to display composed classes to help with debugging.
  - Fixed a regressed caused by the changes we made to the way ->state works so that
    now when you forward to an action and that action throws an exception, $c->state
    is set to 0, instead of the value of the exeption (this is to be as indicated by
    the documentation). (cventers++ for reported bug and test case).
  - Changed the code that detects if you try to set HTTP headers after headers are
    finalized to not warn if you are just requested the response header state.  Tweaked
    this error message a bit to help people understand it.

5.90104 - 2016-04-04
  - Merged pull request #131, fix for noisy debug logs when used type constraints
    in your actions.  Additional changes to the developer debug screen output to
    improve reporting details.
  - Merged pull request #133, fix for case when a file upload filename contains
    wide characters which caused the filename to not appear in the uploads hash.
  • Loading branch information
wen committed Jul 24, 2016
1 parent 2fc9a0e commit 679842a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions www/p5-Catalyst-Runtime/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.37 2016/06/08 19:25:00 wiz Exp $
# $NetBSD: Makefile,v 1.38 2016/07/24 01:36:48 wen Exp $

DISTNAME= Catalyst-Runtime-5.90103
PKGREVISION= 2
DISTNAME= Catalyst-Runtime-5.90111
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
Expand Down
10 changes: 5 additions & 5 deletions www/p5-Catalyst-Runtime/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.23 2015/11/27 23:19:57 mef Exp $
$NetBSD: distinfo,v 1.24 2016/07/24 01:36:48 wen Exp $

SHA1 (Catalyst-Runtime-5.90103.tar.gz) = 293fe9bed8ab140fbb78930f3e9262ae7f4907f8
RMD160 (Catalyst-Runtime-5.90103.tar.gz) = a8832721ddb3e41a77fccf9720c78d15daaafa54
SHA512 (Catalyst-Runtime-5.90103.tar.gz) = 0ca796d42b9f88c7e13aa5296d223444b17bf4c10386f44c1b28ea8f94e826ed42ec1e1095a62ae52032778e895166da430b02cab26d448b1202824c5a15fc8a
Size (Catalyst-Runtime-5.90103.tar.gz) = 394198 bytes
SHA1 (Catalyst-Runtime-5.90111.tar.gz) = 919bdadcb3f2c36aa1183c1558cc638269b117ee
RMD160 (Catalyst-Runtime-5.90111.tar.gz) = 04f8ec9303935f6b56b21be73bb7ce6ec07dbf3d
SHA512 (Catalyst-Runtime-5.90111.tar.gz) = 0d55668309ab54ef4cf44e46c7ef29df8837251f44a442c7c6e44d6b4f0c54c4a4d03eaf63a083c9c3781242e4d0a765ccaf8d037784cd0e48fac559bdcd21ae
Size (Catalyst-Runtime-5.90111.tar.gz) = 389756 bytes

0 comments on commit 679842a

Please sign in to comment.