Skip to content

Commit dc0e771

Browse files
committed
Update changelog and prepare for 2.7.0.1 release
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
1 parent 5961343 commit dc0e771

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
## 2.7.0.1
1+
## 2.7.0.1 *Mar 2014*
22

3-
* Handle EROFS and ETXTBSY as (non-exceptional) permission denied in `fileAccess`
3+
* Bundled with GHC 7.8.1
4+
5+
* Handle `EROFS` and `ETXTBSY` as (non-exceptional) permission denied in
6+
`fileAccess`
7+
8+
* Fix `getFileStatus` to retry `stat(2)` when it returns `EAGAIN`
9+
(this can happen on Solaris)
410

511
## 2.7.0.0 *Nov 2013*
612

unix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ source-repository head
4343
source-repository this
4444
type: git
4545
location: http://git.haskell.org/packages/unix.git
46-
tag: unix-2.7.0.0-release
46+
tag: unix-2.7.0.1-release
4747

4848
library
4949
default-language: Haskell2010

0 commit comments

Comments
 (0)