diff --git a/ChangeLog b/ChangeLog index eb59a053..2a3a4143 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Nov 22 15:51:22 CET 2002 Daniel Veillard + + * configure.in: preparing 2.4.28 + * libxml.spec.in doc/Makefile.am: some cleanup + * doc/*: updated the news and regenerated. + Fri Nov 22 14:15:14 CET 2002 Daniel Veillard * HTMLparser.c: final touch at closing #87235

end tags diff --git a/configure.in b/configure.in index 1a92004e..d6493264 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CANONICAL_HOST LIBXML_MAJOR_VERSION=2 LIBXML_MINOR_VERSION=4 -LIBXML_MICRO_VERSION=27 +LIBXML_MICRO_VERSION=28 LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION diff --git a/doc/Makefile.am b/doc/Makefile.am index be18b464..1b87e35a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -20,7 +20,9 @@ APIPAGES=APIconstructors.html APIfiles.html APIfunctions.html \ APIsymbols.html APIchunk0.html EXTRA_DIST=xmlcatalog_man.xml tutorial/*.html tutorial/*.c tutorial/*.pdf \ tutorial/images/*.png tutorial/images/callouts/*.png \ - API*.html + API*.html *.1 *.xsl *.html *.gif w3c.png html/*.html \ + html/*.sgml libxml2-api.xml parsedecl.py index.py search.php + man_MANS = xmllint.1 xmlcatalog.1 @@ -80,7 +82,4 @@ install-data-local: -(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR)) -@(tar cf - tutorial | (cd $(DESTDIR)$(TARGET_DIR) && tar xvf -) -dist-hook: - (cd $(srcdir) ; tar cvf - *.1 site.xsl *.html *.gif w3c.png html/*.html html/*.sgml libxml2-api.xml parsedecl.py index.py search.php tutorial/*.* tutorial/images/*.* tutorial/images/callouts/*.*) | (cd $(distdir); tar xf -) - .PHONY : html sgml templates scan diff --git a/doc/news.html b/doc/news.html index b13b0077..812f377d 100644 --- a/doc/news.html +++ b/doc/news.html @@ -102,6 +102,16 @@ to test those

Schemas and XInclude +

2.4.28: Nov 22 2002

+

2.4.27: Nov 17 2002

+

2.4.28: Nov 22 2002

+ +

2.4.27: Nov 17 2002