From: plaa Date: Tue, 9 Jun 2009 18:27:33 +0000 (+0000) Subject: Version 0.9.1 X-Git-Tag: upstream/1.0.0~30 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=973fc73dd5011eb4c059c696affb0b32d1b3a958;p=debian%2Fopenrocket Version 0.9.1 git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@8 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/ReleaseNotes b/ReleaseNotes new file mode 100644 index 00000000..c802e1ab --- /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 d7a601ec..3a32f338 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 939d54b1..478685ae 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 00000000..d0f64521 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 00000000..e784f21a Binary files /dev/null and b/dists/OpenRocket-0.9.1.jar differ diff --git a/html/documentation.html b/html/documentation.html index d278a769..d40766b0 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 1b77a46d..1222161b 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 11043688..0848ebfe 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 00000000..e82acf65 Binary files /dev/null and b/html/thesis.pdf differ