I just released version 1.4.1 - there's only minor improvements and
code cleanups, nothing should have changed in terms of functionality.
See below for full changelog.
Also, I'm considering dropping support for apache 1.3 in the near
future. Usage has dropped significantly, and people should really
upgrade to a newer apache version. If you still need 1.3 support,
please speak now or forever hold your peace :)
I'm also working on improved file and url handling scheme for the
apache 2.x. Taking longer than I had expected, but soon I'll have
mod-xslt use apache primitives to access files or other urls. This
should improve flexibility and performance.
Also.. I'm considering adding nginx SAPI support. nginx already has a
mod-xslt, but it's significantly more limited in power compared to
what mod-xslt can do. nginx support would also allow you to switch
from one web server to another without having to change your xml or
xslt infrastructure.
Carlo
***** e2731e1 - Fri Dec 16 08:31:52 2011 -0800
Updated version number, released new configure.
***** 1ac07cf - Thu Dec 15 08:52:49 2011 -0800
Fixed all warnings recently enabled with debug mode. Lots
of fishy integer arithmetic, some portability related
issues. Also, regenerated the lexer with recent versions of
flex, after a long time.
***** 4260b98 - Fri Dec 9 18:52:51 2011 -0800
Fixed lots of integer conversions related warnings. One of
the recent changes enabled several more debugging flags in
gcc when configure is invoked with --enable-debug.
***** c9967c1 - Wed Dec 7 10:02:20 2011 -0800
Restructured debugging facilities and initialization
functions.
With this change, we have a tiny structure that can be
initialized before anything else allowing SAPIs to register
error or debug handlers.
Also, modified the apache2 api so it correctly interprets
top level XSLT debug directive.
***** 2ab9e07 - Wed Nov 16 00:12:23 2011 -0800
Hide libtool commands, make libtool more quiet. Trying to
improve visibility of warning and errors. Also added
--enable-verbose to remove the --quiet option from libtool.
***** c435d68 - Fri Oct 28 09:53:35 2011 -0700
Change indentation and minor cleanups, in preparation for
next change.
***** 6209299 - Sun Oct 16 21:22:01 2011 -0700
Minor changes to the documentation, to reflect updates to
the internet site.
***** 99da1ea - Wed Oct 12 09:30:43 2011 -0700
Renamed lots of mxslt_debug functions in mxslt_doc_debug,
getting ready to introduce global debugging facilities.
***** c45a999 - Tue Oct 11 21:19:02 2011 -0700
Renamed mxslt_debug_enable into mxslt_doc_debug_enable, as
it's per doc. Also, changed a few comments to use 80
characters wrapping rather than 40? why did I use such
short lines for comments?
***** 853ade2 - Wed Oct 5 09:21:15 2011 -0700
Pass pointers to mxslt_url_handler_t to modxslt1 _init
method, instead of indepdent pointers to functions. Accept
an extra url_handler_t for file handling, in preparation
for next change.
***** 42ee2b8 - Wed Oct 5 09:01:37 2011 -0700
In preparation for next changes, increment library version
number to 1, won't be API compatible with previous
versions.
***** f1c23ef - Wed Oct 5 08:43:58 2011 -0700
Renamed mxslt_http_ functions and types into mxslt_url_
functions and types, in preparation for next change.
***** bd108e9 - Tue Oct 4 21:10:37 2011 -0700
mxslt_debug should always have a \n at the end of it, fixed
all.
***** 2f7c809 - Tue Oct 4 20:35:53 2011 -0700
Removed magling of file:// urls in mod-xslt, handled just
fine by libxml directly.