version 1.1.4

This commit is contained in:
Sampo Niskanen 2011-03-05 11:39:58 +00:00
parent 3e3d26b958
commit ba90366ded
8 changed files with 49 additions and 22 deletions

View File

@ -1,3 +1,7 @@
2011-03-05 Sampo Niskanen
* Released version 1.1.4
2011-01-20 Sampo Niskanen 2011-01-20 Sampo Niskanen
* Initial i18n support * Initial i18n support

View File

@ -1,3 +1,9 @@
OpenRocket 1.1.4 (2011-03-05):
-------------------------------
Initial printing support by Doug Pedrick, and various bug fixes.
OpenRocket 1.1.3 (2010-10-06): OpenRocket 1.1.3 (2010-10-06):
------------------------------- -------------------------------

View File

@ -1,7 +1,7 @@
# The OpenRocket build version # The OpenRocket build version
build.version=1.1.4pre build.version=1.1.4
# 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,15 +80,21 @@ header("Content-type: text/plain");
$version = $_GET["version"]; $version = $_GET["version"];
$updates = ""; $updates = "";
$unstable = "1.1.3"; $unstable = "1.1.4";
$stable = "1.0.0"; $stable = "1.0.0";
if (preg_match("/^1\.1\.[12]/", $version)) { if (preg_match("/^1\.1\.3/", $version)) {
$updates = "Version: " . $unstable . "\n" . $updates = "Version: " . $unstable . "\n" .
"5: Initial printing support\n" .
"4: Bug fixes\n";
} else if (preg_match("/^1\.1\.[12]/", $version)) {
$updates = "Version: " . $unstable . "\n" .
"6: Initial printing support\n" .
"5: Initial drag-and-drop support\n" . "5: Initial drag-and-drop support\n" .
"4: Bug fixes\n"; "4: Bug fixes\n";
} else if (preg_match("/^1\.1\.0/", $version)) { } else if (preg_match("/^1\.1\.0/", $version)) {
$updates = "Version: " . $unstable . "\n" . $updates = "Version: " . $unstable . "\n" .
"6: Initial printing support\n" .
"6: Enhanced motor selection\n" . "6: Enhanced motor selection\n" .
"5: Rewritten simulation code\n" . "5: Rewritten simulation code\n" .
"5: Drag-and-drop support\n" . "5: Drag-and-drop support\n" .

View File

@ -45,6 +45,11 @@
<div class="content"> <div class="content">
<div class="news"> <div class="news">
<h2>Recent news:</h2> <h2>Recent news:</h2>
<p><span class="date">5.3.2011:</span> Version 1.1.4 is
<a href="download.html">released</a>!</p>
<p>This release includes initial printing support, thanks to Doug
Pedrick. Printing still has a few issues on some platforms.
Various bugs have also been fixed.</p>
<p><span class="date">6.10.2010:</span> Version 1.1.3 is <p><span class="date">6.10.2010:</span> Version 1.1.3 is
<a href="download.html">released</a>!</p> <a href="download.html">released</a>!</p>
<p>This release includes support for moving and copying components <p>This release includes support for moving and copying components
@ -64,12 +69,6 @@
startup times than previous releases.</p> startup times than previous releases.</p>
<p>Simulation listeners written for older versions of OpenRocket <p>Simulation listeners written for older versions of OpenRocket
are not compatible with this release.</p> are not compatible with this release.</p>
<p><span class="date">21.3.2010:</span> Version 1.1.0 is
<a href="download.html">released</a>!</p>
<p>This release includes the first support for loading RockSim
rocket design files (.RKT), thanks to contributions by Doug
Pedrick. It's also the kick-off of the 1.1 development branch of
OpenRocket.</p>
</div> </div>
<div class="contentholder"> <div class="contentholder">
<h2>Ready packages</h2> <h2>Ready packages</h2>
@ -88,13 +87,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.3/OpenRocket-1.1.3.jar/download"> <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.4/OpenRocket-1.1.4.jar/download">
<strong>Download now!</strong> <strong>Download now!</strong>
<span>OpenRocket-1.1.3.jar</span> <span>OpenRocket-1.1.4.jar</span>
</a> </a>
<span class="alternative"> <span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.3/ReleaseNotes/view">Release notes</a> | <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.4/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.3/OpenRocket-1.1.3-src.zip/download">Source code</a> <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.4/OpenRocket-1.1.4-src.zip/download">Source code</a>
</span> </span>
</div> </div>
<h3>Stable release</h3> <h3>Stable release</h3>
@ -111,7 +110,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.3.jar</span></p> <span class="command">java -jar OpenRocket-1.1.4.jar</span></p>
</div> </div>
<div class="clear"></div> <div class="clear"></div>

View File

@ -46,12 +46,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.3/OpenRocket-1.1.3.jar/download"> <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.4/OpenRocket-1.1.4.jar/download">
<strong>Download now!</strong> <strong>Download now!</strong>
<span>OpenRocket-1.1.3.jar</span> <span>OpenRocket-1.1.4.jar</span>
</a> </a>
<span class="alternative"> <span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.3/ReleaseNotes/view">Release notes</a> | <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.4/ReleaseNotes/view">Release notes</a> |
<a href="download.html">Other versions</a> <a href="download.html">Other versions</a>
</span> </span>
</div> </div>
@ -88,6 +88,11 @@
<div class="clear"></div> <div class="clear"></div>
<div class="news"> <div class="news">
<h2>News</h2> <h2>News</h2>
<p><span class="date">5.3.2011:</span> Version 1.1.4 is
<a href="download.html">released</a>!</p>
<p>This release includes initial printing support, thanks to Doug
Pedrick. Printing still has a few issues on some platforms.
Various bugs have also been fixed.</p>
<p><span class="date">6.10.2010:</span> Version 1.1.3 is <p><span class="date">6.10.2010:</span> Version 1.1.3 is
<a href="download.html">released</a>!</p> <a href="download.html">released</a>!</p>
<p>This release includes support for moving and copying components <p>This release includes support for moving and copying components

View File

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

View File

@ -9,6 +9,13 @@
<!--- Remember to move the position of "onlyrecent" below! ---> <!--- Remember to move the position of "onlyrecent" below! --->
<p><span class="date">5.3.2011:</span> Version 1.1.4 is
<a href="download.html">released</a>!</p>
<p>This release includes initial printing support, thanks to Doug
Pedrick. Printing still has a few issues on some platforms.
Various bugs have also been fixed.</p>
<p><span class="date">6.10.2010:</span> Version 1.1.3 is <p><span class="date">6.10.2010:</span> Version 1.1.3 is
<a href="download.html">released</a>!</p> <a href="download.html">released</a>!</p>
@ -35,6 +42,10 @@
<p>Simulation listeners written for older versions of OpenRocket <p>Simulation listeners written for older versions of OpenRocket
are not compatible with this release.</p> are not compatible with this release.</p>
<if not onlyrecent><!--- Older items not shown on download page: --->
<p><span class="date">21.3.2010:</span> Version 1.1.0 is <p><span class="date">21.3.2010:</span> Version 1.1.0 is
<a href="download.html">released</a>!</p> <a href="download.html">released</a>!</p>
@ -43,10 +54,6 @@
Pedrick. It's also the kick-off of the 1.1 development branch of Pedrick. It's also the kick-off of the 1.1 development branch of
OpenRocket.</p> OpenRocket.</p>
<if not onlyrecent><!--- Older items not shown on download page: --->
<p><span class="date">10.3.2010:</span> Version 1.0.0 is <p><span class="date">10.3.2010:</span> Version 1.0.0 is
<a href="download.html">released</a>!</p> <a href="download.html">released</a>!</p>