summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfgang.hommel@unibw.de>2022-02-20 17:53:54 +0100
committerWolfgang Hommel <wolfgang.hommel@unibw.de>2022-02-20 17:53:54 +0100
commit02bc1fccae8b464060931f125caae347af33ad3f (patch)
tree26fd7245ab1a64e744363652001efcbea4737f7b /NEWS
parent2c02fc08efba44a68e6387e47747bb28982d3dae (diff)
downloadlibfaketime-02bc1fccae8b464060931f125caae347af33ad3f.tar.gz
Version bump to 0.9.10 (prepares for #366)
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()