Release 13.09

This commit is contained in:
Sampo Niskanen 2013-09-08 22:22:03 +03:00
parent 10dbc856ee
commit f59c8012fb
10 changed files with 45 additions and 20 deletions

View File

@ -1,3 +1,7 @@
2013-09-08 Sampo Niskanen
* Released version 13.09
2013-08-18 Bill Kuker
* Upgraded JOGL to version 2.0.2

View File

@ -1,3 +1,10 @@
OpenRocket 13.09 (2013-09-08):
------------------------------
This release contains a number of bug fixes, updated 3D JOGL
libraries, and separates simulation edit and plot dialogs.
OpenRocket 13.05 (2013-05-04):
------------------------------

View File

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

View File

@ -80,11 +80,16 @@ header("Content-type: text/plain");
$version = $_GET["version"];
$updates = "";
$unstable = "13.05";
$unstable = "13.09";
$stable = "1.0.0";
if (preg_match("/^12.09.1$/", $version)) {
if (preg_match("/^13.05$/", $version)) {
$updates = "Version: " . $unstable . "\n" .
"4: Updated 3D libraries\n" .
"4: Bug fixes\n" .
"";
} else if (preg_match("/^12.09.1$/", $version)) {
$updates = "Version: " . $unstable . "\n" .
"10: Realistic 3D rendering\n" .
"9: Flight configurations\n" .

View File

@ -48,6 +48,10 @@
<div class="content">
<div class="news">
<h2>Recent news:</h2>
<p><span class="date">8.9.2013:</span> Version 13.09 is
<a href="download.html">released</a>! This release contains
numerous bug fixes, updated 3D JOGL libraries, and separated
simulation edit and plot dialogs.</p>
<p><span class="date">4.5.2013:</span> Version 13.05 is
<a href="download.html">released</a>! This release contains a huge
number of improvements, the main ones including realistic 3D
@ -63,10 +67,6 @@
fixing numerous bugs introduced in 12.09. The only new feature is
the option to automatically open the latest design file on startup
(in <em>Edit</em> &rarr; <em>Preferences</em> &rarr; <em>Options</em>).
<p><span class="date">23.9.2012:</span> Version 12.09 for Android is
<a href="download.html">released</a>! The major improvement is the
possibility to edit simulation parameters, thanks to work by Kevin
Ruland.</p>
</div>
<div class="contentholder">
<h2>Ready packages</h2>
@ -87,20 +87,20 @@
<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/13.05/OpenRocket-13.05.jar/download">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/13.09/OpenRocket-13.09.jar/download">
<strong>Download now!</strong>
<span>OpenRocket-13.05.jar</span>
<span>OpenRocket-13.09.jar</span>
</a>
<span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.05/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.05/OpenRocket-13.05-src.zip/download">Source code</a>
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.09/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.09/OpenRocket-13.09-src.zip/download">Source code</a>
</span>
</div>
<p>OpenRocket can be started in most graphical environments (including
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-13.05.jar</span></p>
<span class="command">java -jar OpenRocket-13.09.jar</span></p>
<h3>Android version</h3>
<p>The Android version allows opening OpenRocket files, viewing
simulations and motors. Later versions will allow running

View File

@ -49,12 +49,12 @@
<h2>Introduction</h2>
<div class="rightpane">
<div class="downloadbox">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/13.05/OpenRocket-13.05.jar/download">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/13.09/OpenRocket-13.09.jar/download">
<strong>Download now!</strong>
<span>OpenRocket-13.05.jar</span>
<span>OpenRocket-13.09.jar</span>
</a>
<span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.05/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.09/ReleaseNotes/view">Release notes</a> |
<a href="download.html">Other versions</a>
</span>
</div>
@ -96,6 +96,10 @@
<div class="clear"></div>
<div class="news">
<h2>News</h2>
<p><span class="date">8.9.2013:</span> Version 13.09 is
<a href="download.html">released</a>! This release contains
numerous bug fixes, updated 3D JOGL libraries, and separated
simulation edit and plot dialogs.</p>
<p><span class="date">4.5.2013:</span> Version 13.05 is
<a href="download.html">released</a>! This release contains a huge
number of improvements, the main ones including realistic 3D

View File

@ -1,4 +1,4 @@
<set version="13.05">
<set version="13.09">
<set androidversion="12.09">
<def name="downloadbox">

View File

@ -9,6 +9,11 @@
<!--- Remember to move the position of "onlyrecent" below! --->
<p><span class="date">8.9.2013:</span> Version 13.09 is
<a href="download.html">released</a>! This release contains
numerous bug fixes, updated 3D JOGL libraries, and separated
simulation edit and plot dialogs.</p>
<p><span class="date">4.5.2013:</span> Version 13.05 is
<a href="download.html">released</a>! This release contains a huge
number of improvements, the main ones including realistic 3D
@ -27,15 +32,15 @@
the option to automatically open the latest design file on startup
(in <em>Edit</em> &rarr; <em>Preferences</em> &rarr; <em>Options</em>).
<if not onlyrecent><!--- Older items not shown on download page: --->
<p><span class="date">23.9.2012:</span> Version 12.09 for Android is
<a href="download.html">released</a>! The major improvement is the
possibility to edit simulation parameters, thanks to work by Kevin
Ruland.</p>
<if not onlyrecent><!--- Older items not shown on download page: --->
<p><span class="date">16.9.2012:</span> Version 12.09 is
<a href="download.html">released</a>!</p>