diff --git a/ChangeLog b/ChangeLog index 9a642d195..4404b9ca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-03-21 Sampo Niskanen + + * Released version 1.1.0 + +2010-03-20 Doug Pedrick + + * [BUG] Fixed RockSim design material loading + 2010-03-20 Sampo Niskanen * Minor enhancements to the logging system diff --git a/README.TXT b/README.TXT index a9d6d6f0f..54084d776 100644 --- a/README.TXT +++ b/README.TXT @@ -18,3 +18,12 @@ To start the software run the class or from the JAR file run $ java -jar OpenRocket-.jar + + + +Contributions have been made by: +-------------------------------- + +Sampo Niskanen, main developer +Doug Pedrick, support for reading RockSim designs + diff --git a/ReleaseNotes b/ReleaseNotes index 596a411a5..a72db2e66 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -1,3 +1,10 @@ +OpenRocket 1.1.0 (2010-03-21): +------------------------------- + +Support for loading RockSim rocket design files (.rkt) thanks to +Doug Pedrick. + + OpenRocket 1.0.0 (2010-03-10): ------------------------------- diff --git a/build.properties b/build.properties index 1bc4ac315..1bb030aca 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,7 @@ # The OpenRocket build version -build.version=1.1.0pre +build.version=1.1.0 # The source of the package. When building a package for a specific diff --git a/dists/OpenRocket-1.1.0-src.zip b/dists/OpenRocket-1.1.0-src.zip new file mode 100644 index 000000000..73aa664cf Binary files /dev/null and b/dists/OpenRocket-1.1.0-src.zip differ diff --git a/dists/OpenRocket-1.1.0.jar b/dists/OpenRocket-1.1.0.jar new file mode 100644 index 000000000..563c48ff2 Binary files /dev/null and b/dists/OpenRocket-1.1.0.jar differ