Skip to content

Commit 80560b3

Browse files
committed
Add changelog
1 parent 81d5aa7 commit 80560b3

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

changelog.md

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

3+
## 2.8.1.0 *Feb 2023*
4+
* Fix build if HAVE_ALARM is undefined
5+
6+
* Add missing autoconf checks for chown/fchdir/fchmod
7+
8+
* Make TABX constructors and code conditional on underlying #defines
9+
10+
* Bump bounds to accomodate base-4.18
11+
12+
* Add semWaitInterruptible
13+
14+
* semaphore: Teach semThreadWait to use semWait with threaded RTS
15+
16+
* make the foreign imports of dlopen & dlclose safe
17+
18+
* do not use capi for dlfcn.h stuff under wasm-wasi
19+
20+
* Use capi for syscalls that break under musl's handling of 64-bit `time_t`
21+
22+
* Replace `last` with `unsnoc`
23+
24+
* Avoid Data.List.{head,tail}
25+
26+
* Consistently use `throwErrnoPathIf*`
27+
28+
* Fix WASI build
29+
330
## 2.8.0.0 *August 2022*
431
* Use ByteString for GroupEntry/UserEntry
532

0 commit comments

Comments
 (0)