summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWolfgang Hommel <wolf@code-wizards.com>2017-11-14 20:28:32 +0100
committerWolfgang Hommel <wolf@code-wizards.com>2017-11-14 20:28:32 +0100
commitc9a681c3e36c453affb7ff393458478a953d886c (patch)
tree286bf120c444d006f7ff768a0fed62274ba9d717 /README
parent4ce283594fc212d724cf44a90bc3cfc61474b3c9 (diff)
downloadlibfaketime-c9a681c3e36c453affb7ff393458478a953d886c.tar.gz
Preparations for 0.9.7 releasev0.9.7
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index dd852fc..248bc92 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-libfaketime, version 0.9.7beta1 (May 2017)
+libfaketime, version 0.9.7 (November 2017)
==========================================
@@ -71,7 +71,7 @@ documentation whether it can be achieved by using libfaketime directly.
rebuilding libfaketimeMT.so.1
* Java-/JVM-based applications work but you need to pass in an extra argument
- (DONT_FAKE_MONOTONIC). See usage basics below for details. Without this
+ (DONT_FAKE_MONOTONIC). See usage basics below for details. Without this
argument the java command usually hangs.
* libfaketime will eventually be bypassed by applications that dynamically load
@@ -140,7 +140,7 @@ Tue Nov 23 12:01:05 CEST 2016
user@host> LD_PRELOAD=/usr/local/lib/libfaketime.so.1 FAKETIME="-15d" date
Mon Nov 8 12:01:12 CEST 2016
-user@host> LD_PRELOAD=/usr/local/lib/libfaketime.so.1 FAKETIME="-15d"
+user@host> LD_PRELOAD=/usr/local/lib/libfaketime.so.1 FAKETIME="-15d"
DONT_FAKE_MONOTONIC=1 java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
@@ -532,4 +532,3 @@ Bug reports, feature suggestions, success reports, and patches/pull
requests are highly appreciated:
https://github.com/wolfcw/libfaketime
-