Skip to content

Commit d935e26

Browse files
committed
Bump to 2.7.2.3
1 parent 74a8cd6 commit d935e26

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
22

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+
321
## 2.7.2.2 *May 2017*
422

523
* Bundled with GHC 8.2.1

unix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: unix
2-
version: 2.7.2.2
2+
version: 2.7.2.3
33
-- NOTE: Don't forget to update ./changelog.md
44
license: BSD3
55
license-file: LICENSE

0 commit comments

Comments
 (0)