Update for release of 13.11.2.

This commit is contained in:
kruland2607 2014-01-01 16:10:06 -06:00 committed by kruland
parent 96960ce930
commit 2ce989b99d
7 changed files with 39 additions and 12 deletions

View File

@ -1,3 +1,12 @@
OpenRocket 13.11.2 (2014-01-01):
------------------------------
Bug Fixes:
* Numerous bug fixes and usability improvements in the new
flight configuration tab.
* Fix couple of layout issues
* Updated Spanish, French and Chinese translations
OpenRocket 13.11.1 (2013-11-15):
------------------------------

View File

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

View File

@ -80,13 +80,18 @@ header("Content-type: text/plain");
$version = $_GET["version"];
$updates = "";
$unstable = "13.11.1";
$unstable = "13.11.2";
$stable = "1.0.0";
if (preg_match("/^13.11$/", $version)) {
if (preg_match("/^13.11.1$/", $version)) {
$updates = "Version: " . $unstable . "\n" .
"4: Bug fixes - Various fixes to motor selection\n".
"";
} else if (preg_match("/^13.11$/", $version)) {
$updates = "Version: " . $unstable . "\n" .
"4: Bug fixes - Tube Coupler configuration among other things\n".
"4: Bug fixes - Various fixes to motor selection\n".
"";
} else if (preg_match("/^13.09.1$/", $version)) {
$updates = "Version: " . $unstable . "\n" .

View File

@ -48,6 +48,10 @@
<div class="content">
<div class="news">
<h2>Recent news:</h2>
<p><span class="date">01.01.2014:</span> Version 13.11.2 is
<a href="download.html">released</a>! This release contains bug fixes,
usability improvements, and layout fixes.
</p>
<p><span class="date">15.11.2013:</span> Version 13.11.1 is
<a href="download.html">released</a>! This release contains bug fixes
including fixing Tube Coupler configuration, various exceptions in
@ -97,20 +101,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.11.1/OpenRocket-13.11.1.jar/download">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/13.11.2/OpenRocket-13.11.2.jar/download">
<strong>Download now!</strong>
<span>OpenRocket-13.11.1.jar</span>
<span>OpenRocket-13.11.2.jar</span>
</a>
<span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.11.1/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.11.1/OpenRocket-13.11.1-src.zip/download">Source code</a>
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.11.2/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.11.2/OpenRocket-13.11.2-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.11.1.jar</span></p>
<span class="command">java -jar OpenRocket-13.11.2.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.11.1/OpenRocket-13.11.1.jar/download">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/13.11.2/OpenRocket-13.11.2.jar/download">
<strong>Download now!</strong>
<span>OpenRocket-13.11.1.jar</span>
<span>OpenRocket-13.11.2.jar</span>
</a>
<span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.11.1/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/13.11.2/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">01.01.2014:</span> Version 13.11.2 is
<a href="download.html">released</a>! This release contains bug fixes,
usability improvements, and layout fixes.
</p>
<p><span class="date">15.11.2013:</span> Version 13.11.1 is
<a href="download.html">released</a>! This release contains bug fixes
including fixing Tube Coupler configuration, various exceptions in

View File

@ -1,4 +1,4 @@
<set version="13.11.1">
<set version="13.11.2">
<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">01.01.2014:</span> Version 13.11.2 is
<a href="download.html">released</a>! This release contains bug fixes,
usability improvements, and layout fixes.
</p>
<p><span class="date">15.11.2013:</span> Version 13.11.1 is
<a href="download.html">released</a>! This release contains bug fixes
including fixing Tube Coupler configuration, various exceptions in