From 26743eb70a3fc6f4e4fe7bdeecf52dee2825b0e3 Mon Sep 17 00:00:00 2001 From: Emily Pillmore <emilypi@cohomolo.gy> Date: Fri, 8 Oct 2021 17:33:56 -0600 Subject: [PATCH] 3.4.1.0 changelogs (#7734) * add changelog entries + additional release notes * remove cruft (cherry picked from commit 12dc5c267e35ebfe2689f18ce92364563e6d27ef) --- Cabal/ChangeLog.md | 14 ++++++++++++++ cabal-install/changelog | 2 ++ release-notes/cabal-install-3.4.1.0.md | 3 +++ 3 files changed, 19 insertions(+) create mode 100644 release-notes/cabal-install-3.4.1.0.md diff --git a/Cabal/ChangeLog.md b/Cabal/ChangeLog.md index 7ffbf2adf0..7c6f2131d3 100644 --- a/Cabal/ChangeLog.md +++ b/Cabal/ChangeLog.md @@ -10,6 +10,20 @@ # 3.4.0.0 [Oleg Grenrus](mailgo:oleg.grnerus@iki.fi) February 2021 * See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.4.0.0.md +# 3.4.1.0 [Emily Pillmore](mailto:emilypi@cohomolo.gy) October 2021 + * See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.4.1.0.md + +# 3.4.0.0 [Oleg Grenrus](mailto:oleg.grnerus@iki.fi) February 2021 + * See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.4.0.0.md + +# 3.2.1.0 [Oleg Grenrus](mailto:oleg.grenris@iki.fi) October 2020 + * Pass `cxx-options` with `-optcxx` for GHC >= 8.10 + * Use process jobs when calling subprocesses + * Require custom-setup for `cabal-version: 1.24` and later + * Accept `linux-androideabi` as an alias for Android + * Fix ghci being launched before other sources are built + * Require cabal-versions >=1.25 to be exact + # 3.2.0.0 [Herbert Valerio Riedel](mailto:hvr@gnu.org) April 2020 * Change free text `String` fields to use `ShortText` in package description and installed package info. diff --git a/cabal-install/changelog b/cabal-install/changelog index 5612b44f11..952e272616 100644 --- a/cabal-install/changelog +++ b/cabal-install/changelog @@ -5,6 +5,8 @@ 3.6.0.0 Emily Pillmore <emilypi@cohomolo.gy> August 2021 * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.6.0.0.md +3.4.1.0 Emily Pillmore <emilypi@cohomolo.gy> October 2021 + * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.4.1.0.md 3.4.0.0 Oleg Grenrus <oleg.grenrus@iki.fi> February 2021 * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.4.0.0.md diff --git a/release-notes/cabal-install-3.4.1.0.md b/release-notes/cabal-install-3.4.1.0.md new file mode 100644 index 0000000000..936eec47c3 --- /dev/null +++ b/release-notes/cabal-install-3.4.1.0.md @@ -0,0 +1,3 @@ +### Bugfixes + +- Backport windows fix for packages using autoconf >= 2.70 [!7668](https://github.com/haskell/cabal/pull/7668) -- GitLab