- Moved/edited changelog again.

This commit is contained in:
ccremers 2006-12-13 12:53:07 +00:00
parent 386b7ecd88
commit 3bb6c755f5
2 changed files with 17 additions and 11 deletions

17
Changelog Normal file
View File

@ -0,0 +1,17 @@
---------------------
- Scyther changelog -
---------------------
Scyther 1.0-beta5
* Change of switch semantics. '--max-attacks=N' now defines the
maximum number of attacks per claim. Previously this was a
global maximum for all claims combined.
* Improved attack graph output.
* added switch '--errors=FILE' to redirect standard error output
to a file.
* Rewrote parts of the gui code for improved stability.
Scyther 1.0-beta4
* (Changelog starts after the release of Scyther 1.0-beta4)

View File

@ -1,11 +0,0 @@
Recent changes (since beta 4):
- --max-attacks is now per claim, and no longer global.
- more explicit output for intruder-generated terms.
- added switch '--errors=file' to redirect standard error output to a
file.
- Rewrote parts of the gui code for improved stability.