From 12dc5c267e35ebfe2689f18ce92364563e6d27ef 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 --- Cabal/ChangeLog.md | 7 +++++-- cabal-install/changelog | 3 +++ release-notes/cabal-install-3.4.1.0.md | 3 +++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 release-notes/cabal-install-3.4.1.0.md diff --git a/Cabal/ChangeLog.md b/Cabal/ChangeLog.md index 8a6f50f168..b39ee0c6e0 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 d9b84f2a1e..4d7cb43269 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 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