From f5c14925a3cdc13358d4fe0c4b9e8868e5d35ac3 Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan@community.haskell.org> Date: Sat, 18 Jun 2011 19:07:48 +0000 Subject: [PATCH] Update changelog for 1.10.2.0 --- cabal/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cabal/changelog b/cabal/changelog index 9bf6565910..aabf8a2ee3 100644 --- a/cabal/changelog +++ b/cabal/changelog @@ -4,6 +4,12 @@ 1.10.0.x (next stable release version) +1.10.2.0 Duncan Coutts <duncan@community.haskell.org> June 2011 + * Include test suites in cabal sdist + * Fix for conditionals in test suite stanzas in .cabal files + * Fix permissions of directories created during install + * Fix for global builds when $HOME env var is not set + 1.10.1.0 Duncan Coutts <duncan@community.haskell.org> February 2011 * Improved error messages when test suites are not enabled * Template parameters allowed in test --test-option(s) flag -- GitLab