From 572fbfa59a3d40d102768a93ecfbad690a7e5526 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 14 Apr 2020 22:40:51 +0200 Subject: [PATCH] Release hpath-posix-0.13.2 --- hpath-posix/CHANGELOG.md | 4 ++++ hpath-posix/hpath-posix.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hpath-posix/CHANGELOG.md b/hpath-posix/CHANGELOG.md index 96bfaa4..5d6f520 100644 --- a/hpath-posix/CHANGELOG.md +++ b/hpath-posix/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for hpath-posix +## 0.13.2 -- 2020-04-14 + +* fix macOS compatibility, especially with memory bug in `fdopendir` + ## 0.13.1 -- 2020-02-08 * Remove unnecessary dependencies diff --git a/hpath-posix/hpath-posix.cabal b/hpath-posix/hpath-posix.cabal index c80a804..e0d7702 100644 --- a/hpath-posix/hpath-posix.cabal +++ b/hpath-posix/hpath-posix.cabal @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: hpath-posix -version: 0.13.1 +version: 0.13.2 synopsis: Some low-level POSIX glue code, that is not in 'unix' homepage: https://github.com/hasufell/hpath bug-reports: https://github.com/hasufell/hpath/issues