diff --git a/ChangeLog b/ChangeLog index 553e2ea0..d8d031d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard + + * NEWS: got complaints from rpmlint that it was empty + Tue Jun 4 09:09:18 MDT 2002 John Fleck * added doc/tutorial, including: @@ -34,6 +38,12 @@ Mon Jun 3 21:21:26 2002 Aleksey Sanin for xmlsec performance patch * xpath.c: fixed self::node() for namespaces and attributes +Mon Jun 03 00:04:21 2002 Chema Celorio + + * tree.h: added xmlDocFormatDump which is just as xmlDocDump + but with the format parameter + * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump + Fri May 31 12:16:48 2002 Aleksey Sanin * Makefile.am: updated c14n tests suite diff --git a/NEWS b/NEWS index e69de29b..d243ee78 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,9 @@ +Well, for accurate NEWS on libxml2 look at the following resources: + - the ChangeLog, very detailed, quickly boring unless you're really + looking for something specific + - the on-line News at http://xmlsoft.org/news.html which are more + general and intended to a less techmical audience + +Daniel Veillard + +daniel@veillard.com