release 1.1.6
authorplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 22 Jul 2011 13:29:01 +0000 (13:29 +0000)
committerplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 22 Jul 2011 13:29:01 +0000 (13:29 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@142 180e2498-e6e9-4542-8430-84ac67f01cd8

ChangeLog
ReleaseNotes
build.properties
src/net/sf/openrocket/gui/dialogs/AboutDialog.java
web/html/actions/updates.php
web/html/download.html
web/html/index.html
web/htp/htp.def
web/htp/news.htp

index 13de0125d54c9ea77ade393838afff4c96b3cc3a..8baecf09810fc915ece3aff536efa2e8c353636b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-22  Sampo Niskanen
+
+       * Released version 1.1.6.
+
 2011-07-21  Sampo Niskanen
 
        * [BUG] Converting triangular fin to freeform
index c05aa498c905e8f9d6b8d2bd682ca81d248cd0b1..b0c4eeec9c908090f7a7a1d5a8cd157f919de531 100644 (file)
@@ -1,3 +1,12 @@
+OpenRocket 1.1.6  (2011-07-22):
+-------------------------------
+
+Internationalization support thanks to work by Boris du Reau and
+translations by Tripoli Spain, Tripoli France and Stefan Lobas
+(ERIG e.V.).  The release also contains rocket design scaling support
+and numerous bug fixes.
+
+
 OpenRocket 1.1.5  (2011-06-10):
 -------------------------------
 
index 99a27987bfc59d60f6b8c2e6a2281e0509c00b7a..df531f1d3b237db034a1a3838e5ba83d82402fb4 100644 (file)
@@ -1,7 +1,7 @@
 
 # The OpenRocket build version
 
-build.version=1.1.6pre
+build.version=1.1.6
 
 
 # The source of the package.  When building a package for a specific
index 5eb2fde972b4565e04ae4778abc491dc16100a72..9a10d9c345c1081ebed176ae9705f1d7ea55ca9f 100644 (file)
@@ -31,6 +31,10 @@ public class AboutDialog extends JDialog {
                        "Sampo Niskanen (main developer)<br>" +
                        "Doug Pedrick (RockSim file format, printing)<br>" +
                        "Boris du Reau (internationalization, translation lead)<br><br>" +
+                       "<b>Translations by:</b><br><br>" +
+                       "Tripoli France (French)<br>" +
+                       "Stefan Lobas / ERIG e.V. (German)<br>" +
+                       "Tripoli Spain (Spanish)<br><br>" +
                        "<b>OpenRocket utilizes the following libraries:</b><br><br>" +
                        "MiG Layout (http://www.miglayout.com/)<br>" +
                        "JFreeChart (http://www.jfree.org/jfreechart/)<br>" +
index 6bede2f422ef7c58428442a1fe91731b75020f85..43f50ffa4004ed88957c84beb759c8186b6f5918 100644 (file)
@@ -80,37 +80,56 @@ header("Content-type: text/plain");
 $version = $_GET["version"];
 $updates = "";
 
-$unstable = "1.1.5";
+$unstable = "1.1.6";
 $stable = "1.0.0";
 
-if (preg_match("/^1\.1\.4/", $version)) {
+if (preg_match("/^1\.1\.5/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
-    "5: Fixes to printing system";
+    "6: Initial localization support\n" .
+    "5: Scaling support\n" .
+    "4: Bug fixes\n" .
+    "";
+} else if (preg_match("/^1\.1\.4/", $version)) {
+  $updates = "Version: " . $unstable . "\n" .
+    "6: Initial localization support\n" .
+    "5: Fixes to printing system\n" .
+    "5: Scaling support\n" .
+    "";
 } else if (preg_match("/^1\.1\.3/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
-    "5: Initial printing support\n" .
-    "4: Bug fixes\n";
+    "7: Initial printing support\n" .
+    "6: Initial localization support\n" .
+    "5: Scaling 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" .
-    "4: Bug fixes\n";
+    "5: Initial localization support\n" .
+    "5: Scaling support\n" .
+    "4: Bug fixes\n" .
+    "";
 } else if (preg_match("/^1\.1\.0/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
     "6: Initial printing support\n" .
+    "6: Initial localization support\n" .
     "6: Enhanced motor selection\n" .
     "5: Rewritten simulation code\n" .
     "5: Drag-and-drop support\n" .
-    "4: Bug fixes";
+    "4: Bug fixes\n" .
+    "";
 } else if (preg_match("/^0\.9\.6/", $version)) {
   $updates = "Version: " . $stable . "\n" .
     "6: Hundreds of new thrustcurves\n" .
-    "5: Bug fixes";
+    "5: Bug fixes\n" .
+    "";
 } else if (preg_match("/^0\.9\.[45]/", $version)) {
   $updates = "Version: " . $stable . "\n" .
     "7: Hundreds of new thrustcurves\n" .
     "6: Aerodynamic computation updates\n" .
-    "5: Numerous bug fixes";
+    "5: Numerous bug fixes" .
+    "";
 }
 
 
index e116453c7e5d77ca270ad28412246e4af44baa42..ece7c9758e02bd9b999fac937309f6969f117748 100644 (file)
   <div class="content">
 <div class="news">
       <h2>Recent news:</h2>
+  <p><span class="date">22.7.2011:</span> Version 1.1.6 is
+    <a href="download.html">released</a>!</p>
+  <p>This release includes initial localization support and
+    translations to French, German and Spanish.  This is thanks to the
+    great work of Boris du Reau, and the teams from Tripoli France,
+    Tripoli Spain and ERIG e.V.  If you prefer to use some other
+    language than the system default, you can select the language on
+    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
   <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
-    <a href="download.html">released</a>!</p>
-  <p>This release includes support for moving and copying components
-    in the component tree using drag-and-drop.  Use normal DnD for
-    moving, and control-drag for copy.  This release also fixes a
-    severe bug in the undo system.</p>
-  <p><span class="date">7.9.2010:</span> A bug-fix version 1.1.2 is
-    <a href="download.html">released</a>!</p>
-  <p>This release fixes a severe bug in 1.1.1 that prevented adding stages
-    to rocket designs.  Users are recommended to upgrade.</p>
-  <p><span class="date">3.9.2010:</span> Version 1.1.1 is
-    <a href="download.html">released</a>!</p>
-  <p>For this release a major part of the simulator code has been
-    rewritten for better flexibility in future development.  It also
-    includes a vastly improved thrust curve selection dialog, the
-    possibility to loading user-defined thrust curves and better
-    startup times than previous releases.</p>
-  <p>Simulation listeners written for older versions of OpenRocket
-    are not compatible with this release.</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.5/OpenRocket-1.1.5.jar/download">
+    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/OpenRocket-1.1.6.jar/download">
       <strong>Download now!</strong>
-      <span>OpenRocket-1.1.5.jar</span>
+      <span>OpenRocket-1.1.6.jar</span>
     </a>
     <span class="alternative">
-      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.5/ReleaseNotes/view">Release notes</a> |
-            <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.5/OpenRocket-1.1.5-src.zip/download">Source code</a>
+      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/ReleaseNotes/view">Release notes</a> |
+            <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/OpenRocket-1.1.6-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.5.jar</span></p>
+      <span class="command">java -jar OpenRocket-1.1.6.jar</span></p>
        
     </div>
     <div class="clear"></div>
index 5041a2cdc4d5311591903bef96f94663704dbef9..db45ec388fd3cab90b9b4899ed0842981464c281 100644 (file)
     <h2>Introduction</h2>
     <div class="rightpane">
         <div class="downloadbox">
-    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.5/OpenRocket-1.1.5.jar/download">
+    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/OpenRocket-1.1.6.jar/download">
       <strong>Download now!</strong>
-      <span>OpenRocket-1.1.5.jar</span>
+      <span>OpenRocket-1.1.6.jar</span>
     </a>
     <span class="alternative">
-      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.5/ReleaseNotes/view">Release notes</a> |
+      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/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.6 is
+    <a href="download.html">released</a>!</p>
+  <p>This release includes initial localization support and
+    translations to French, German and Spanish.  This is thanks to the
+    great work of Boris du Reau, and the teams from Tripoli France,
+    Tripoli Spain and ERIG e.V.  If you prefer to use some other
+    language than the system default, you can select the language on
+    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
index b9bf0f6bc12b0bd48fe3db876806424807133c6d..c03c51bbc808a14217049e8a4cfabea854d62b6f 100644 (file)
@@ -1,5 +1,5 @@
 <set stableversion="1.0.0">
-<set developmentversion="1.1.5">
+<set developmentversion="1.1.6">
 <set version="${developmentversion}">
 
 <def name="downloadbox">
index 093d6bd10d85e8e092b009a86f282ea7604a9f24..e8c73ad13ec29059a535d43a829c0bb1bec02f7f 100644 (file)
@@ -9,6 +9,19 @@
 
   <!--- Remember to move the position of "onlyrecent" below! --->
 
+  <p><span class="date">22.7.2011:</span> Version 1.1.6 is 
+    <a href="download.html">released</a>!</p>
+
+  <p>This release includes initial localization support and
+    translations to French, German and Spanish.  This is thanks to the
+    great work of Boris du Reau, and the teams from Tripoli France,
+    Tripoli Spain and ERIG e.V.  If you prefer to use some other
+    language than the system default, you can select the language on
+    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>
 
     Pedrick.  Printing still has a few issues on some platforms.
     Various bugs have also been fixed.</p>
 
+
+  <if not onlyrecent><!--- Older items not shown on download page:  --->
+
+
   <p><span class="date">6.10.2010:</span> Version 1.1.3 is 
     <a href="download.html">released</a>!</p>
 
   <p>Simulation listeners written for older versions of OpenRocket
     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 
     <a href="download.html">released</a>!</p>