[commit: packages/unix] : Update changelog and prepare for 2.7.0.1 release (dc0e771)
git at git.haskell.org
git at git.haskell.org
Sat Mar 22 16:33:22 UTC 2014
Repository : ssh://git@git.haskell.org/unix
On branch :
Link : http://ghc.haskell.org/trac/ghc/changeset/dc0e771a282df8ba92892b9619aed0c2b5b1bb7a/unix
>---------------------------------------------------------------
commit dc0e771a282df8ba92892b9619aed0c2b5b1bb7a
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Mar 22 17:28:41 2014 +0100
Update changelog and prepare for 2.7.0.1 release
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
dc0e771a282df8ba92892b9619aed0c2b5b1bb7a
changelog.md | 10 ++++++++--
unix.cabal | 2 +-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/changelog.md b/changelog.md
index 54e5a96..9d587ab 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,12 @@
-## 2.7.0.1
+## 2.7.0.1 *Mar 2014*
- * Handle EROFS and ETXTBSY as (non-exceptional) permission denied in `fileAccess`
+ * Bundled with GHC 7.8.1
+
+ * Handle `EROFS` and `ETXTBSY` as (non-exceptional) permission denied in
+ `fileAccess`
+
+ * Fix `getFileStatus` to retry `stat(2)` when it returns `EAGAIN`
+ (this can happen on Solaris)
## 2.7.0.0 *Nov 2013*
diff --git a/unix.cabal b/unix.cabal
index 03d47b4..12f463b 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -43,7 +43,7 @@ source-repository head
source-repository this
type: git
location: http://git.haskell.org/packages/unix.git
- tag: unix-2.7.0.0-release
+ tag: unix-2.7.0.1-release
library
default-language: Haskell2010
More information about the ghc-commits
mailing list