From b82c1f12e843f34e3039c196d0d28b271caa3fba Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Fri, 6 Jul 2001 00:00:14 +0000
Subject: [PATCH] added 0.14.0 release Daniel
* doc/xslt.html: added 0.14.0 release
Daniel
---
ChangeLog | 1 +
doc/xslt.html | 19 +++++++++++++------
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 52e1317f..00c8dad1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
Fri Jul 6 01:43:51 CEST 2001 Daniel Veillard
* configure.in libxslt/xsltwin32config.h: released 0.14.0
+ * doc/xslt.html: added 0.14.0 release
Fri Jul 6 01:00:55 CEST 2001 Daniel Veillard
diff --git a/doc/xslt.html b/doc/xslt.html
index c95e1f69..db998fd0 100644
--- a/doc/xslt.html
+++ b/doc/xslt.html
@@ -1,5 +1,3 @@
-
The XSLT C library for Gnome
@@ -106,13 +104,12 @@ appreciated!).
version, and that the problem still shows up in those
check the list
archives to see if the problem was reported already, in this case
- there is probably a fix available, similary check the registered
- open bugs
+ there is probably a fix available, similary check the registered open
+ bugs
make sure you can reproduce the bug with xsltproc, a very useful thing
to do is run the transformation with -v argument and redirrect the
standard error to a file, then search in this file for the transformation
- logs just preceding the possible problem
+ logs just preceding the possible problem
Please send the command showing the error as well as the input and
stylesheet (as an attachement)
@@ -186,6 +183,16 @@ platform, get in touch with me to upload the package. I will keep them in the
href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog file
for a really accurate description
+0.14.0: July 5 2001
+
+ - lot of bug fixes, and code cleanup
+ - completion of the little XSLT-1.0 features left unimplemented
+ - Added and implemented the extension API suggested by Thomas Broyer
+ - the Windows MSC environment should be complete
+ - tested and optimized with a really large document (DocBook Definitve
+ Guide) libxml/libxslt should really be faster on serious workloads
+
+
0.13.0: June 26 2001