[Bump version to 1.20 and declare it the new stable version. Malcolm.Wallace@cs.york.ac.uk**20091204082607 Ignore-this: ef4aad60acedfd4c44bdcc2fcf4aa387 ] { hunk ./COPYRIGHT 2 - (c) copyright 1998-2006 Malcolm Wallace and Colin Runciman - -The library incorporates the module Text.ParserCombinators.HuttonMeijerWallace - (c) copyright 1996 Graham Hutton and Erik Meijer -with modifications - (c) copyright 1998-2000 Malcolm Wallace + (c) copyright 1998-2009 Malcolm Wallace and Colin Runciman hunk ./HaXml.cabal 2 -version: 1.19.7 +version: 1.20 hunk ./HaXml.cabal 55 - build-depends: base, haskell98, polyparse == 1.2, filepath + build-depends: base, haskell98, polyparse >= 1.2, filepath hunk ./Makefile 2 -VERSION = 1.19.7 +VERSION = 1.20 hunk ./README 15 + cabal install + +or + hunk ./configure 5 -VERSION="1.19.6" +VERSION="1.20" hunk ./docs/changelog.html 16 +

Changes in 1.20

+

+

+ hunk ./docs/index.html 27 -Warning! The development versions (1.14 upwards) significantly -change the API of some modules! They may be incomplete, inconsistent, -and liable to change before the next release! Do not expect code -written against an earlier API to be compatible! DtdToHaskell has only -recently been fixed to work with the new APIs! Warning! +Warning! The new stable version (1.20) significantly +changes the API of some modules over the previous stable version (1.13). +(If you have already been using the development versions (1.14-1.19.x), +then you are probably OK.) hunk ./docs/index.html 32 +

+Notes for migrating code from the old stable +(1.13) version of HaXml to the new stable (1.20) version. + hunk ./docs/index.html 37 -Notes for migrating code from the 1.13 version of -HaXml to the development version. hunk ./docs/index.html 78 -Documentation for the -previous (stable) version, HaXml-1.13.2. hunk ./docs/index.html 133 -Development versions:
-HaXml-1.19.7, release date 2009.03.05
-From Hackage
+Latest version:
+HaXml-1.20, release date 2009.12.04
+From Hackage
hunk ./docs/index.html 137 -.tar.gz, -.zip. +.tar.gz, +.zip. hunk ./docs/index.html 150 -

-Older versions:
-Stable version: for 1.13.3 see - -http://haskell.org/HaXml/ -
-By FTP: - -ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ -
-FreeBSD port: - -http://freshports.org/textproc/haxml/ - hunk ./docs/index.html 190 +

+Version 1.20 is the new stable version.
+ hunk ./rpm.spec 1 -%define ghc_version 6.2 +%define ghc_version 6.10.4 hunk ./rpm.spec 5 -Version: 1.19 +Version: 1.20 hunk ./src/Makefile 2 -VERSION = 1.19.7 +VERSION = 1.20 }