release 1.1.8
authorplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 25 Aug 2011 20:01:39 +0000 (20:01 +0000)
committerplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 25 Aug 2011 20:01:39 +0000 (20:01 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@162 180e2498-e6e9-4542-8430-84ac67f01cd8

ChangeLog
ReleaseNotes
build.properties
web/html/actions/updates.php
web/html/download.html
web/html/index.html
web/htp/htp.def
web/htp/news.htp

index 5399602f15d473a2f3f2b7e2531ecccf5119321e..51b08c9ea5d07e565959f552afc662bd97ac5427 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2011-08-25  Sampo Niskanen
 
+       * Released version 1.1.8
        * [BUG] Ignore synthetic methods in logging traces
        * [BUG] Ignore JRE bug #6826104
 
index 9eb4dfdb89b2e0f63eaa72d857dc865fce963859..140644ae3049b5e5b360cd904f139b5460aaf2b6 100644 (file)
@@ -1,3 +1,11 @@
+OpenRocket 1.1.8  (2011-08-25):
+-------------------------------
+
+This release contains bug fixes to the optimization methods.
+It also contains a workaround to a JRE bug that prevents running
+OpenRocket on Java 7.
+
+
 OpenRocket 1.1.7  (2011-08-12):
 -------------------------------
 
index 19f28bdd0f3e25f60f8eb001b87efbb7321fb418..9f9f05ea7dc8d715fc6ae72a0be24d2f241f5a31 100644 (file)
@@ -1,7 +1,7 @@
 
 # The OpenRocket build version
 
-build.version=1.1.8pre
+build.version=1.1.8
 
 
 # The source of the package.  When building a package for a specific
index 28b7e64663f6147c448601665c796092f36390b1..874b0cab28aebdfbce08afc27df5fceab2d4b879 100644 (file)
@@ -80,10 +80,14 @@ header("Content-type: text/plain");
 $version = $_GET["version"];
 $updates = "";
 
-$unstable = "1.1.7";
+$unstable = "1.1.8";
 $stable = "1.0.0";
 
-if (preg_match("/^1\.1\.6/", $version)) {
+if (preg_match("/^1\.1\.7/", $version)) {
+  $updates = "Version: " . $unstable . "\n" .
+    "4: Bug fixes\n" .
+    "";
+} else if (preg_match("/^1\.1\.6/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
     "8: Automatic rocket design optimization\n" .
     "";
index 5b7061504db06deb00369ee4598d421317dd0262..90eed2a92f607a1d2848c545fce741d0b47c9ed7 100644 (file)
   <div class="content">
 <div class="news">
       <h2>Recent news:</h2>
-  <p><span class="date">22.7.2011:</span> Version 1.1.7 is
+  <p><span class="date">25.8.2011:</span> Version 1.1.8 is
+    <a href="download.html">released</a>!</p>
+  <p>This release contains bug fixes to the optimization methods.
+    It also contains a workaround to a JRE bug that prevents running
+    OpenRocket on some builds of Java 7.</p>
+  <p>The web pages have also been somewhat updated and Boris du Reau has
+    created <a href="http://openrocket.trans.free.fr/">a separate site</a>
+    for coordinating the localization efforts for OpenRocket.</p>
+  <p><span class="date">12.8.2011:</span> Version 1.1.7 is
     <a href="download.html">released</a>!</p>
   <p>This release includes automatic rocket design optimization
     support (<em>Analyze</em> &rarr; <em>Rocket optimization</em>).
     the "Options" tab of the preferences dialog.</p>
   <p>The release also includes design scaling support and numerous bug
     fixes.</p>
-  <p><span class="date">10.6.2011:</span> Version 1.1.5 is
-    <a href="download.html">released</a>!</p>
-  <p>This release includes updates to the printing system which fixes
-  printing on Windows.</p>
 </div>
     <div class="contentholder">
       <h2>Ready packages</h2>
         <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/1.1.7/OpenRocket-1.1.7.jar/download">
+    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.8/OpenRocket-1.1.8.jar/download">
       <strong>Download now!</strong>
-      <span>OpenRocket-1.1.7.jar</span>
+      <span>OpenRocket-1.1.8.jar</span>
     </a>
     <span class="alternative">
-      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/ReleaseNotes/view">Release notes</a> |
-            <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/OpenRocket-1.1.7-src.zip/download">Source code</a>
+      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.8/ReleaseNotes/view">Release notes</a> |
+            <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.8/OpenRocket-1.1.8-src.zip/download">Source code</a>
     </span>
   </div>
       <h3>Stable release</h3>
        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-1.1.7.jar</span></p>
+      <span class="command">java -jar OpenRocket-1.1.8.jar</span></p>
        
     </div>
     <div class="clear"></div>
index 1d55d6509455d563ee878e38acb964793b9f6793..ab701dd69b8eda8b7cc49b3fe9482b60cd5ff579 100644 (file)
     <h2>Introduction</h2>
     <div class="rightpane">
         <div class="downloadbox">
-    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/OpenRocket-1.1.7.jar/download">
+    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.8/OpenRocket-1.1.8.jar/download">
       <strong>Download now!</strong>
-      <span>OpenRocket-1.1.7.jar</span>
+      <span>OpenRocket-1.1.8.jar</span>
     </a>
     <span class="alternative">
-      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/ReleaseNotes/view">Release notes</a> |
+      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.8/ReleaseNotes/view">Release notes</a> |
             <a href="download.html">Other versions</a>
     </span>
   </div>
     <div class="clear"></div>
 <div class="news">
       <h2>News</h2>
-  <p><span class="date">22.7.2011:</span> Version 1.1.7 is
+  <p><span class="date">25.8.2011:</span> Version 1.1.8 is
+    <a href="download.html">released</a>!</p>
+  <p>This release contains bug fixes to the optimization methods.
+    It also contains a workaround to a JRE bug that prevents running
+    OpenRocket on some builds of Java 7.</p>
+  <p>The web pages have also been somewhat updated and Boris du Reau has
+    created <a href="http://openrocket.trans.free.fr/">a separate site</a>
+    for coordinating the localization efforts for OpenRocket.</p>
+  <p><span class="date">12.8.2011:</span> Version 1.1.7 is
     <a href="download.html">released</a>!</p>
   <p>This release includes automatic rocket design optimization
     support (<em>Analyze</em> &rarr; <em>Rocket optimization</em>).
index ce36b378dca0b733fdb92a7c2e005ebe4cb69e87..cd4568d4a02f89bf7f15f4313fbae116014eaa04 100644 (file)
@@ -1,5 +1,5 @@
 <set stableversion="1.0.0">
-<set developmentversion="1.1.7">
+<set developmentversion="1.1.8">
 <set version="${developmentversion}">
 
 <def name="downloadbox">
index 176f2438792f93d37274666c35b17eed469cfa5c..56db88da3b9f2ff8aef7a8f9a19c25565ade5e41 100644 (file)
@@ -9,7 +9,18 @@
 
   <!--- Remember to move the position of "onlyrecent" below! --->
 
-  <p><span class="date">22.7.2011:</span> Version 1.1.7 is 
+  <p><span class="date">25.8.2011:</span> Version 1.1.8 is 
+    <a href="download.html">released</a>!</p>
+
+  <p>This release contains bug fixes to the optimization methods.
+    It also contains a workaround to a JRE bug that prevents running
+    OpenRocket on some builds of Java 7.</p>
+
+  <p>The web pages have also been somewhat updated and Boris du Reau has
+    created <a href="http://openrocket.trans.free.fr/">a separate site</a>
+    for coordinating the localization efforts for OpenRocket.</p>
+  
+  <p><span class="date">12.8.2011:</span> Version 1.1.7 is 
     <a href="download.html">released</a>!</p>
 
   <p>This release includes automatic rocket design optimization
   <p>The release also includes design scaling support and numerous bug
     fixes.</p>
 
+
+  <if not onlyrecent><!--- Older items not shown on download page:  --->
+
+
   <p><span class="date">10.6.2011:</span> Version 1.1.5 is 
     <a href="download.html">released</a>!</p>
 
   <p>This release includes updates to the printing system which fixes
   printing on Windows.</p>
 
-
-  <if not onlyrecent><!--- Older items not shown on download page:  --->
-
-
   <p><span class="date">5.3.2011:</span> Version 1.1.4 is 
     <a href="download.html">released</a>!</p>