diff --git a/changelog.md b/changelog.md
index 54e5a960aa8e8eae05d38ce4250fd74a5d940427..9d587ab32c787210c8cc1dc964fd47415ba121d0 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 03d47b452dbc59f022a31713941441bfd8855ceb..12f463b58df77d981bb22d84ec051bc0570e1b8d 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