Described recent changes and next steps

This commit is contained in:
Wolfgang Hommel
2011-07-30 10:50:19 +02:00
parent a5896e3dcb
commit 68ccdb74b5
2 changed files with 11 additions and 0 deletions

3
NEWS
View File

@@ -1,6 +1,9 @@
Since 0.8.1:
- Added a MacOS port.
Thanks to Derrick Brashear!
- Added a functional test framework that aids in automatically
determining whether libfaketime works properly on the current
machine. Thanks to Don Fong!
Since 0.8:
- Changed directory layout and Makefile structure.

8
TODO Normal file
View File

@@ -0,0 +1,8 @@
Open issues / next steps for libfaketime development
- adapt test/timetest.c to OS X (clock_gettime() and CLOCK_REALTIME not
available?)
- add more functional tests that check more than the basic functionality
- use the new testing framework to also implement unit tests
- improve compatibility with GUI programs on OS X