[Bump dep polyparse>=1.9, and HaXml version to 1.24 malcolm.wallace@me.com**20130515110853 Ignore-this: c7f1b631432d5f5ff97b52ad4ab61dd0 ] { hunk ./COPYRIGHT 3 - (c) copyright 2000-2012 Malcolm Wallace + (c) copyright 2000-2013 Malcolm Wallace hunk ./HaXml.cabal 2 -version: 1.23.3 +version: 1.24 hunk ./HaXml.cabal 69 - build-depends: polyparse >= 1.5, filepath + build-depends: polyparse >= 1.9, filepath hunk ./HaXml.cabal 79 - cpp-options: -DMAJOR=1 -DMINOR=23 + cpp-options: -DMAJOR=1 -DMINOR=24 hunk ./HaXml.cabal 86 - cpp-options: -DMAJOR=1 -DMINOR=23 + cpp-options: -DMAJOR=1 -DMINOR=24 hunk ./HaXml.cabal 93 - cpp-options: -DMAJOR=1 -DMINOR=23 + cpp-options: -DMAJOR=1 -DMINOR=24 hunk ./HaXml.cabal 100 - cpp-options: -DMAJOR=1 -DMINOR=23 + cpp-options: -DMAJOR=1 -DMINOR=24 hunk ./HaXml.cabal 107 - cpp-options: -DMAJOR=1 -DMINOR=23 + cpp-options: -DMAJOR=1 -DMINOR=24 hunk ./HaXml.cabal 114 - cpp-options: -DMAJOR=1 -DMINOR=23 + cpp-options: -DMAJOR=1 -DMINOR=24 hunk ./HaXml.cabal 121 - cpp-options: -DMAJOR=1 -DMINOR=23 + cpp-options: -DMAJOR=1 -DMINOR=24 hunk ./HaXml.cabal 128 - cpp-options: -DMAJOR=1 -DMINOR=23 + cpp-options: -DMAJOR=1 -DMINOR=24 hunk ./HaXml.cabal 135 - cpp-options: -DMAJOR=1 -DMINOR=23 + cpp-options: -DMAJOR=1 -DMINOR=24 hunk ./Makefile 2 -VERSION = 1.23.3 +VERSION = 1.24 hunk ./configure 5 -VERSION="1.23.3" +VERSION="1.24" hunk ./docs/changelog.html 16 +

Changes in 1.24

+

+

+ +

Changes in 1.23.x

+

+

+ hunk ./docs/index.html 139 -HaXml-1.23.3, release date 2012.06.18
+HaXml-1.24, release date 2013.05.15
hunk ./docs/index.html 142 -.tar.gz. +.tar.gz. hunk ./docs/index.html 163 - cabal install HaXml-1.23.3 + cabal install HaXml-1.24 hunk ./docs/index.html 196 +

+Version 1.24 bumps the dependency on polyparse to 1.9 or later, and adds some + better handling of incorrectly unescaped ampersand characters.
+ }