Hello,
I'm proud to announce mod-xslt 1.3.6 has been released.
For those of you happily using snapshot 2004082000, there
should be no need to update, since no changes have been
introduced (beshide a few corrections in the makefiles).
If you were using mod-xslt 1.3.5, beware that a bad
bug in handling XSLTParam in apache configuration files
has been corrected. This correction changed the default
behavior when handling nested XSLTParam, like in:
<Directory />
XSLTParam pippo pluto
</Directory>
<Directory /usr>
XSLTParam pippo come
</Directory>
If you are using constructs like those, the update
corrects the behavior in handling the pippo variable,
and your configuration files may need to be updated
accordingly. So, make sure everything still works after
the update.
Below, you can find the complete changelog for the
new release.
Cheers,
Carlo
= = = = = = = = = = = = = = = = = = = = = =
o 2004/08/30 10:35:10
configure.ac - updated version number
o 2004/08/30 10:35:10
doc - recompiled
o 2004/08/30 10:35:10
sapi/apache2 - minor changes to Makefile.in
o 2004/08/30 10:35:10
- main purpose of the commit is to verify
the new tla archive works correctly
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
-------------
Though I'll admit readability suffers slightly...
-- Larry Wall in <2969@xxxxxxxxxxxxxxxxx>