release 1.1.8
This commit is contained in:
parent
ceac736133
commit
0349601524
@ -1,5 +1,6 @@
|
||||
2011-08-25 Sampo Niskanen
|
||||
|
||||
* Released version 1.1.8
|
||||
* [BUG] Ignore synthetic methods in logging traces
|
||||
* [BUG] Ignore JRE bug #6826104
|
||||
|
||||
|
@ -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):
|
||||
-------------------------------
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
# 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
|
||||
|
@ -80,10 +80,14 @@ header("Content-type: text/plain");
|
||||
$version = $_GET["version"];
|
||||
$updates = "";
|
||||
|
||||
$unstable = "1.1.7";
|
||||
$unstable = "1.1.8";
|
||||
$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" .
|
||||
"8: Automatic rocket design optimization\n" .
|
||||
"";
|
||||
|
@ -48,7 +48,15 @@
|
||||
<div class="content">
|
||||
<div class="news">
|
||||
<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>
|
||||
<p>This release includes automatic rocket design optimization
|
||||
support (<em>Analyze</em> → <em>Rocket optimization</em>).
|
||||
@ -68,10 +76,6 @@
|
||||
the "Options" tab of the preferences dialog.</p>
|
||||
<p>The release also includes design scaling support and numerous bug
|
||||
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 class="contentholder">
|
||||
<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>
|
||||
</div>
|
||||
<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>
|
||||
<span>OpenRocket-1.1.7.jar</span>
|
||||
<span>OpenRocket-1.1.8.jar</span>
|
||||
</a>
|
||||
<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.7/OpenRocket-1.1.7-src.zip/download">Source code</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.8/OpenRocket-1.1.8-src.zip/download">Source code</a>
|
||||
</span>
|
||||
</div>
|
||||
<h3>Stable release</h3>
|
||||
@ -113,7 +117,7 @@
|
||||
Windows) by double-clicking the package icon. No installation is
|
||||
required.</p>
|
||||
<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 class="clear"></div>
|
||||
|
@ -49,12 +49,12 @@
|
||||
<h2>Introduction</h2>
|
||||
<div class="rightpane">
|
||||
<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>
|
||||
<span>OpenRocket-1.1.7.jar</span>
|
||||
<span>OpenRocket-1.1.8.jar</span>
|
||||
</a>
|
||||
<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>
|
||||
</span>
|
||||
</div>
|
||||
@ -96,7 +96,15 @@
|
||||
<div class="clear"></div>
|
||||
<div class="news">
|
||||
<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>
|
||||
<p>This release includes automatic rocket design optimization
|
||||
support (<em>Analyze</em> → <em>Rocket optimization</em>).
|
||||
|
@ -1,5 +1,5 @@
|
||||
<set stableversion="1.0.0">
|
||||
<set developmentversion="1.1.7">
|
||||
<set developmentversion="1.1.8">
|
||||
<set version="${developmentversion}">
|
||||
|
||||
<def name="downloadbox">
|
||||
|
@ -9,7 +9,18 @@
|
||||
|
||||
<!--- 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>
|
||||
|
||||
<p>This release includes automatic rocket design optimization
|
||||
@ -35,16 +46,16 @@
|
||||
<p>The release also includes design scaling support and numerous bug
|
||||
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
|
||||
<a href="download.html">released</a>!</p>
|
||||
|
||||
<p>This release includes updates to the printing system which fixes
|
||||
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
|
||||
<a href="download.html">released</a>!</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user