Login 
 
 Pref   Your subscriptions   Home   Help 
users@ml.mod-xslt2.com
mod-xslt2 - Users Mailing List
   
 
List info
 
 
 
Subscribe
 
 
Unsubscribe
 
 
Archive
 
 
Post
 



Advanced search
2004 01 02 03 04 05 06 07 08 09 10 11 12
2005 01 02 03 04 05 06 07 08 09 10 11 12
2006 01 02 03 04 05 06 07 08 09 10 11 12
2007 01 02 03 04 05 06 07 08 09 10 11 12
2008 01 02 03 04 05 06 07 08 09 10 11 12

  previous   Chronological   next       previous   Thread   next  

[SNAPSHOT] -- 2004111400 Carlo Contavalli
  • From: Carlo Contavalli <ccontavalli@xxxxxxxxxxx>
  • To: users@xxxxxxxxxxxxxxxx
  • Subject: [SNAPSHOT] -- 2004111400
  • Date: Sun, 14 Nov 2004 21:12:00 +0100


  • Hello,
    I'm proud to announce the availability of a new mod-xslt snapshot.
    This snapshot should solve some build and compilation issues, mainly:

    - for apache 1.3, the usage of the static version of
    libmodxslt0 (caused problems on hppa, ia64, ...)
    - for apache 2.0, the typo in apr_table_elts (apache 2.0 sapi
    not loadable, my fault - sorry)
    - the sed expression in utils/Makefile.in, which caused problems
    on *BSD systems (modxslt-config failed to compile, causing
    the make to stop)
    - the apache 1.3 Makefile, that under some conditions looked for
    an already installed libmodxslt, while there was none
    - the search path for apxs, that didn't include /usr/sbin,
    used on some linux/unix flavours.

    This snapshot also adds some configuration parameters, both
    to Apache 1.3 and Apache 2.0:

    - XSLTDelRule - to remove rules previously set
    - XSLTDefaultSytlesheet - which should provide the
    functionalities described in the manual for XSLTSetStylesheet,
    descriptions which have been updated and corrected.
    - XSLTNoDefaultStylesheet - to disable a previously
    set default stylesheet.

    This snapshot will become a release _real soon_, since it
    addresses many grave build problems (especially the apache 2.0
    build problem), and will become mod-xslt 1.3.8 in a couple
    days.

    I'd like to thank all the user subscribed to the mailing
    list and all of you who sent me mails reporting useful and
    precious feedbacks.

    This new snapshot, as usual, is available at:

    http://www.mod-xslt2.com/software/snapshots.xml

    Below, you can find the complete changelog since the
    last snapshot was taken (20041017). As this snapshot will
    become a new version real soon, if you can, please try it
    on your systems to verify no new bugs have been introduced.

    Cheers,
    Carlo

    =========== 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.

    --
    GPG Fingerprint: 2383 7B14 4D08 53A4 2C1A CA29 9E98 5431 1A68 6975
    -------------
    The IBM 2250 is impressive ...
    if you compare it with a system selling for a tenth its price.
    -- D. Cohen

      Powered by Sympa