aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-03-22 17:28:41 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-03-22 17:30:46 +0100
commitdc0e771a282df8ba92892b9619aed0c2b5b1bb7a (patch)
tree3c7e8d80f2479b50837c7b87e6a36b4e2209dcaa /changelog.md
parent5961343ec971876b96a3238f22b4a2209697b5ff (diff)
Update changelog and prepare for 2.7.0.1 release
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md10
1 files changed, 8 insertions, 2 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*