Skip to content

Commit

Permalink
Add a change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jchoi2022 committed Jun 5, 2019
1 parent ce47d08 commit e24fd96
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Eclipser Change Log

## v1.0

* Stop polluting '/tmp/' directory and keep the intermediate files internally.
* Replace command line option '--fixfilepath' into '--filepath'. However, we
still accept '--fixfilepath' option silently, for backward compatibility.
* Optimize QEMU tracer for program instrumentation. Previously, coverage tracer
memorized node coverage information in a file, but now we use shared memory to
reduce overhead.
* Make Eclipser strictly comply with the given time limit.
* Clean up overall codes. Especially, grey-box concolic testing module was
extensively refactored.
* Remove message logging for debugging.
* Make examples more compact.

## v0.1

First public release of prototype.

0 comments on commit e24fd96

Please sign in to comment.