From a7339040ed4172f5420ade87799d432bf046ec69 Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Tue, 4 Nov 2003 13:36:45 +0000
Subject: [PATCH] preparing release 1.1.0 Daniel
* doc/* NEWS: preparing release 1.1.0
Daniel
---
ChangeLog | 4 ++++
NEWS | 25 ++++++++++++++++++++++++-
doc/bugs.html | 10 ++++------
doc/libxslt.xsa | 27 ++++++++++++++++++++++++---
doc/news.html | 22 +++++++++++++++++++++-
doc/python.html | 6 +++---
doc/xslt.html | 38 +++++++++++++++++++++++++++++++-------
7 files changed, 111 insertions(+), 21 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index bed4b9a0..2d105eff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov 4 14:21:06 CET 2003 Daniel Veillard
+
+ * doc/* NEWS: preparing release 1.1.0
+
Tue Nov 4 14:04:58 CET 2003 Daniel Veillard
* libxslt/preproc.c: fixing the Document element precompilation
diff --git a/NEWS b/NEWS
index 397695b0..a3aada6d 100644
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,31 @@ http://cvs.gnome.org/lxr/source/libxslt/ChangeLog
file
for a really accurate description:
+1.1.0: Nov 4 2003:
+ - Removed DocBook SGML broken support
+ - fix xsl:key to work with PIs
+ - Makefile and build improvement (Graham Wilson), build cleanup (William
+ Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen
+ Petrov)
+ - xsltproc option display fix (Alexey Efimov), --load-trace (Crutcher
+ Dunnavant)
+ - Python: never use stdout for error
+ - extension memory error fix (Karl Eichwalder)
+ - header path fixes (Steve Ball)
+ - added saxon:line-number() to libexslt (Brett Kail)
+ - Fix some tortuous template problems when using predicates (William
+ Brack)
+ - Debugger status patch (Kasimier Buchcik)
+ - Use new libxml2-2.6.x APIs for faster processing
+ - Make sure xsl:sort is empty
+ - Fixed a bug in default processing of attributes
+ - Removes the deprecated breakpoint library
+ - detect invalid names on templates (William Brack)
+ - fix exslt:document (and similar) base handling problem
+
+
1.0.33: Sep 12 2003:
- This is a bugfix only release - error message missing argument (William Brack)
+This is a bugfix only release - error message missing argument (William Brack)
- mode not cascaded in template fallbacks (William Brack)
- catch redefinition of parameter/variables (William Brack)
- multiple keys with same namespace name (William Brack)
diff --git a/doc/bugs.html b/doc/bugs.html
index e1bb0bc9..c8db77d0 100644
--- a/doc/bugs.html
+++ b/doc/bugs.html
@@ -28,12 +28,10 @@ point of fixing them in a timely fashion. The best way to report a bug is to
use the Gnome
bug tracking database (make sure to use the "libxslt" module name). I
look at reports there regularly and it's good to have a reminder when a bug
-is still open. Be sure to specify that the bug is for the package libxslt.
For small problems you can try to get help on IRC, the #xml channel on
-irc.gnome.org (port 6667) usually have a few person subscribed which may
-help (but there is no garantee and if a real issue is raised it should go
-on the mailing-list for archival).
-
-
There is also a mailing-list xslt@gnome.org for libxslt, with an on-line archive. To subscribe
+is still open. Be sure to specify that the bug is for the package libxslt.
For small problems you can try to get help on IRC, the #xml channel on
+irc.gnome.org (port 6667) usually have a few person subscribed which may help
+(but there is no garantee and if a real issue is raised it should go on the
+mailing-list for archival).
There is also a mailing-list xslt@gnome.org for libxslt, with an on-line archive. To subscribe
to this list, please visit the associated Web page
and follow the instructions.
Alternatively, you can just send the bug to the xslt@gnome.org list, if it's really libxslt
related I will approve it.. Please do not send me mail directly especially
diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa
index f407470b..c03b2667 100644
--- a/doc/libxslt.xsa
+++ b/doc/libxslt.xsa
@@ -8,9 +8,30 @@
libxslt
- 1.0.33
- Sep 12 2003
+ 1.1.0
+ Nov 4 2003
http://xmlsoft.org/XSLT/
- This is a bugfix only release
+ - Removed DocBook SGML broken support
+ - fix xsl:key to work with PIs
+ - Makefile and build improvement (Graham Wilson), build cleanup (William
+ Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen
+ Petrov)
+ - xsltproc option display fix (Alexey Efimov), --load-trace (Crutcher
+ Dunnavant)
+ - Python: never use stdout for error
+ - extension memory error fix (Karl Eichwalder)
+ - header path fixes (Steve Ball)
+ - added saxon:line-number() to libexslt (Brett Kail)
+ - Fix some tortuous template problems when using predicates (William
+ Brack)
+ - Debugger status patch (Kasimier Buchcik)
+ - Use new libxml2-2.6.x APIs for faster processing
+ - Make sure xsl:sort is empty
+ - Fixed a bug in default processing of attributes
+ - Removes the deprecated breakpoint library
+ - detect invalid names on templates (William Brack)
+ - fix exslt:document (and similar) base handling problem
+
+
diff --git a/doc/news.html b/doc/news.html
index 801ec54a..7e2b062e 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -8,7 +8,27 @@ H2 {font-family: Verdana,Arial,Helvetica}
H3 {font-family: Verdana,Arial,Helvetica}
A:link, A:visited, A:active { text-decoration: underline }
News |   | The XSLT C library for GnomeNews |
|
|
| CVS only : check the Changelog file
-for a really accurate description1.0.33: Sep 12 2003 This is a bugfix only release - error message missing argument (William Brack)
+for a really accurate description1.1.0: Nov 4 2003- Removed DocBook SGML broken support
+ - fix xsl:key to work with PIs
+ - Makefile and build improvement (Graham Wilson), build cleanup (William
+ Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen
+ Petrov)
+ - xsltproc option display fix (Alexey Efimov), --load-trace (Crutcher
+ Dunnavant)
+ - Python: never use stdout for error
+ - extension memory error fix (Karl Eichwalder)
+ - header path fixes (Steve Ball)
+ - added saxon:line-number() to libexslt (Brett Kail)
+ - Fix some tortuous template problems when using predicates (William
+ Brack)
+ - Debugger status patch (Kasimier Buchcik)
+ - Use new libxml2-2.6.x APIs for faster processing
+ - Make sure xsl:sort is empty
+ - Fixed a bug in default processing of attributes
+ - Removes the deprecated breakpoint library
+ - detect invalid names on templates (William Brack)
+ - fix exslt:document (and similar) base handling problem
+
1.0.33: Sep 12 2003This is a bugfix only release - error message missing argument (William Brack)
- mode not cascaded in template fallbacks (William Brack)
- catch redefinition of parameter/variables (William Brack)
- multiple keys with same namespace name (William Brack)
diff --git a/doc/python.html b/doc/python.html
index 74e69d31..a9a9e1a7 100644
--- a/doc/python.html
+++ b/doc/python.html
@@ -31,9 +31,9 @@ or libxslt wrappers or bindings:- LibxmlJ is
an effort to create a 100% JAXP-compatible Java wrapper for libxml2 and
libxslt as part of GNU ClasspathX project.
- - Patrick McPhee provides Rexx bindings fof libxml2 and libxslt,
- look for RexxXML.
-
The libxslt Python module depends on the libxml2 Python module. The distribution includes a set of Python bindings, which are garanteed to
+ - Patrick McPhee provides Rexx bindings fof libxml2 and libxslt, look for
+ RexxXML.
+
The libxslt Python module depends on the libxml2 Python module. The distribution includes a set of Python bindings, which are garanteed to
be maintained as part of the library in the future, though the Python
interface have not yet reached the completeness of the C API. Stéphane Bidoul
maintains a Windows port
diff --git a/doc/xslt.html b/doc/xslt.html
index 00bac5da..4a30c41a 100644
--- a/doc/xslt.html
+++ b/doc/xslt.html
@@ -104,10 +104,10 @@ bug tracking database (make sure to use the "libxslt" module name). I
look at reports there regularly and it's good to have a reminder when a bug
is still open. Be sure to specify that the bug is for the package libxslt.
-For small problems you can try to get help on IRC, the #xml channel on
-irc.gnome.org (port 6667) usually have a few person subscribed which may
-help (but there is no garantee and if a real issue is raised it should go
-on the mailing-list for archival).
+ For small problems you can try to get help on IRC, the #xml channel on
+irc.gnome.org (port 6667) usually have a few person subscribed which may help
+(but there is no garantee and if a real issue is raised it should go on the
+mailing-list for archival).
There is also a mailing-list xslt@gnome.org for libxslt, with an Changelog file
for a really accurate description
+ 1.1.0: Nov 4 2003
+
+ - Removed DocBook SGML broken support
+ - fix xsl:key to work with PIs
+ - Makefile and build improvement (Graham Wilson), build cleanup (William
+ Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen
+ Petrov)
+ - xsltproc option display fix (Alexey Efimov), --load-trace (Crutcher
+ Dunnavant)
+ - Python: never use stdout for error
+ - extension memory error fix (Karl Eichwalder)
+ - header path fixes (Steve Ball)
+ - added saxon:line-number() to libexslt (Brett Kail)
+ - Fix some tortuous template problems when using predicates (William
+ Brack)
+ - Debugger status patch (Kasimier Buchcik)
+ - Use new libxml2-2.6.x APIs for faster processing
+ - Make sure xsl:sort is empty
+ - Fixed a bug in default processing of attributes
+ - Removes the deprecated breakpoint library
+ - detect invalid names on templates (William Brack)
+ - fix exslt:document (and similar) base handling problem
+
+
1.0.33: Sep 12 2003
- This is a bugfix only release
+This is a bugfix only release
- error message missing argument (William Brack)
- mode not cascaded in template fallbacks (William Brack)
@@ -986,8 +1010,8 @@ or libxslt wrappers or bindings:
- LibxmlJ is
an effort to create a 100% JAXP-compatible Java wrapper for libxml2 and
libxslt as part of GNU ClasspathX project.
- - Patrick McPhee provides Rexx bindings fof libxml2 and libxslt,
- look for RexxXML.
+
- Patrick McPhee provides Rexx bindings fof libxml2 and libxslt, look for
+ RexxXML.
The libxslt Python module depends on the
|
|
|
|
|