diff --git a/core/ChangeLog b/core/ChangeLog index 996fc3e76..d7cd95268 100644 --- a/core/ChangeLog +++ b/core/ChangeLog @@ -1,3 +1,6 @@ +2012-09-28 Sampo Niskane + * Released version 12.09.1 + 2012-09-25 Doug Pedrick * Added preference to open last edited design file upon startup. @@ -6,6 +9,9 @@ * Cleaned up Swing listeners of Configuration (memory leak). +2012-09-16 Sampo Niskanen + * Released version 12.09 + 2012-08-28 Bill Kuker * Removed late GL initialization, was causing issues with Java 7. diff --git a/core/ReleaseNotes b/core/ReleaseNotes index 2981cb092..ffdfdf7ec 100644 --- a/core/ReleaseNotes +++ b/core/ReleaseNotes @@ -1,3 +1,11 @@ +OpenRocket 12.09.1 (2012-06-28): +-------------------------------- + +Bug-fix release for 12.09, fixing numerous bugs. Only new feature is +the possiblity to automatically open the latest design file on startup +(in Edit -> Preferences -> Options). + + OpenRocket 12.09 (2012-09-16): ------------------------------- diff --git a/core/resources/build.properties b/core/resources/build.properties index 0a899f451..217cdee7d 100644 --- a/core/resources/build.properties +++ b/core/resources/build.properties @@ -1,7 +1,7 @@ # The OpenRocket build version -build.version=12.09dev +build.version=12.09.1 # The source of the package. When building a package for a specific diff --git a/core/web/html/actions/updates.php b/core/web/html/actions/updates.php index 83b20e5cf..8cecc10b2 100644 --- a/core/web/html/actions/updates.php +++ b/core/web/html/actions/updates.php @@ -80,10 +80,15 @@ header("Content-type: text/plain"); $version = $_GET["version"]; $updates = ""; -$unstable = "12.09"; +$unstable = "12.09.1"; $stable = "1.0.0"; -if (preg_match("/^12.03$/", $version)) { + +if (preg_match("/^12.09$/", $version)) { + $updates = "Version: " . $unstable . "\n" . + "4: Bug fixes\n" . + ""; +} else if (preg_match("/^12.03$/", $version)) { $updates = "Version: " . $unstable . "\n" . "10: 3D design view\n" . "9: Component presets\n" . @@ -223,4 +228,4 @@ if (strlen($updates) == 0) { } -?> \ No newline at end of file +?> diff --git a/core/web/html/download.html b/core/web/html/download.html index 3308e5a4d..bdd4799c3 100644 --- a/core/web/html/download.html +++ b/core/web/html/download.html @@ -48,6 +48,11 @@

Recent news:

+

28.9.2012: Version 12.09.1 is + released! This is a bug-fix release, + fixing numerous bugs introduced in 12.09. The only new feature is + the option to automatically open the latest design file on startup + (in EditPreferencesOptions).

23.9.2012: Version 12.09 for Android is released! The major improvement is the possibility to edit simulation parameters, thanks to work by Kevin @@ -69,22 +74,6 @@

  • Calibration rulers added to printed templates
  • Translations in Czech and Polish, numerous updates
  • -

    10.3.2012: Version 12.03 for desktop - and Android is released!

    -

    In this release the version numbering scheme has been changed. - From now on the version number is YY.MM indicating the - year and month of the release. Bug fix releases are indicated by - an added ".1".

    -

    This also marks the first release for Android devices. In this - first release you can open files and examine existing simulations, - stability data and motor files. The Android port is thanks to - work by Kevin Ruland.

    -

    Enhancements in the desktop version include saving designs in RKT - format thanks to Doug Pedrick, freeform fin set import form images - by Jason Blood, configurable stage separation - events, guided help tours and displaying the computed motor - designation class. The application has also been translated to - Italian by Mauro Biasutti and Russian by the Sky Dart Team.

    Ready packages

    @@ -105,20 +94,20 @@ Support This Project
    - + Download now! - OpenRocket-12.09.jar + OpenRocket-12.09.1.jar - Release notes | - Source code + Release notes | + Source code

    OpenRocket can be started in most graphical environments (including Windows) by double-clicking the package icon. No installation is required.

    From the command line OpenRocket can be started by - java -jar OpenRocket-12.09.jar

    + java -jar OpenRocket-12.09.1.jar

    Android version

    The Android version allows opening OpenRocket files, viewing simulations and motors. Later versions will allow running diff --git a/core/web/html/index.html b/core/web/html/index.html index 282eb5c97..41cee386e 100644 --- a/core/web/html/index.html +++ b/core/web/html/index.html @@ -49,12 +49,12 @@

    Introduction

    @@ -96,6 +96,11 @@

    News

    +

    28.9.2012: Version 12.09.1 is + released! This is a bug-fix release, + fixing numerous bugs introduced in 12.09. The only new feature is + the option to automatically open the latest design file on startup + (in EditPreferencesOptions).

    23.9.2012: Version 12.09 for Android is released! The major improvement is the possibility to edit simulation parameters, thanks to work by Kevin diff --git a/core/web/htp/htp.def b/core/web/htp/htp.def index bd7152ae7..c729b9c5f 100644 --- a/core/web/htp/htp.def +++ b/core/web/htp/htp.def @@ -1,4 +1,4 @@ - + diff --git a/core/web/htp/news.htp b/core/web/htp/news.htp index a6428598c..09ca852b0 100644 --- a/core/web/htp/news.htp +++ b/core/web/htp/news.htp @@ -9,6 +9,12 @@ +

    28.9.2012: Version 12.09.1 is + released! This is a bug-fix release, + fixing numerous bugs introduced in 12.09. The only new feature is + the option to automatically open the latest design file on startup + (in EditPreferencesOptions). +

    23.9.2012: Version 12.09 for Android is released! The major improvement is the possibility to edit simulation parameters, thanks to work by Kevin @@ -35,6 +41,10 @@ + + + +

    10.3.2012: Version 12.03 for desktop and Android is released!

    @@ -55,10 +65,6 @@ designation class. The application has also been translated to Italian by Mauro Biasutti and Russian by the Sky Dart Team.

    - - - -

    24.11.2011: Version 1.1.9 is released!