diff options
author | cube <cube@pkgsrc.org> | 2004-08-02 09:53:32 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-08-02 09:53:32 +0000 |
commit | adfc6ba05c5f58ab51e0fbdb06f76779c34d5633 (patch) | |
tree | e51a741a708e4f8651415ddb15827d7700f218ba /www/p5-HTML-Mason | |
parent | 5e3ad71726273d44a283d5a0d2647ca7a0c38380 (diff) | |
download | pkgsrc-adfc6ba05c5f58ab51e0fbdb06f76779c34d5633.tar.gz |
Update to version 1.26.
1.26 April 5, 2004
[ BUG FIXES ]
- The fix to make CGIHandler support flush_buffer and autoflush caused
it to not rethrow any exceptions created during the request. If
error_mode was set to 'fatal', then an error would simply cause no
output to be generated. Task id #531.
- A comment in the last line of a component call with content caused a
syntax error in the compiled component. Reported by Todd Goldenbaum.
Task id #530.
- The various request handling methods in CGIHandler once again return
the value of calling the Interp object's exec() method.
- Explicitly handle redirect statuses when an abort exception is
thrown from the Interp object's exec() method. This fixes some
problems when this module was used with David Wheeler's
MasonX::Interp::WithCallbacks module.
- Using a <%shared> block when "in_package" was set to something other
than HTML::Mason::Commands led to an error like "Can't call method
"call_dynamic" on an undefined value". Reported by David Wheeler.
Task id #535.
1.25 December 12, 2003
[ BUG FIXES ]
- CGIHandler did not support $m->flush_buffer or autoflush. Reported
by Shane McCarron.
- Every line in the error stacktrace had a 'g' appended to it in HTML
error mode.
- The HTML error display of the stacktrace was not filtering out some
packages that it should have, so there were extra lines that made it
harder to find the real error.
- Several FakeApache methods were broken: path_info, uri, and
the_request. Reported by Matthias F. Brandstetter.
[ ENHANCEMENTS ]
- The CGIHandler request object now supports the autoflush parameter.
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-Mason/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index be05a888e81..2603ca44906 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2004/04/27 05:44:23 snj Exp $ +# $NetBSD: Makefile,v 1.11 2004/08/02 09:53:32 cube Exp $ -DISTNAME= HTML-Mason-1.24 +DISTNAME= HTML-Mason-1.26 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hma CATEGORIES= www perl5 diff --git a/www/p5-HTML-Mason/distinfo b/www/p5-HTML-Mason/distinfo index d927566acc0..5d13c114878 100644 --- a/www/p5-HTML-Mason/distinfo +++ b/www/p5-HTML-Mason/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/12/06 23:04:34 epg Exp $ +$NetBSD: distinfo,v 1.6 2004/08/02 09:53:32 cube Exp $ -SHA1 (HTML-Mason-1.24.tar.gz) = 5b0fa63cd17d38f2cc79b00bba4a2f157607fcc3 -Size (HTML-Mason-1.24.tar.gz) = 327894 bytes +SHA1 (HTML-Mason-1.26.tar.gz) = bf9955a02e3c8e062f6f94edd9cf440c0752ec54 +Size (HTML-Mason-1.26.tar.gz) = 331325 bytes |