[bump version to 1.19.3
Malcolm.Wallace@cs.york.ac.uk**20080617091119] {
hunk ./HaXml.cabal 2
-version: 1.19.2
+version: 1.19.3
hunk ./HaXml.cabal 62
- cpp-options: -DVERSION=1.19.2
+ cpp-options: -DVERSION=1.19.3
hunk ./Makefile 2
-VERSION = 1.19.2
+VERSION = 1.19.3
hunk ./configure 5
-VERSION="1.19.1"
+VERSION="1.19.3"
hunk ./docs/changelog.html 23
-
+
Version 1.19.3 fixes an incompatibility with some versions of the
+ Bytestring package. Also has a bugfix in the DTD validator, and
+ adds some new utility functions in Text.XML.HaXml.Util.
hunk ./docs/index.html 135
-HaXml-1.19.2, release date 2008.01.14
+HaXml-1.19.3, release date 2008.06.17
+From Hackage
hunk ./docs/index.html 138
-.tar.gz,
-.zip.
+.tar.gz,
+.zip.
hunk ./docs/index.html 206
+Version 1.19.3 has some minor bugfixes to increase compatibility with the
+ByteString package.
hunk ./src/Makefile 2
-VERSION = 1.19.2
+VERSION = 1.19.3
hunk ./src/Text/XML/HaXml/Xtract/Parse.hs 14
+import Text.XML.HaXml.Types (Content)
}