diff --git a/ReleaseNotes b/ReleaseNotes
new file mode 100644
index 000000000..c802e1abb
--- /dev/null
+++ b/ReleaseNotes
@@ -0,0 +1,12 @@
+
+OpenRocket 0.9.1 (2009-06-09):
+-------------------------------
+
+Bug fixes to file dialog and saving; initial support for cut/copy/paste
+of simulations.
+
+
+OpenRocket 0.9.0 (2009-05-24):
+-------------------------------
+
+Initial release.
\ No newline at end of file
diff --git a/build.properties b/build.properties
index d7a601ecc..3a32f3389 100644
--- a/build.properties
+++ b/build.properties
@@ -1,6 +1,6 @@
# The OpenRocket build version
-build.version=0.9.1pre
+build.version=0.9.1
# The source of the package. When building a package for a specific
# distribution (Debian, Fedora etc.), this should be changed appropriately!
diff --git a/build.xml b/build.xml
index 939d54b1f..478685aea 100644
--- a/build.xml
+++ b/build.xml
@@ -13,9 +13,11 @@
Coming within the next few weeks.Technical documentation
- Resources
diff --git a/html/download.html b/html/download.html
index 1b77a46d1..1222161b0 100644
--- a/html/download.html
+++ b/html/download.html
@@ -56,7 +56,7 @@
later. The Sun JRE is recommended.
OpenRocket is still considered beta software. If you encounter any problems, please @@ -65,17 +65,21 @@
OpenRocket can be started in graphical environments (such as Windows) by double-clicking the package icon. No installation is required. From the command line it can be started by
-$ java -jar OpenRocket-0.9.0.jar+
$ java -jar OpenRocket-0.9.1.jar-
Older packages are available from the - SourceForge repository.
+Older packages and source code are available from the + SourceForge repository.
The source code for OpenRocket is available from the - SourceForge SVN repository. - It can be retrieved simply using the command
+Source packages for OpenRocket are available in the + SourceForge repository.
+ +Alternatively, the most recent development version can be + obtained from the + SVN + repository. It can be retrieved simply using the command
$ svn co https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk OpenRocket
The above URL may be used to connect to the repository with other Subversion clients as well.
diff --git a/html/index.html b/html/index.html index 110436883..0848ebfeb 100644 --- a/html/index.html +++ b/html/index.html @@ -90,6 +90,14 @@9.6.2009: The + Master's thesis for which OpenRocket + was written for is now available!
+ +At the same time version 0.9.1 was + released. This release fixes various + file handling bugs and adds small UI enhancements.
+24.5.2009: First version 0.9.0 released!
diff --git a/html/thesis.pdf b/html/thesis.pdf new file mode 100644 index 000000000..e82acf65b Binary files /dev/null and b/html/thesis.pdf differ