~ubuntu-branches/ubuntu/natty/libxslt/natty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-01-24 16:26:15 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124162615-8ivleans2t5rdkjt
Tags: 1.1.20-0ubuntu1
* New upstream release.
* debian/rules:
  - bumped shlibs, new interfaces added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Wed Jan 17 14:20:18 CET 2007 Daniel Veillard <daniel@veillard.com>
 
2
 
 
3
        * configure.in doc/*: preparing release of 1.1.20
 
4
        * libexslt/crypto.c: small patch for missing includes on some BSD,
 
5
          fixes #397373
 
6
        * configure.in: replace == by = in test, raised by Roland Illig,
 
7
          should fix #397371
 
8
 
 
9
Sun Jan 14 18:45:08 PST 2007 William Brack <wbrack@mmm.com.hk>
 
10
 
 
11
        * libxslt/functions.c: fixed two problems related to checking
 
12
          of fragments, related to python htmlCtxtReadFile problem
 
13
          reported on mailing list by Nic Ferrier.
 
14
 
 
15
Fri Jan 12 23:24:08 PST 2007 William Brack <wbrack@mmm.com.hk>
 
16
 
 
17
        * libxslt/extensions.c: reverted last change, fixed some
 
18
          comments.  Note that in it's current state the 'plugin'
 
19
          implementation will fail if called from a program
 
20
          compiled as static!
 
21
 
 
22
Fri Jan 12 15:40:08 PST 2007 William Brack <wbrack@mmm.com.hk>
 
23
 
 
24
        * configure.in: fixed problem with DV/WMB testing env.
 
25
        * regenerated docs; doc/APIchunk1[012].html added to SVN
 
26
        * libxslt/extensions.c: fixed problem with plugin loading;
 
27
          removed testplugin.c from SVN (current version kept as
 
28
          tests/plugin/testplugin.c)
 
29
 
 
30
Thu Jan 11 11:08:18 PST 2007 William Brack <wbrack@mmm.com.hk>
 
31
 
 
32
        * libxslt/transform.c: enhanced to ignore empty text node
 
33
          in xsltDefaultProcessOneNode (avoid calling xsltCopyText)
 
34
          (bug #354900)
 
35
        * xsltproc/xsltproc.c: added check for output file problem,
 
36
          yielding new error code 11 (Mike Hommey).
 
37
        * doc/xsltproc.html, doc/xsltproc.xml: added documentation
 
38
          for above, regenerated docs (doc/xsltproc.1)
 
39
 
 
40
Wed Jan 10 19:13:08 PST 2007 William Brack <wbrack@mmm.com.hk>
 
41
 
 
42
        * libexslt/strings.c: added new function 'replace' from Joel
 
43
          Reed.
 
44
        * tests/exslt/Makefile.am, replace.1.xml, replace.1.xsl,
 
45
          replace.1.out: added new test case for above.
 
46
        * libxslt.spec.in: trivial change from 'Gnome' to 'GNOME'
 
47
        * configure.in: trivial change for flags on my compilations
 
48
        * libxslt/documents.c, libxslt/documents.h, libxslt/keys.c,
 
49
          libxslt/keys.h, libxslt/variables.c, libxslt/templates.c,
 
50
          libxslt/transform.c, libxslt/variables.c, libxslt/xslt.c,
 
51
          libxslt/xsltutils.c: fixed some documentation/comments and
 
52
          compilation warnings - no change to logic.
 
53
        * re-generated the documentation.
 
54
 
 
55
Wed Jan  3 16:46:05 CET 2007 Daniel Veillard <daniel@veillard.com>
 
56
 
 
57
        * configure.in: adapt the extra versioning code to SVN
 
58
 
 
59
Fri Dec 22 09:12:08 PST 2006 William Brack <wbrack@mmm.com.hk>
 
60
 
 
61
        * python/libxslt.c: applied patch supplied by Kjartan Maraas
 
62
          (bug #388567).
 
63
 
 
64
Mon Dec 11 14:38:22 PST 2006 William Brack <wbrack@mmm.com.hk>
 
65
 
 
66
        * libexslt/functions.c: further enhancement to the original
 
67
          fix for bug #381319 (which was not correct).
 
68
        * tests/exslt/functions: minor enhancement to function.9.xsl;
 
69
          function.10.[xsl,xml,out] added to regression tests to check
 
70
          recursive calls.
 
71
 
 
72
Mon Dec 11 12:13:14 CET 2006 Daniel Veillard <daniel@veillard.com>
 
73
 
 
74
        * configure python/generator.py python/libxsl.py
 
75
          python/libxslt-python-api.xml python/libxslt.c
 
76
          python/tests/2stage.py python/tests/loader.py: applied patch from
 
77
          Nic James Ferrier to make stylesheets comparable and to add
 
78
          transformContext handling
 
79
 
 
80
Sat Dec  9 15:22:34 PST 2006 William Brack <wbrack@mmm.com.hk>
 
81
 
 
82
        * libexslt/functions.c: changed handling of function params
 
83
          to fix bug #381319
 
84
        * libxslt/transform.[ch]: exposed xsltLocalVariablePush and
 
85
          xsltLocalVariablePop as global entries so that they could
 
86
          be used from within libexslt/functions.c
 
87
        * tests/exslt/functions/function.9.[xsl,xml,out] added to
 
88
          regression tests
 
89
 
 
90
Tue Dec  5 10:45:04 CET 2006 Daniel Veillard <daniel@veillard.com>
 
91
 
 
92
        * libxslt/extensions.c: applied patch from Marcus Meissner removing
 
93
          a strict aliasing problem should fix #317921
 
94
 
 
95
Fri Dec  1 23:02:27 HKT 2006 William Brack <wbrack@mmm.com.hk>
 
96
 
 
97
        * libxslt/transform.c: fixed problem with housekeeping of
 
98
          localRVTBase, bug #378766
 
99
 
1
100
Wed Nov 29 16:06:43 CET 2006 Daniel Veillard <daniel@veillard.com>
2
101
 
3
102
        * NEWS configure.in doc//*: preparing release of libxslt-1.1.19