update to 0.9.7pre

This commit is contained in:
Sampo Niskanen 2010-02-17 21:00:43 +00:00
parent fdc4c4d4e5
commit bdbf3ee9dd
4 changed files with 14 additions and 6 deletions

View File

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

View File

@ -69,9 +69,10 @@ header("Content-type: text/plain");
$version = $_GET["version"];
$updates = "";
if (preg_match("/^0\.9\.(4|5pre)/",$version)) {
$updates = "Version: 0.9.5\n" .
"5: Important bug fixes";
if (preg_match("/^0\.9\.(4|5pre|5|6pre)/",$version)) {
$updates = "Version: 0.9.6\n" .
"6: Aerodynamic computation updates\n" .
"5: Numerous bug fixes";
}

View File

@ -56,7 +56,7 @@
later. The Sun JRE is recommended.</em></p>
<p class="download">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/OpenRocket-0.9.5.jar/download">Download OpenRocket 0.9.5</a></p>
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/OpenRocket-0.9.6.jar/download">Download OpenRocket 0.9.6</a></p>
<p>OpenRocket is still considered <strong>beta software</strong>.
If you encounter any problems, please
@ -65,7 +65,7 @@
<p>OpenRocket can be started in graphical environments (such as
Windows) by double-clicking the package icon. No installation is
required. From the command line it can be started by</p>
<pre class="quote">$ java -jar OpenRocket-0.9.5.jar</pre>
<pre class="quote">$ java -jar OpenRocket-0.9.6.jar</pre>
<p>Older packages and source code are available from the
<a href="https://sourceforge.net/project/showfiles.php?group_id=260357&amp;package_id=319743">SourceForge repository</a>.</p>

View File

@ -90,6 +90,13 @@
<h2>News</h2>
<p><strong>17.2.2010:</strong> Version 0.9.6 is
<a href="download.html">released</a>!</p>
<p>This release updates the aerodynamic calculation methods to be
more in line with the Barrowman method and enhances the simulation
time step selection, in addition to fixing numerous bugs.</p>
<p><strong>28.11.2009:</strong> Version 0.9.5 is
<a href="download.html">released</a>!</p>