From 39fbbd82ef52932de03365f2803c8f14ddf8e00f Mon Sep 17 00:00:00 2001 From: plaa Date: Sat, 5 Mar 2011 11:39:58 +0000 Subject: [PATCH] version 1.1.4 git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@112 180e2498-e6e9-4542-8430-84ac67f01cd8 --- ChangeLog | 4 ++++ ReleaseNotes | 6 ++++++ build.properties | 2 +- web/html/actions/updates.php | 10 ++++++++-- web/html/download.html | 21 ++++++++++----------- web/html/index.html | 11 ++++++++--- web/htp/htp.def | 2 +- web/htp/news.htp | 15 +++++++++++---- 8 files changed, 49 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7fe5f9a..4bf0362d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-03-05 Sampo Niskanen + + * Released version 1.1.4 + 2011-01-20 Sampo Niskanen * Initial i18n support diff --git a/ReleaseNotes b/ReleaseNotes index 61311716..ec48cb91 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -1,3 +1,9 @@ +OpenRocket 1.1.4 (2011-03-05): +------------------------------- + +Initial printing support by Doug Pedrick, and various bug fixes. + + OpenRocket 1.1.3 (2010-10-06): ------------------------------- diff --git a/build.properties b/build.properties index fd13d5a7..e145237f 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ # The OpenRocket build version -build.version=1.1.4pre +build.version=1.1.4 # 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 ea686483..0fc0577d 100644 --- a/web/html/actions/updates.php +++ b/web/html/actions/updates.php @@ -80,15 +80,21 @@ header("Content-type: text/plain"); $version = $_GET["version"]; $updates = ""; -$unstable = "1.1.3"; +$unstable = "1.1.4"; $stable = "1.0.0"; -if (preg_match("/^1\.1\.[12]/", $version)) { +if (preg_match("/^1\.1\.3/", $version)) { $updates = "Version: " . $unstable . "\n" . + "5: Initial printing 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"; } else if (preg_match("/^1\.1\.0/", $version)) { $updates = "Version: " . $unstable . "\n" . + "6: Initial printing support\n" . "6: Enhanced motor selection\n" . "5: Rewritten simulation code\n" . "5: Drag-and-drop support\n" . diff --git a/web/html/download.html b/web/html/download.html index ddb2b5be..c4f1ba9e 100644 --- a/web/html/download.html +++ b/web/html/download.html @@ -45,6 +45,11 @@

Recent news:

+

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.

6.10.2010: Version 1.1.3 is released!

This release includes support for moving and copying components @@ -64,12 +69,6 @@ startup times than previous releases.

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

-

21.3.2010: Version 1.1.0 is - released!

-

This release includes the first support for loading RockSim - rocket design files (.RKT), thanks to contributions by Doug - Pedrick. It's also the kick-off of the 1.1 development branch of - OpenRocket.

Ready packages

@@ -88,13 +87,13 @@ Support This Project

Stable release

@@ -111,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.3.jar

+ java -jar OpenRocket-1.1.4.jar

diff --git a/web/html/index.html b/web/html/index.html index aa10d745..9200573e 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -46,12 +46,12 @@

Introduction

@@ -88,6 +88,11 @@

News

+

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.

6.10.2010: Version 1.1.3 is released!

This release includes support for moving and copying components diff --git a/web/htp/htp.def b/web/htp/htp.def index 8fd48dea..59f4a572 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 03938a0d..c718b532 100644 --- a/web/htp/news.htp +++ b/web/htp/news.htp @@ -9,6 +9,13 @@ +

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.

+

6.10.2010: Version 1.1.3 is released!

@@ -35,6 +42,10 @@

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

+ + + +

21.3.2010: Version 1.1.0 is released!

@@ -43,10 +54,6 @@ Pedrick. It's also the kick-off of the 1.1 development branch of OpenRocket.

- - - -

10.3.2010: Version 1.0.0 is released!

-- 2.47.2