  =========== SNAPSHOT 2004112100 ===========
* 2004/11/21 02:15:09 committed by ccontavalli
  o  configure, configure.ac - updated automatically by release
       scripts, in order to prepare a snapshot.

* 2004/11/21 02:05:36 committed by ccontavalli
  o  tools/ - few more bugs corrected in release and 
       snapshot scripts.

* 2004/11/21 02:00:44 committed by ccontavalli
  o  configure - regenerated

* 2004/11/21 01:56:03 committed by ccontavalli
  o  tools/ - snapshot script was not correctly comparing
       versions, and did not update configure correctly

* 2004/11/14 19:14:22 committed by ccontavalli
  o  tools/ - updated release & snapshot scripts,
       they now seems to work correcty

  =========== SNAPSHOT 2004111400 ===========
* 2004/11/14 16:13:15 committed by ccontavalli
  o  sapi/apache2/modxslt-helpers.c - in some cases, a failed
       load for a given stylesheet caused a segfault. Added
       handling for MXSLT_SKIP return value.

* 2004/11/14 15:31:01 committed by ccontavalli
  o  tools/ - rewritten all scripts used to release,
       snapshot and upload mod-xslt. Should be much
       easyer to use, less error-prone and should
       generate a Changes file in the main directory.

* 2004/11/12 22:39:31 committed by ccontavalli
  o  utils/Makefile.in - was still generating wrong modxslt-config
       files. Seems like the grep trick didn't work at all. It felt
       strange an undocumented feature like that. Now, it has been
       replaced with a more sane minded sed expression, based on
       addresses.
  o  doc/manual - recompiled one more time.

* 2004/11/12 22:20:15 committed by ccontavalli
  o  sapi/apache2/modxslt.c - added XSLTDelRule 
       parameter support in apache2.
  o  doc/manual/manual.xml - updated to include documentation
       about XSLTAddRule and XSLTDelRule.
  o  doc/manual/ - recompiled, to have all formats updated.

* 2004/11/12 22:10:17 committed by ccontavalli
  o  sapi/apache1 - added the XSLTDelRule parameter,
       to remove a rule previously set.
  o  TODO - updated, to include the If-Modified header
       handling I had all forgot about.

* 2004/11/12 21:45:52 committed by ccontavalli
  o  sapi/apache2 - added support for XSLTDefaultStylesheet
       parameter and XSLTNoDefaultStylesheet.
  o  sapi/apache1 - estetic changes to list of apache 
       parameters
  o  sapi/apache2/modxslt.c - mxslt_ap2_out_filter was not
       returning APR_SUCCESS
  o  doc/manual/manual.xml - same changes as for apache1 sapi: corrected
       XSLTSetStylesheet/XSLTUnSetStylesheet parameters and
       added XSLTDefaultStylesheet/XSLTNoDefaultStylesheet
  o  doc/manual - recompiled, to have all formats

* 2004/11/12 21:44:48 committed by ccontavalli
  o  utils/Makefile.in - previous commit didn't solve the
       problem, blame me. Should always check before committing.

* 2004/11/12 21:40:25 committed by ccontavalli
  o  utils/Makefile.in - previous commit that
       solved compatibility issue with freebsd sed
       introduced a small bug. Corrected now.

* 2004/11/12 21:08:45 committed by ccontavalli
  o  sapi/apache1/modxslt-helpers.c - in previous commit
       was not checking if defaultstyle was NULL, potentially
       causing a segfault.

* 2004/11/12 20:56:18 committed by ccontavalli
  o  sapi/apache1 - Added directive XSLTDefaultStylesheet,
       to allow users to provide a default stylesheet in 
       case none can be found, and XSLTNoDefaultStylesheet,
       to disable a previously defined default stylesheet.
  o  doc/manual/manual.xml - added new configuration parameters
       XSLTDefaultStylesheet and XSLTNoDefaultStylesheet to 
       the manual. 
  o  doc/manual/manual.xml - XSLTSetStylesheet were erroneously
       described as providing those features now provided by
       XSLTDefaultStylesheet/XSLTNoDefaultStylesheet. Thanks
       to Adam Souzis.
  o  doc/manual/ - recompiled for all provided formats.

* 2004/11/12 17:05:58 committed by ccontavalli
  o  utils/Makefile.in - sed expression was not correctly working on
       FreeBSD. Changed with a grep based expression, couresy of Squeeeez.
       Thanks to Ryan Moe for reporting the problem.

* 2004/11/12 12:53:40 committed by ccontavalli
  o  sapi/apache2/modxslt-helpers.c - ap_table_elts
       instead apr_table_elts. Thanks to <giskard at
       autistici.org>, Dave Carrigan and Adam Souizs.

* 2004/11/12 12:50:43 committed by ccontavalli
  o  configure.ac - now looks into /usr/sbin for apxs. 
       Thanks to Adam Souzis for reporting problems with
       Gentoo linux.

* 2004/10/28 19:30:29 committed by ccontavalli
  o  sapi/apache1/ - Makefile was uncorrectly compiling
       apache module against static version of modxslt
       library, leading to problems on some architectures
       like hppa and ia64.

* 2004/10/23 03:58:47 committed by ccontavalli
  o  doc/ - updated as suggested on sourceforge. Main
       idea is to better document LoadModule parameter
       and given examples.

