From 0ccbe7ce06882bdc73630f9967cd835466eb8d5e Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Thu, 12 Dec 2013 10:01:22 +0000 Subject: [PATCH] Updated changelog. --- gui/Changelog.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gui/Changelog.txt b/gui/Changelog.txt index 45a6f10..2ae0a7b 100644 --- a/gui/Changelog.txt +++ b/gui/Changelog.txt @@ -1,6 +1,23 @@ Scyther changelog =============================== +Scyther 1.1.2 +------------------------------- + +Minor: + + * Updated installation instructions. + * Updated 'ffgg' protocol generator for new conventions. + * Windows users recently had to manually set the Graphviz path. Added a + hack to avoid this inconvenience in most (but not all) cases. + * Minor manual update. + +Bug fixes: + + * [Bugfix] Reverted use of shlex. This breaks the "abort backend + thread" functionality again, but it was causing too much trouble on + Windows. + Scyther 1.1.1 -------------------------------