Hello,
I'm glad to announce the availability of a new mod-xslt
snapshot. Beshide the problem with the apache2 mpm
worker solved by the previous snapshot, the changelog
for the new version follows below. Watch out that in the new
version parameters handling (XSLTParam) has been slightly
changed (corrected a bug in hierarchy handling). If your
sites reliad on that bug, they may have problems. In a week
or so, I will be releasing the new version.
Thanks to all of you for the provided feedback :)
Cheers,
Carlo
= = = = = = = = = = = = = = = = = = = = = =
o 2004/08/20 11:03:50
sapi/apache2 - quick hack to disable cacheing
of pages, uses f->r->no_local_copy, thx to
<daniel dot eckl at gmx dot net>, even if he
doesn't know.
o 2004/08/20 11:03:50
makefiles - removed references to NDEBUG. Now
assertions are compiled in by default even
in non debugging versions.
o 2004/08/18 17:22:16
lib/modxslt-doc.c - some variables could have
been used uninitialized... error introduced
in previous commit.
o 2004/08/18 17:22:16
sapi/apache* - reverted to ap_overlay_tables.
Merging two tables correctly uses a quadratic
algorithm, while catenating them is much faster.
However, ap_overlay_tables usage has been
corrected in order to make parameters work
correctly.
o 2004/08/18 17:22:16
sapi/apache2/Makefile.in - corrected error in
dependencies. Caused library to be recompiled
under certain conditions and missused the
VPATH parameter.
o 2004/08/17 12:24:26
sapi/apache* - removed calls to ap_overlay_table,
replaced with mxslt_ap_merge_tables. Parameters
were not correctly merged when abusing of hierarchical
relationships to setup xslt parameters. Updated headers
accordingly.
o 2004/08/17 12:24:26
sapi/apache1 - I received a bug report regarding
mod-xslt returning raw .xml under apache1 under
heavy load. Couldn't reproduce the problem, but
seems like a locking issues. The only global
which may cause the problem I can think of is
mxslt_global_skip_fixup, which, however, is per
process and not shared. Added some assertions to
verify the correctness of its value anyway, and
now fixup handlers are skipped at most once using
that variable.
o 2004/08/17 12:24:26
sapi/apache1 - when using local:// urls, if no
temporary directory was defined with XSLTTmpDir,
the request failed.
o 2004/08/17 12:24:26
doc/faq.xml - updated adding all the new questions
that came out on the mailing list. Thanks to all
the subscribers!!
o 2004/08/17 12:24:26
lib/modxslt-doc.c - local:// relative urls were not
correctly handled under certain conditions.
o 2004/08/17 12:24:26
lib/modxslt-doc.c - debugging output in
mxlst_load_stylesheet could cause segmentation fault,
since a complex structure was printed as a string.
--
GPG Fingerprint: 2383 7B14 4D08 53A4 2C1A CA29 9E98 5431 1A68 6975
-------------
The code also assumes that it's difficult to misspell "a" or "b". :-)
-- Larry Wall in <199710221731.KAA24396@xxxxxxxx>
Old mail has arrived.