1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-20 13:43:55 +08:00

preparing the release of 2.7.2 fix the Solaris portability issue

* configure.in doc/* NEWS: preparing the release of 2.7.2
* dict.c: fix the Solaris portability issue
* parser.c: additional cleanup on #554660 fix
* test/ent13 result/ent13* result/noent/ent13*: added the
  example in the regression test suite.
* HTMLparser.c: handle leading BOM in htmlParseElement()
Daniel

svn path=/trunk/; revision=3799
This commit is contained in:
Daniel Veillard
2008-10-03 07:58:23 +00:00
parent 34a7fc3820
commit 7f4547cdbd
25 changed files with 161 additions and 36 deletions

View File

@@ -226,7 +226,7 @@ else:
setup (name = "libxml2-python",
# On *nix, the version number is created from setup.py.in
# On windows, it is set by configure.js
version = "2.7.1",
version = "2.7.2",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",