From 5ae289e64ccd8c6f2eff4a13115e3a206c51fc71 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Sun, 9 Oct 2016 13:29:44 +0100 Subject: [PATCH] Changelog update. [ci skip] --- Cabal/changelog | 7 ++++++- cabal-install/changelog | 8 ++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Cabal/changelog b/Cabal/changelog index a5fcf56bc69..0ae35f3ccb6 100644 --- a/Cabal/changelog +++ b/Cabal/changelog @@ -1,6 +1,11 @@ -*-change-log-*- -1.24.1.0 Ryan Thomas ??? 2016 +1.24.1.0 Ryan Thomas October 2016 * API addition: 'differenceVersionRanges' (#3519). + * Fixed reexported-modules display mangling (#3928). + * Check that the correct cabal-version is specified when the + extra-doc-files field is present (#3825). + * Fixed an incorrect invocation of GetShortPathName that was + causing build failures on Windows (#3649). 1.24.0.1 Ryan Thomas May 2016 * Linker flags are now set correctly on GHC >= 7.8 (#3443). diff --git a/cabal-install/changelog b/cabal-install/changelog index 818046af435..36f738e7b55 100644 --- a/cabal-install/changelog +++ b/cabal-install/changelog @@ -8,6 +8,14 @@ various issues on Windows. * Fixed 'new-build' to exit with a non-zero exit code on failure (#3506). + * Store secure repo index data as 01-index.* (#3862). + * Added new hackage-security root keys for distribution with + cabal-install. + * Fix an issue where 'cabal install' sometimes had to be run twice + for packages with build-type: Custom and a custom-setup stanza + (#3723). + * 'cabal sdist' no longer ignores '--builddir' when the package's + build-type is Custom (#3794). 1.24.0.0 Ryan Thomas May 2016 * If there are multiple remote repos, 'cabal update' now updates