Dave Rolsky
2006-05-21 15:13:01 UTC
I'd like to release 1.33, as there are some important bug fixes in there,
notable one for the bug Shane McCarron just reported about <%filter>
basically preventing flush_buffer from working. Along the way, I found
other related bugs and added some tests for flushing and clearing the
buffer.
Here's the Changes file bits for 1.33
1.33
[ BUG FIXES ]
- If $m->flush_buffer() was called when there was a filter somewhere
in the component chain, the flush did nothing. Task id #596. Reported
by Shane McCarron.
- Added several tests for $m->flush_buffer() and $m->clear_buffer(),
which will hopefully avoid more bugs in this part of the code.
- On Win32, a test failed when Mason tried to use rename to move a dir
into an existing dir. Patch by Shane McCarron. Task id #594 and RT
#17828.
- Trying to load HTML::Mason::ApacheHandler outside of mod_perl caused
an error "like Undefined subroutine &Apache::perl_hook called at
/usr/local/share/perl/5.8.7/HTML/Mason/ApacheHandler.pm line
257". While it will never _run_ outside of mod_perl, it should at
least load.
- The example code in the HTML::Mason::Resolver::Null code was
just wrong. Fixed by John Siracusa.
-dave
/*===================================================
VegGuide.Org www.BookIRead.com
Your guide to all that's veg. My book blog
===================================================*/
notable one for the bug Shane McCarron just reported about <%filter>
basically preventing flush_buffer from working. Along the way, I found
other related bugs and added some tests for flushing and clearing the
buffer.
Here's the Changes file bits for 1.33
1.33
[ BUG FIXES ]
- If $m->flush_buffer() was called when there was a filter somewhere
in the component chain, the flush did nothing. Task id #596. Reported
by Shane McCarron.
- Added several tests for $m->flush_buffer() and $m->clear_buffer(),
which will hopefully avoid more bugs in this part of the code.
- On Win32, a test failed when Mason tried to use rename to move a dir
into an existing dir. Patch by Shane McCarron. Task id #594 and RT
#17828.
- Trying to load HTML::Mason::ApacheHandler outside of mod_perl caused
an error "like Undefined subroutine &Apache::perl_hook called at
/usr/local/share/perl/5.8.7/HTML/Mason/ApacheHandler.pm line
257". While it will never _run_ outside of mod_perl, it should at
least load.
- The example code in the HTML::Mason::Resolver::Null code was
just wrong. Fixed by John Siracusa.
-dave
/*===================================================
VegGuide.Org www.BookIRead.com
Your guide to all that's veg. My book blog
===================================================*/