update to 0.9.7pre
authorplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 17 Feb 2010 21:00:43 +0000 (21:00 +0000)
committerplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 17 Feb 2010 21:00:43 +0000 (21:00 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@39 180e2498-e6e9-4542-8430-84ac67f01cd8

build.properties
html/actions/updates.php
html/download.html
html/index.html

index 4eea00a4668977964410ed8d358052da81d18feb..49f682890689d4c322b7fbb102a2cbbacacca254 100644 (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
index aceea7931c52c5eb1de6148fc41d678fd498373d..e7fa0ee7d5a25f40b33ef39abd56344bbda35592 100644 (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";
 }
 
 
index f39dd70e0e94e6876869fa17c84107621a123848..5e3d49cbb22e9248617e03af0bb2e4162fcfaef5 100644 (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>
index b8783d0d46529314845fe96c5ab0c772dd5697d7..7be48a7b7a4bc223f50e8d67d0fc8e0bd36c0e07 100644 (file)
 
     <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>