summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ea28206..2ed3d44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Since 0.9.9:
+ - improved macOS Monterey support through dyld interposing
+ - changed interception hooks for stat() and similar functions,
+ refactored to use a common handler (@sirainen)
+ - added support for timespec_get, timerfd_{get,set} (@sliquister)
+ - generic syscall() interception for selected syscalls (@dkg)
+ - improved testing system (@dkg)
+
Since 0.9.8:
- When compiled with the CFLAG FAKE_RANDOM set,
libfaketime will intercept calls to getrandom()