From: plaa Date: Fri, 22 Jul 2011 13:29:01 +0000 (+0000) Subject: release 1.1.6 X-Git-Tag: upstream/1.1.6^2~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bb553dcfa267c5edacbb8ed6daf85024fb584b92;p=debian%2Fopenrocket release 1.1.6 git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@142 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/ChangeLog b/ChangeLog index 13de0125..8baecf09 100644 --- 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 diff --git a/ReleaseNotes b/ReleaseNotes index c05aa498..b0c4eeec 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -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): ------------------------------- diff --git a/build.properties b/build.properties index 99a27987..df531f1d 100644 --- a/build.properties +++ b/build.properties @@ -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 diff --git a/src/net/sf/openrocket/gui/dialogs/AboutDialog.java b/src/net/sf/openrocket/gui/dialogs/AboutDialog.java index 5eb2fde9..9a10d9c3 100644 --- a/src/net/sf/openrocket/gui/dialogs/AboutDialog.java +++ b/src/net/sf/openrocket/gui/dialogs/AboutDialog.java @@ -31,6 +31,10 @@ public class AboutDialog extends JDialog { "Sampo Niskanen (main developer)
" + "Doug Pedrick (RockSim file format, printing)
" + "Boris du Reau (internationalization, translation lead)

" + + "Translations by:

" + + "Tripoli France (French)
" + + "Stefan Lobas / ERIG e.V. (German)
" + + "Tripoli Spain (Spanish)

" + "OpenRocket utilizes the following libraries:

" + "MiG Layout (http://www.miglayout.com/)
" + "JFreeChart (http://www.jfree.org/jfreechart/)
" + diff --git a/web/html/actions/updates.php b/web/html/actions/updates.php index 6bede2f4..43f50ffa 100644 --- a/web/html/actions/updates.php +++ b/web/html/actions/updates.php @@ -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" . + ""; } diff --git a/web/html/download.html b/web/html/download.html index e116453c..ece7c975 100644 --- a/web/html/download.html +++ b/web/html/download.html @@ -45,6 +45,16 @@

Recent news:

+

22.7.2011: Version 1.1.6 is + released!

+

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.

+

The release also includes design scaling support and numerous bug + fixes.

10.6.2011: Version 1.1.5 is released!

This release includes updates to the printing system which fixes @@ -54,25 +64,6 @@

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.

-

6.10.2010: Version 1.1.3 is - released!

-

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.

-

7.9.2010: A bug-fix version 1.1.2 is - released!

-

This release fixes a severe bug in 1.1.1 that prevented adding stages - to rocket designs. Users are recommended to upgrade.

-

3.9.2010: Version 1.1.1 is - released!

-

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.

-

Simulation listeners written for older versions of OpenRocket - are not compatible with this release.

Ready packages

@@ -91,13 +82,13 @@ Support This Project

Stable release

@@ -114,7 +105,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.5.jar

+ java -jar OpenRocket-1.1.6.jar

diff --git a/web/html/index.html b/web/html/index.html index 5041a2cd..db45ec38 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -46,12 +46,12 @@

Introduction

@@ -88,6 +88,16 @@

News

+

22.7.2011: Version 1.1.6 is + released!

+

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.

+

The release also includes design scaling support and numerous bug + fixes.

10.6.2011: Version 1.1.5 is released!

This release includes updates to the printing system which fixes diff --git a/web/htp/htp.def b/web/htp/htp.def index b9bf0f6b..c03c51bb 100644 --- a/web/htp/htp.def +++ b/web/htp/htp.def @@ -1,5 +1,5 @@ - + diff --git a/web/htp/news.htp b/web/htp/news.htp index 093d6bd1..e8c73ad1 100644 --- a/web/htp/news.htp +++ b/web/htp/news.htp @@ -9,6 +9,19 @@ +

22.7.2011: Version 1.1.6 is + released!

+ +

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.

+ +

The release also includes design scaling support and numerous bug + fixes.

+

10.6.2011: Version 1.1.5 is released!

@@ -22,6 +35,10 @@ 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!

@@ -48,10 +65,6 @@

Simulation listeners written for older versions of OpenRocket are not compatible with this release.

- - - -

21.3.2010: Version 1.1.0 is released!