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 @@ + + - - + + @@ -49,7 +51,7 @@ - + @@ -70,14 +72,16 @@ Building source distribution + - - + - + + + @@ -89,7 +93,7 @@ - + Test successful diff --git a/dists/OpenRocket-0.9.1-src.zip b/dists/OpenRocket-0.9.1-src.zip new file mode 100644 index 000000000..d0f645214 Binary files /dev/null and b/dists/OpenRocket-0.9.1-src.zip differ diff --git a/dists/OpenRocket-0.9.1.jar b/dists/OpenRocket-0.9.1.jar new file mode 100644 index 000000000..e784f21a1 Binary files /dev/null and b/dists/OpenRocket-0.9.1.jar differ diff --git a/html/documentation.html b/html/documentation.html index d278a7695..d40766b09 100644 --- a/html/documentation.html +++ b/html/documentation.html @@ -55,8 +55,6 @@

Technical documentation

-

Coming within the next few weeks.

- +

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.

- Download OpenRocket 0.9.0

+ Download OpenRocket 0.9.1

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.

Source code

-

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 @@

News

+

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