summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfgang.hommel@unibw.de>2019-08-21 11:01:24 +0200
committerWolfgang Hommel <wolfgang.hommel@unibw.de>2019-08-21 11:01:24 +0200
commit7573d20cd4db40bfb4eda9b20e9fafb5dad8e562 (patch)
tree78e193d6d33ddbb635f49b130df346d0f72e1671 /NEWS
parent0c8905f4ad3678a36e63c0ff28cde1d3e8fe9809 (diff)
downloadlibfaketime-7573d20cd4db40bfb4eda9b20e9fafb5dad8e562.tar.gz
Further preparations for the upcoming v0.9.8 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 72e2a3a..a718198 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,18 @@ Since 0.9.7:
- Fixes for multithreaded operations (mliertzer, qnox)
- glibc-related fixes (jprjr) and gcc8 support (tpetazzoni)
- Improved error message output on parsing errors
+ - fix file stat() faking when 'i' modifier is used for determinism
+ - Use FAKETIME="%" to take FAKETIME setting from a file as
+ specified in FAKETIME_FOLLOW_FILE
+ - Added FAKETIME_DONT_RESET environment variable to avoid
+ faketime resets when subprocesses are started (similar to
+ the old v0.9.6 behavior)
+ - Do not fake time during libfaketime initialization to
+ improve compatibility with memory allocation libraries that
+ use time-related functions themselves
+ - Fixes for shared memory related issues, especially when
+ not using the faketime wrapper
+ - Updated glibc compatibility settings for various platforms
Since 0.9.6:
- Julien Gilli added an option to disable monotonic time faking