Skip to content
Snippets Groups Projects
Commit 26743eb7 authored by Emily Pillmore's avatar Emily Pillmore :ocean: Committed by mergify-bot
Browse files

3.4.1.0 changelogs (#7734)

* add changelog entries + additional release notes

* remove cruft

(cherry picked from commit 12dc5c26)
parent e29d4bf5
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,20 @@ ...@@ -10,6 +10,20 @@
# 3.4.0.0 [Oleg Grenrus](mailgo:oleg.grnerus@iki.fi) February 2021 # 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 * 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 # 3.2.0.0 [Herbert Valerio Riedel](mailto:hvr@gnu.org) April 2020
* Change free text `String` fields to use `ShortText` in package description * Change free text `String` fields to use `ShortText` in package description
and installed package info. and installed package info.
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
3.6.0.0 Emily Pillmore <emilypi@cohomolo.gy> August 2021 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 * 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 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 * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.4.0.0.md
......
### Bugfixes
- Backport windows fix for packages using autoconf >= 2.70 [!7668](https://github.com/haskell/cabal/pull/7668)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment