diff --git a/Cabal/ChangeLog.md b/Cabal/ChangeLog.md index 8a6f50f168b12fffa4c0f4b1cd77ce301a6c3de2..b39ee0c6e09d7224a421ef28bfddd6ae637facfa 100644 --- a/Cabal/ChangeLog.md +++ b/Cabal/ChangeLog.md @@ -1,4 +1,7 @@ -# 3.4.0.0 [Oleg Grenrus](mailgo:oleg.grnerus@iki.fi) February 2021 +# 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 @@ -6,7 +9,7 @@ * 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 + * 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 diff --git a/cabal-install/changelog b/cabal-install/changelog index d9b84f2a1e2edc673445ab8caefbf67de3a098fb..4d7cb43269beedf46c65b32dc3fe0d4d99444b24 100644 --- a/cabal-install/changelog +++ b/cabal-install/changelog @@ -1,5 +1,8 @@ -*-change-log-*- +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 0000000000000000000000000000000000000000..936eec47c35162b89360f37318a0284bcde6ea28 --- /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)