Skip to content

Commit 92deb52

Browse files
MangoIVtomjaguarpaw
authored andcommitted
chore: add changelog and bump version for v1.6.29.0
1 parent b3592b2 commit 92deb52

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for [`process` package](http://hackage.haskell.org/package/process)
22

3+
## 1.6.29.0 *May 2026*
4+
5+
* Stub out `runProcess.c` on wasm32 ([#366](https://github.com/haskell/process/pull/366))
6+
* Fix segmentation faults on MacOS 15 caused by NULL symbols created by toolchains that can compile for MacOS 26 ([#363](https://github.com/haskell/process/pull/363))
7+
38
## 1.6.28.0 *April 2026*
49

510
* Add `callCreateProcess`
@@ -35,7 +40,7 @@
3540
a space or a dot. This is a follow-up for
3641
[HSEC-2024-0003](https://github.com/haskell/security-advisories/tree/main/advisories/hackage/process/HSEC-2024-0003.md).
3742
* Migitate another manifestation of the BatBadBut vulnerability via
38-
unescaped `%` expansions. This is another follow-up for
43+
unescaped `%` expansions. This is another follow-up for
3944
[HSEC-2024-0003](https://github.com/haskell/security-advisories/tree/main/advisories/hackage/process/HSEC-2024-0003.md).
4045
([#313](https://github.com/haskell/process/issues/313))
4146

process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: process
3-
version: 1.6.28.0
3+
version: 1.6.29.0
44
-- NOTE: Don't forget to update ./changelog.md
55
license: BSD-3-Clause
66
license-file: LICENSE

test/process-tests.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: process-tests
3-
version: 1.6.28.0
3+
version: 1.6.29.0
44
license: BSD-3-Clause
55
license-file: LICENSE
66
maintainer: libraries@haskell.org
@@ -18,7 +18,7 @@ source-repository head
1818

1919
common process-dep
2020
build-depends:
21-
process == 1.6.28.0
21+
process == 1.6.29.0
2222

2323
custom-setup
2424
setup-depends:

0 commit comments

Comments
 (0)