Skip to content
Snippets Groups Projects
Commit daa02f3a authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

Set release date and add (high level) changelog

parent c9eb9466
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,14 @@ TO GENERATE THE RELEASE:
Queries to msrcpx or Chuck Needham (chuckne)
-------------------------------------------------------------
Version 1.5.1 - 1 June 2015
- Fix intermittent "Fingerprint is already on disk" TLC crash.
- Fix conditions in state queue that can deadlock TLC.
- Fix NullPointer bug during distributed TLC startup when
action or model constraints are defined.
- Fix broken trace exploration in Toolbox after loading
externally written TLC output.
Version 1.5.0 - 11 May 2015
- Distributed TLC in the Cloud--significantly improves
distributed TLC.
......
......@@ -8,9 +8,9 @@
<text>
TLA+ Toolbox provides a user interface for TLA+ Tools.
This is Version 1.5.1 of UNRELEASED and includes:
This is Version 1.5.1 of 1 June 2015 and includes:
- SANY Version 2.1 of 24 February 2014
- TLC Version 2.07 of UNRELEASED
- TLC Version 2.07 of 1 June 2015
- PlusCal Version 1.8 of 2 April 2013
- TLATeX Version 1.0 of 12 April 2013
......
......@@ -29,7 +29,7 @@
</property>
<property
name="aboutText"
value="TLA+ Toolbox provides a user interface for TLA+ Tools. &#x0A;&#x0A;This is Version 1.5.1 of UNRELEASED and includes:&#x0A; - SANY Version 2.1 of 24 February 2014&#x0A; - TLC Version 2.07 of UNRELEASED&#x0A; - PlusCal Version 1.8 of 2 April 2013&#x0A; - TLATeX Version 1.0 of 12 April 2013&#x0A;&#x0A;Don&apos;t forget to click on help. You can learn about features that you never knew about or have forgotten.&#x0A;&#x0A;Please send us reports of problems or suggestions; see https://groups.google.com/d/forum/tlaplus .">
value="TLA+ Toolbox provides a user interface for TLA+ Tools. &#x0A;&#x0A;This is Version 1.5.1 of 1 June 2015 and includes:&#x0A; - SANY Version 2.1 of 24 February 2014&#x0A; - TLC Version 2.07 of 1 June 2015&#x0A; - PlusCal Version 1.8 of 2 April 2013&#x0A; - TLATeX Version 1.0 of 12 April 2013&#x0A;&#x0A;Don&apos;t forget to click on help. You can learn about features that you never knew about or have forgotten.&#x0A;&#x0A;Please send us reports of problems or suggestions; see https://groups.google.com/d/forum/tlaplus .">
</property>
<property
name="aboutImage"
......
......@@ -201,7 +201,7 @@ public class ToolboxWelcomeView extends ViewPart
final Label lblVersion = new Label(outerContainer, SWT.WRAP);
lblVersion.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 2, 1));
lblVersion.setText("Version 1.5.1 of UNRELEASED");
lblVersion.setText("Version 1.5.1 of 1 June 2015");
lblVersion.setBackground(backgroundColor);
}
......
......@@ -16,7 +16,7 @@ public class TLCGlobals
{
// The current version of TLC
public static String versionOfTLC = "Version 2.06 of 9 May 2015";
public static String versionOfTLC = "Version 2.07 of 1 June 2015";
// The bound for set enumeration, used for pretty printing
public static int enumBound = 2000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment