release 1.1.8

This commit is contained in:
Sampo Niskanen 2011-08-25 20:01:39 +00:00
parent ceac736133
commit 0349601524
8 changed files with 59 additions and 23 deletions

View File

@ -1,5 +1,6 @@
2011-08-25 Sampo Niskanen 2011-08-25 Sampo Niskanen
* Released version 1.1.8
* [BUG] Ignore synthetic methods in logging traces * [BUG] Ignore synthetic methods in logging traces
* [BUG] Ignore JRE bug #6826104 * [BUG] Ignore JRE bug #6826104

View File

@ -1,3 +1,11 @@
OpenRocket 1.1.8 (2011-08-25):
-------------------------------
This release contains bug fixes to the optimization methods.
It also contains a workaround to a JRE bug that prevents running
OpenRocket on Java 7.
OpenRocket 1.1.7 (2011-08-12): OpenRocket 1.1.7 (2011-08-12):
------------------------------- -------------------------------

View File

@ -1,7 +1,7 @@
# The OpenRocket build version # The OpenRocket build version
build.version=1.1.8pre build.version=1.1.8
# The source of the package. When building a package for a specific # The source of the package. When building a package for a specific

View File

@ -80,10 +80,14 @@ header("Content-type: text/plain");
$version = $_GET["version"]; $version = $_GET["version"];
$updates = ""; $updates = "";
$unstable = "1.1.7"; $unstable = "1.1.8";
$stable = "1.0.0"; $stable = "1.0.0";
if (preg_match("/^1\.1\.6/", $version)) { if (preg_match("/^1\.1\.7/", $version)) {
$updates = "Version: " . $unstable . "\n" .
"4: Bug fixes\n" .
"";
} else if (preg_match("/^1\.1\.6/", $version)) {
$updates = "Version: " . $unstable . "\n" . $updates = "Version: " . $unstable . "\n" .
"8: Automatic rocket design optimization\n" . "8: Automatic rocket design optimization\n" .
""; "";

View File

@ -48,7 +48,15 @@
<div class="content"> <div class="content">
<div class="news"> <div class="news">
<h2>Recent news:</h2> <h2>Recent news:</h2>
<p><span class="date">22.7.2011:</span> Version 1.1.7 is <p><span class="date">25.8.2011:</span> Version 1.1.8 is
<a href="download.html">released</a>!</p>
<p>This release contains bug fixes to the optimization methods.
It also contains a workaround to a JRE bug that prevents running
OpenRocket on some builds of Java 7.</p>
<p>The web pages have also been somewhat updated and Boris du Reau has
created <a href="http://openrocket.trans.free.fr/">a separate site</a>
for coordinating the localization efforts for OpenRocket.</p>
<p><span class="date">12.8.2011:</span> Version 1.1.7 is
<a href="download.html">released</a>!</p> <a href="download.html">released</a>!</p>
<p>This release includes automatic rocket design optimization <p>This release includes automatic rocket design optimization
support (<em>Analyze</em> &rarr; <em>Rocket optimization</em>). support (<em>Analyze</em> &rarr; <em>Rocket optimization</em>).
@ -68,10 +76,6 @@
the "Options" tab of the preferences dialog.</p> the "Options" tab of the preferences dialog.</p>
<p>The release also includes design scaling support and numerous bug <p>The release also includes design scaling support and numerous bug
fixes.</p> fixes.</p>
<p><span class="date">10.6.2011:</span> Version 1.1.5 is
<a href="download.html">released</a>!</p>
<p>This release includes updates to the printing system which fixes
printing on Windows.</p>
</div> </div>
<div class="contentholder"> <div class="contentholder">
<h2>Ready packages</h2> <h2>Ready packages</h2>
@ -90,13 +94,13 @@
<a href="http://sourceforge.net/donate/index.php?group_id=260357"><img src="project-support.jpg" width="88" height="32" alt="Support This Project" /></a> <a href="http://sourceforge.net/donate/index.php?group_id=260357"><img src="project-support.jpg" width="88" height="32" alt="Support This Project" /></a>
</div> </div>
<div class="downloadbox"> <div class="downloadbox">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/OpenRocket-1.1.7.jar/download"> <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.8/OpenRocket-1.1.8.jar/download">
<strong>Download now!</strong> <strong>Download now!</strong>
<span>OpenRocket-1.1.7.jar</span> <span>OpenRocket-1.1.8.jar</span>
</a> </a>
<span class="alternative"> <span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/ReleaseNotes/view">Release notes</a> | <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.8/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/OpenRocket-1.1.7-src.zip/download">Source code</a> <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.8/OpenRocket-1.1.8-src.zip/download">Source code</a>
</span> </span>
</div> </div>
<h3>Stable release</h3> <h3>Stable release</h3>
@ -113,7 +117,7 @@
Windows) by double-clicking the package icon. No installation is Windows) by double-clicking the package icon. No installation is
required.</p> required.</p>
<p>From the command line OpenRocket can be started by <p>From the command line OpenRocket can be started by
<span class="command">java -jar OpenRocket-1.1.7.jar</span></p> <span class="command">java -jar OpenRocket-1.1.8.jar</span></p>
</div> </div>
<div class="clear"></div> <div class="clear"></div>

View File

@ -49,12 +49,12 @@
<h2>Introduction</h2> <h2>Introduction</h2>
<div class="rightpane"> <div class="rightpane">
<div class="downloadbox"> <div class="downloadbox">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/OpenRocket-1.1.7.jar/download"> <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.8/OpenRocket-1.1.8.jar/download">
<strong>Download now!</strong> <strong>Download now!</strong>
<span>OpenRocket-1.1.7.jar</span> <span>OpenRocket-1.1.8.jar</span>
</a> </a>
<span class="alternative"> <span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/ReleaseNotes/view">Release notes</a> | <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.8/ReleaseNotes/view">Release notes</a> |
<a href="download.html">Other versions</a> <a href="download.html">Other versions</a>
</span> </span>
</div> </div>
@ -96,7 +96,15 @@
<div class="clear"></div> <div class="clear"></div>
<div class="news"> <div class="news">
<h2>News</h2> <h2>News</h2>
<p><span class="date">22.7.2011:</span> Version 1.1.7 is <p><span class="date">25.8.2011:</span> Version 1.1.8 is
<a href="download.html">released</a>!</p>
<p>This release contains bug fixes to the optimization methods.
It also contains a workaround to a JRE bug that prevents running
OpenRocket on some builds of Java 7.</p>
<p>The web pages have also been somewhat updated and Boris du Reau has
created <a href="http://openrocket.trans.free.fr/">a separate site</a>
for coordinating the localization efforts for OpenRocket.</p>
<p><span class="date">12.8.2011:</span> Version 1.1.7 is
<a href="download.html">released</a>!</p> <a href="download.html">released</a>!</p>
<p>This release includes automatic rocket design optimization <p>This release includes automatic rocket design optimization
support (<em>Analyze</em> &rarr; <em>Rocket optimization</em>). support (<em>Analyze</em> &rarr; <em>Rocket optimization</em>).

View File

@ -1,5 +1,5 @@
<set stableversion="1.0.0"> <set stableversion="1.0.0">
<set developmentversion="1.1.7"> <set developmentversion="1.1.8">
<set version="${developmentversion}"> <set version="${developmentversion}">
<def name="downloadbox"> <def name="downloadbox">

View File

@ -9,7 +9,18 @@
<!--- Remember to move the position of "onlyrecent" below! ---> <!--- Remember to move the position of "onlyrecent" below! --->
<p><span class="date">22.7.2011:</span> Version 1.1.7 is <p><span class="date">25.8.2011:</span> Version 1.1.8 is
<a href="download.html">released</a>!</p>
<p>This release contains bug fixes to the optimization methods.
It also contains a workaround to a JRE bug that prevents running
OpenRocket on some builds of Java 7.</p>
<p>The web pages have also been somewhat updated and Boris du Reau has
created <a href="http://openrocket.trans.free.fr/">a separate site</a>
for coordinating the localization efforts for OpenRocket.</p>
<p><span class="date">12.8.2011:</span> Version 1.1.7 is
<a href="download.html">released</a>!</p> <a href="download.html">released</a>!</p>
<p>This release includes automatic rocket design optimization <p>This release includes automatic rocket design optimization
@ -35,16 +46,16 @@
<p>The release also includes design scaling support and numerous bug <p>The release also includes design scaling support and numerous bug
fixes.</p> fixes.</p>
<if not onlyrecent><!--- Older items not shown on download page: --->
<p><span class="date">10.6.2011:</span> Version 1.1.5 is <p><span class="date">10.6.2011:</span> Version 1.1.5 is
<a href="download.html">released</a>!</p> <a href="download.html">released</a>!</p>
<p>This release includes updates to the printing system which fixes <p>This release includes updates to the printing system which fixes
printing on Windows.</p> printing on Windows.</p>
<if not onlyrecent><!--- Older items not shown on download page: --->
<p><span class="date">5.3.2011:</span> Version 1.1.4 is <p><span class="date">5.3.2011:</span> Version 1.1.4 is
<a href="download.html">released</a>!</p> <a href="download.html">released</a>!</p>