From: plaa Date: Fri, 12 Aug 2011 20:54:11 +0000 (+0000) Subject: version 1.1.7 X-Git-Tag: upstream/1.1.7^2~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b52374e60a2b886d592c2f1c8b0c43a9685a7f87;p=debian%2Fopenrocket version 1.1.7 git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@152 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/web/html/actions/updates.php b/web/html/actions/updates.php index 43f50ffa..28b7e646 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 ece7c975..1a4d8e14 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 (AnalyzeRocket 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 @@ Support This Project

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

diff --git a/web/html/features.html b/web/html/features.html index 103e7d07..f8d4227f 100644 --- a/web/html/features.html +++ b/web/html/features.html @@ -114,6 +114,9 @@
  • Full six degree of freedom simulation
  • Rocket stability computed using extended Barrowman method
  • +
  • Automatic design optimization — you + can optimize any number of rocket parameters for flight + altitude, maximum velocity or a number of other values
  • Realistic wind modeling
  • Analysis of the effect of separate components on the stability, drag and roll diff --git a/web/html/index.html b/web/html/index.html index db45ec38..3aae0c83 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -46,12 +46,12 @@

    Introduction

    @@ -70,9 +70,9 @@ rockets before actually building and flying them.

    OpenRocket features a full six-degree-of-freedom simulation, realistic wind modeling, a multitude of different components - including free-form fins and canted fins, clustering and - staging. Read more about its features - and see screenshots. + including free-form fins and canted fins, automatic design + optimization, clustering and staging. Read more about its features and see screenshots.

    OpenRocket is an Open Source project licensed under the GNU GPL. This means that the @@ -88,6 +88,16 @@

    News

    +

    22.7.2011: Version 1.1.7 is + released!

    +

    This release includes automatic rocket design optimization + support (AnalyzeRocket 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 diff --git a/web/htp/features.htp b/web/htp/features.htp index 1263d5c3..9fc341e4 100644 --- a/web/htp/features.htp +++ b/web/htp/features.htp @@ -87,6 +87,9 @@

  • Full six degree of freedom simulation
  • Rocket stability computed using extended Barrowman method
  • +
  • Automatic design optimization — you + can optimize any number of rocket parameters for flight + altitude, maximum velocity or a number of other values
  • Realistic wind modeling
  • Analysis of the effect of separate components on the stability, drag and roll diff --git a/web/htp/htp.def b/web/htp/htp.def index c03c51bb..9887c4d8 100644 --- a/web/htp/htp.def +++ b/web/htp/htp.def @@ -1,5 +1,5 @@ - + diff --git a/web/htp/index.htp b/web/htp/index.htp index 51e97bc6..76f4a3e8 100644 --- a/web/htp/index.htp +++ b/web/htp/index.htp @@ -32,9 +32,9 @@

    OpenRocket features a full six-degree-of-freedom simulation, realistic wind modeling, a multitude of different components - including free-form fins and canted fins, clustering and - staging. Read more about its features - and see screenshots. + including free-form fins and canted fins, automatic design + optimization, clustering and staging. Read more about its features and see screenshots.

    OpenRocket is an Open Source project licensed under the GNU GPL. This means that the diff --git a/web/htp/news.htp b/web/htp/news.htp index e8c73ad1..176f2438 100644 --- a/web/htp/news.htp +++ b/web/htp/news.htp @@ -9,6 +9,19 @@ +

    22.7.2011: Version 1.1.7 is + released!

    + +

    This release includes automatic rocket design optimization + support (AnalyzeRocket 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!

    @@ -28,6 +41,10 @@

    This release includes updates to the printing system which fixes printing on Windows.

    + + + +

    5.3.2011: Version 1.1.4 is released!

    @@ -35,10 +52,6 @@ Pedrick. Printing still has a few issues on some platforms. Various bugs have also been fixed.

    - - - -

    6.10.2010: Version 1.1.3 is released!