From 18fbf5aacf737918992e6c19f5e5ae459ebdad24 Mon Sep 17 00:00:00 2001 From: plaa Date: Thu, 25 Aug 2011 20:01:39 +0000 Subject: [PATCH] release 1.1.8 git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@162 180e2498-e6e9-4542-8430-84ac67f01cd8 --- ChangeLog | 1 + ReleaseNotes | 8 ++++++++ build.properties | 2 +- web/html/actions/updates.php | 8 ++++++-- web/html/download.html | 24 ++++++++++++++---------- web/html/index.html | 16 ++++++++++++---- web/htp/htp.def | 2 +- web/htp/news.htp | 21 ++++++++++++++++----- 8 files changed, 59 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5399602f..51b08c9e 100644 --- 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 diff --git a/ReleaseNotes b/ReleaseNotes index 9eb4dfdb..140644ae 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -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): ------------------------------- diff --git a/build.properties b/build.properties index 19f28bdd..9f9f05ea 100644 --- a/build.properties +++ b/build.properties @@ -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 diff --git a/web/html/actions/updates.php b/web/html/actions/updates.php index 28b7e646..874b0cab 100644 --- a/web/html/actions/updates.php +++ b/web/html/actions/updates.php @@ -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" . ""; diff --git a/web/html/download.html b/web/html/download.html index 5b706150..90eed2a9 100644 --- a/web/html/download.html +++ b/web/html/download.html @@ -48,7 +48,15 @@

Recent news:

-

22.7.2011: Version 1.1.7 is +

25.8.2011: Version 1.1.8 is + released!

+

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.

+

The web pages have also been somewhat updated and Boris du Reau has + created a separate site + for coordinating the localization efforts for OpenRocket.

+

12.8.2011: Version 1.1.7 is released!

This release includes automatic rocket design optimization support (AnalyzeRocket optimization). @@ -68,10 +76,6 @@ 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 - printing on Windows.

Ready packages

@@ -90,13 +94,13 @@ Support This Project

Stable release

@@ -113,7 +117,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.7.jar

+ java -jar OpenRocket-1.1.8.jar

diff --git a/web/html/index.html b/web/html/index.html index 1d55d650..ab701dd6 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -49,12 +49,12 @@

Introduction

@@ -96,7 +96,15 @@

News

-

22.7.2011: Version 1.1.7 is +

25.8.2011: Version 1.1.8 is + released!

+

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.

+

The web pages have also been somewhat updated and Boris du Reau has + created a separate site + for coordinating the localization efforts for OpenRocket.

+

12.8.2011: Version 1.1.7 is released!

This release includes automatic rocket design optimization support (AnalyzeRocket optimization). diff --git a/web/htp/htp.def b/web/htp/htp.def index ce36b378..cd4568d4 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 176f2438..56db88da 100644 --- a/web/htp/news.htp +++ b/web/htp/news.htp @@ -9,7 +9,18 @@ -

22.7.2011: Version 1.1.7 is +

25.8.2011: Version 1.1.8 is + released!

+ +

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.

+ +

The web pages have also been somewhat updated and Boris du Reau has + created a separate site + for coordinating the localization efforts for OpenRocket.

+ +

12.8.2011: Version 1.1.7 is released!

This release includes automatic rocket design optimization @@ -35,16 +46,16 @@

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 printing on Windows.

- - - -

5.3.2011: Version 1.1.4 is released!

-- 2.30.2