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
+
+- a couple of python binding fixes
+ - 2 bug fixes in the XML push parser
+ - potential memory leak removed (Martin Stoilov)
+ - fix to the configure script for Unix (Dimitri Papadopoulos)
+ - added encoding support for XInclude parse="text"
+ - autodetection of XHTML1 and specific serialization rules added
+ - nasty threading bug fixed (William Brack)
+
2.4.27: Nov 17 2002
- fixes for the Python bindings
diff --git a/doc/xml.html b/doc/xml.html
index 80b692cd..bd9e672b 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -589,6 +589,17 @@ to test those
Schemas and XInclude
+2.4.28: Nov 22 2002
+
+ - a couple of python binding fixes
+ - 2 bug fixes in the XML push parser
+ - potential memory leak removed (Martin Stoilov)
+ - fix to the configure script for Unix (Dimitri Papadopoulos)
+ - added encoding support for XInclude parse="text"
+ - autodetection of XHTML1 and specific serialization rules added
+ - nasty threading bug fixed (William Brack)
+
+
2.4.27: Nov 17 2002
- fixes for the Python bindings
@@ -2723,6 +2734,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
+
}
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 181424ac..f0523d3e 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -249,6 +249,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
+
}
diff --git a/libxml.spec.in b/libxml.spec.in
index 67f53955..e826e687 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -133,6 +133,8 @@ rm -fr %{buildroot}
%doc python/TODO
%doc python/libxml2class.txt
%doc python/tests/*.py
+%doc doc/*.py
+%doc doc/python.html
%changelog
* Wed Oct 23 2002 Daniel Veillard