[commit: packages/unix] master: Tweak markdown markup again [skip ci] (9a9ea92)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 15:51:10 UTC 2015


Repository : ssh://git@git.haskell.org/unix

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9a9ea9294c2cb201054cc554a1086045eeca15cf/unix

>---------------------------------------------------------------

commit 9a9ea9294c2cb201054cc554a1086045eeca15cf
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Dec 19 10:01:32 2014 +0100

    Tweak markdown markup again [skip ci]


>---------------------------------------------------------------

9a9ea9294c2cb201054cc554a1086045eeca15cf
 changelog.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/changelog.md b/changelog.md
index 68e750b..3a04bfc 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,23 +3,33 @@
 ## 2.7.1.0  *Dec 2014*
 
   * Add support for `base-4.8.0.0`
+
   * Tighten `SafeHaskell` bounds for GHC 7.10+
+
   * Add haddock comments on `RTLD_NEXT` and `RTLD_DEFAULT`
+
   * Deprecate function `haveRtldLocal`
+
   * Fix `getGroupEntryForID/getGroupEntryForName` on Solaris. Solaris uses
     CPP macros for required `getgrgid_r` and `getgrnam_r` functions definition
     so the fix is to change from C ABI calling convention to C API calling
     convention
+
   * Fix potential type-mismatch in `telldir`/`seekdir` FFI imports
+
   * Use CAPI FFI import for `truncate` to make sure the LFS-version is used.
+
   * `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)`)
+
   * New module `System.Posix.Fcntl` providing
      - `fileAdvise` (aka `posix_fadvise(2)`), and
      - `fileAllocate` (aka `posix_fallocate(2)`)
+
   * Fix SIGINFO and SIGWINCH definitions
 
 ## 2.7.0.1  *Mar 2014*



More information about the ghc-commits mailing list