Skip to content

Commit 0986d13

Browse files
authored
Merge pull request #7923 from haskell/mergify/bp/master/pr-7734
3.4.1.0 changelogs (backport #7734)
2 parents e29d4bf + d648e0a commit 0986d13

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

Cabal/ChangeLog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,20 @@
77
# 3.6.0.0 [Emily Pillmore](mailgo:[email protected]) August 2021
88
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.0.0.md
99

10-
# 3.4.0.0 [Oleg Grenrus](mailgo:[email protected]) February 2021
10+
# 3.4.1.0 [Emily Pillmore](mailto:[email protected]) October 2021
11+
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.4.1.0.md
12+
13+
# 3.4.0.0 [Oleg Grenrus](mailto:[email protected]) February 2021
1114
* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.4.0.0.md
1215

16+
# 3.2.1.0 [Oleg Grenrus](mailto:[email protected]) October 2020
17+
* Pass `cxx-options` with `-optcxx` for GHC >= 8.10
18+
* Use process jobs when calling subprocesses
19+
* Require custom-setup for `cabal-version: 1.24` and later
20+
* Accept `linux-androideabi` as an alias for Android
21+
* Fix ghci being launched before other sources are built
22+
* Require cabal-versions >=1.25 to be exact
23+
1324
# 3.2.0.0 [Herbert Valerio Riedel](mailto:[email protected]) April 2020
1425
* Change free text `String` fields to use `ShortText` in package description
1526
and installed package info.

cabal-install/changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
3.6.0.0 Emily Pillmore <[email protected]> August 2021
77
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.6.0.0.md
88

9+
3.4.1.0 Emily Pillmore <[email protected]> October 2021
10+
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.4.1.0.md
11+
912
3.4.0.0 Oleg Grenrus <[email protected]> February 2021
1013
* See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.4.0.0.md
1114

release-notes/Cabal-3.4.1.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Bugfixes
2+
3+
- Backport windows fix for packages using autoconf >= 2.70 [!7668](https://github.com/haskell/cabal/pull/7668)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Bugfixes
2+
3+
- Backport windows fix for packages using autoconf >= 2.70 [!7668](https://github.com/haskell/cabal/pull/7668)

0 commit comments

Comments
 (0)