[commit: packages/process] master: Bump version to 1.2.2.0 and update changelog (93d8b62)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:37:44 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/93d8b624252feea034683508eb3f112f9dc76662/process
>---------------------------------------------------------------
commit 93d8b624252feea034683508eb3f112f9dc76662
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Jan 15 13:32:44 2015 +0100
Bump version to 1.2.2.0 and update changelog
This adds changelog entries for the issues #14 and #15 addressed in
1.2.2 so far.
>---------------------------------------------------------------
93d8b624252feea034683508eb3f112f9dc76662
changelog.md | 9 +++++++++
process.cabal | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 42719b4..debfcaa 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,14 @@
# Changelog for [`process` package](http://hackage.haskell.org/package/process)
+## 1.2.2.0 *Jan 2015*
+
+ * Fix delegated CTRL-C handling in `createProcess` in case of failed
+ process creation. See [issue #15](https://github.com/haskell/process/issues/15)
+ for more details.
+
+ * `waitpid` on child PID after pre-exec failure in child to prevent zombies.
+ See also [issue #14](https://github.com/haskell/process/issues/14).
+
## 1.2.1.0 *Dec 2014*
* Add support for `base-4.8.0.0`
diff --git a/process.cabal b/process.cabal
index a50146f..cfdd7a4 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,5 +1,5 @@
name: process
-version: 1.2.1.0
+version: 1.2.2.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list