File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for [ ` unix ` package] ( http://hackage.haskell.org/package/unix )
2
2
3
+ ## 2.7.2.3 * Unreleased*
4
+
5
+ * Resource: Fix warning in case of no RLIM_SAVED_ {CUR,MAX}
6
+
7
+ * Future-proof glibc version check
8
+
9
+ * Fix the error handling of posix_fallocate in non-FreeBSD
10
+
11
+ * Synchronize ByteString and String modules and fix grave bug in 'putEnv'
12
+
13
+ * Fix 'semTrywait: invalid argument (Bad file descriptor)' wrt #218
14
+
15
+ * Improve error messages
16
+
17
+ * Improve tests
18
+
19
+ * Don't show repo as modified after configure
20
+
3
21
## 2.7.2.2 * May 2017*
4
22
5
23
* Bundled with GHC 8.2.1
Original file line number Diff line number Diff line change 1
1
name : unix
2
- version : 2.7.2.2
2
+ version : 2.7.2.3
3
3
-- NOTE: Don't forget to update ./changelog.md
4
4
license : BSD3
5
5
license-file : LICENSE
You can’t perform that action at this time.
0 commit comments