diff --git a/web/html/actions/updates.php b/web/html/actions/updates.php
index 43f50ffa4..28b7e6466 100644
--- a/web/html/actions/updates.php
+++ b/web/html/actions/updates.php
@@ -80,23 +80,30 @@ header("Content-type: text/plain");
$version = $_GET["version"];
$updates = "";
-$unstable = "1.1.6";
+$unstable = "1.1.7";
$stable = "1.0.0";
-if (preg_match("/^1\.1\.5/", $version)) {
+if (preg_match("/^1\.1\.6/", $version)) {
$updates = "Version: " . $unstable . "\n" .
+ "8: Automatic rocket design optimization\n" .
+ "";
+} else if (preg_match("/^1\.1\.5/", $version)) {
+ $updates = "Version: " . $unstable . "\n" .
+ "8: Automatic rocket design optimization\n" .
"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" .
+ "8: Automatic rocket design optimization\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" .
+ "8: Automatic rocket design optimization\n" .
"7: Initial printing support\n" .
"6: Initial localization support\n" .
"5: Scaling support\n" .
@@ -104,6 +111,7 @@ if (preg_match("/^1\.1\.5/", $version)) {
"";
} else if (preg_match("/^1\.1\.[12]/", $version)) {
$updates = "Version: " . $unstable . "\n" .
+ "8: Automatic rocket design optimization\n" .
"6: Initial printing support\n" .
"5: Initial drag-and-drop support\n" .
"5: Initial localization support\n" .
@@ -112,6 +120,7 @@ if (preg_match("/^1\.1\.5/", $version)) {
"";
} else if (preg_match("/^1\.1\.0/", $version)) {
$updates = "Version: " . $unstable . "\n" .
+ "8: Automatic rocket design optimization\n" .
"6: Initial printing support\n" .
"6: Initial localization support\n" .
"6: Enhanced motor selection\n" .
diff --git a/web/html/download.html b/web/html/download.html
index ece7c9758..1a4d8e149 100644
--- a/web/html/download.html
+++ b/web/html/download.html
@@ -45,6 +45,16 @@
Recent news:
+
22.7.2011: Version 1.1.7 is
+ released!
+
This release includes automatic rocket design optimization
+ support (Analyze → Rocket optimization).
+ You can optimize any amount of rocket parameters for apogee
+ altitude, maximum velocity or a number of different values.
+
While the automatic optimization is a powerful tool, it is very
+ easy to optimize against particulars of the simulation methods,
+ instead of true physical phenomena. Always keep common sense at
+ hand and take the results with a grain of salt.
22.7.2011: Version 1.1.6 is
released!
This release includes initial localization support and
@@ -59,11 +69,6 @@
released!
This release includes updates to the printing system which fixes
printing on Windows.
-
5.3.2011: Version 1.1.4 is
- released!
-
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.
Ready packages
@@ -82,13 +87,13 @@
Stable release
@@ -105,7 +110,7 @@
Windows) by double-clicking the package icon. No installation is
required.
From the command line OpenRocket can be started by
- java -jar OpenRocket-1.1.6.jar
+
java -jar OpenRocket-1.1.7.jar