Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 authored Apr 27, 2022
1 parent 01eaf8d commit 01e9f56
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
Unreleased
------------------------------------------------------------------------

2022-04-27 v2.6.1
------------------------------------------------------------------------

* Fix: Set the core dumped flag correctly in linux/proc on
CLD_DUMPED.

* Fix: Don't attempt to cleanup memory on fork as free() is not
fork safe. We still close open kqueue FDs on fork, and liberal
use of CLOEXEC should clean up any lingering filter FDs though
we may want to close these explicitly in future too.

* Fix: Double unlock in posix/proc.c

* Fix: Potential deadlock on kqueue initialisation failure.

* Fix: Building for MSVC (Patch by Jan200101)

* Fix: Sprinkle CLOEXEC around various places in the Linux and
POSIX platforms to stop us leaking file descriptors on exec.
Expand Down

0 comments on commit 01e9f56

Please sign in to comment.