aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-12-07 15:29:10 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-12-07 15:36:59 +0100
commit98eced86549def54dfb5057ef984a02c720be763 (patch)
treefb39e3abd988550c9590a3a66ea1912528924b78 /changelog.md
parent256b19184bcb05c3cd9a6061730b7d67d61c0763 (diff)
Wrap fsync(2) and fdatasync(2)
This adds two new functions in `System.Posix.Unistd` - `fileSynchronise` (aka `fsync(2)`), and - `fileSynchroniseDataOnly` (aka `fdatasync(2)`) This is based on part of #7 and has been heavily refactored from its original patch submission by Ricardo Catalinas Jiménez. This also bumps version to 2.7.1.0 as a minor version bump is now needed. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index b7dafcd..1be0f35 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
-## 2.7.0.2 *TBA*
+## 2.7.1.0 *Dec 2014*
* Add support for `base-4.8.0.0`
* Tighten `SafeHaskell` bounds for GHC 7.10+
@@ -17,6 +17,10 @@
* `executeFile`: Fix `ENOTDIR` error for entries with non-directory
components in `PATH` (and instead skip over non-directory `PATH`-elements)
+ * New functions in `System.Posix.Unistd`:
+ - `fileSynchronise` (aka `fsync(2)`), and
+ - `fileSynchroniseDataOnly` (aka `fdatasync(2)`)
+
## 2.7.0.1 *Mar 2014*
* Bundled with GHC 7.8.1