diff --git a/ChangeLog b/ChangeLog
index a7fe5f9a9..4bf0362dd 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 613117165..ec48cb918 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 fd13d5a76..e145237fe 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 ea6864833..0fc0577d2 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 ddb2b5be3..c4f1ba9ed 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 @@
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
@@ -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 8fd48dea3..59f4a572c 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 03938a0d6..c718b532e 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!