aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-10-12 13:21:47 +0200
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-10-12 13:21:47 +0200
commit23f35ae77c968d090b606eb8cc42003f10c5fbc0 (patch)
tree840fef2ca6efce97cefa5bf6f8bdc2d543657659 /changelog
parent43de23c79db9e6e9a6de984b964cc9bdf74e50c2 (diff)
Add `changelog` file and `/Since: 2.7.0.0/` notes
The changelog file will be shown on Hackage once it's included in the source tarball. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'changelog')
-rw-r--r--changelog41
1 files changed, 41 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..49ebc74
--- /dev/null
+++ b/changelog
@@ -0,0 +1,41 @@
+-*-changelog-*-
+
+2.7.0.0 Oct 2013
+
+ * Add new `Bool` flag to `ProcessStatus(Terminated)` constructor
+ indicating whether a core dump occured
+
+ * New functions in "System.Posix.Files(.ByteString)" for operating
+ on high resolution file timestamps:
+
+ + `setFdTimesHiRes :: Fd -> POSIXTime -> POSIXTime -> IO ()`
+ + `setFileTimesHiRes :: FilePath -> POSIXTime -> POSIXTime -> IO ()`
+ + `setSymbolicLinkTimesHiRes :: FilePath -> POSIXTime -> POSIXTime -> IO ()`
+ + `touchFd :: Fd -> IO ()`
+ + `touchSymbolicLink :: FilePath -> IO ()`
+
+ * Export `SignalInfo(..)` and `SignalSpecificInfo(..)` as well as
+ the two `Handler` constructors `CatchInfo` and `CatchInfoOnce`
+ from "System.Posix.Signals".
+
+ * Don't export `seekDirStream` and `tellDirStream` if the
+ underlying `seekdir(3)`/`telldir(3)` system calls are not
+ available (as on Android).
+
+ * Fix library detection of `shm*` on openSUSE (#8350)
+
+ * Update package to `cabal-version >= 1.10` format
+
+2.6.0.1 Jan 2013
+
+ * Bundled with GHC 7.6.2
+ * Fix memory corruption issue in `putEnv`
+ * Use `pthread_kill(3)` instead of `raise(2)` on OS X too
+
+2.6.0.0 Sep 2012
+
+ * Bundled with GHC 7.6.1
+ * New functions `mkdtemp` and `mkstemps` in "System.Posix.Temp"
+ * New functions `setEnvironment` and `cleanEnv`
+ * New functions `accessTimeHiRes`, `modificationTimeHiRes`, and
+ `statusChangeTimeHiRes` for accessing high resolution timestamps