0.9.4pre
authorplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 1 Sep 2009 15:59:16 +0000 (15:59 +0000)
committerplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 1 Sep 2009 15:59:16 +0000 (15:59 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@23 180e2498-e6e9-4542-8430-84ac67f01cd8

build.properties
html/download.html
html/index.html
releasing.txt

index 1cbad044161dd0dfab34f831b89e963ab24941bd..d74b630a03eab1dbc026d4f4bd567148c1635b26 100644 (file)
@@ -1,7 +1,7 @@
 
 # The OpenRocket build version
 
-build.version=0.9.3
+build.version=0.9.4pre
 
 
 # The source of the package.  When building a package for a specific
index b850cebe33a2706bf53f90ab4814d46f5a54de21..d3497cac503abb6df8843c1981a260240d8a870b 100644 (file)
@@ -56,7 +56,7 @@
     later.  The Sun JRE is recommended.</em></p>
 
     <p class="download">
-    <a href="https://sourceforge.net/projects/openrocket/files/openrocket/OpenRocket-0.9.2.jar/download">Download OpenRocket 0.9.2</a></p>
+    <a href="https://sourceforge.net/projects/openrocket/files/openrocket/OpenRocket-0.9.3.jar/download">Download OpenRocket 0.9.3</a></p>
 
     <p>OpenRocket is still considered <strong>beta software</strong>.
     If you encounter any problems, please 
@@ -65,7 +65,7 @@
     <p>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</p>
-    <pre class="quote">$ java -jar OpenRocket-0.9.2.jar</pre>
+    <pre class="quote">$ java -jar OpenRocket-0.9.3.jar</pre>
 
     <p>Older packages and source code are available from the
     <a href="https://sourceforge.net/project/showfiles.php?group_id=260357&amp;package_id=319743">SourceForge repository</a>.</p>
index 169187fa900722e1912ced7293952cd38504eeb4..c2d39944638ce19f0b529b3b24186f17efd3a825 100644 (file)
 
     <h2>News</h2>
 
+    <p><strong>1.9.2009:</strong> Version 0.9.3 is
+      <a href="download.html">released</a>!</p>
+
+    <p>This version includes lots of bug fixes and new features including
+    data exporting, showing flight events in plots, example rocket designs,
+     splitting clustered inner tubes and automated bug reporting.</p>
+
     <p><strong>13.7.2009:</strong> Version 0.9.2 is
       <a href="download.html">released</a>!</p>
 
index 499c502b090798399e4555fbe0ce570977c5ae7c..389c310c6e958fadeb61b2600b877fcdea695c84 100644 (file)
@@ -9,5 +9,10 @@ Steps for making a release:
 6. Copy distribution files into dist/
 7. Update Eclipse project and commit files to SVN
 8. Tag the version in SVN
-
+9. Upload JAR and source distribution and ReleaseNotes to Sourceforge 
+   (Project Admin -> File Manager, create new version directory + upload)
+10. Update HTML: index.html (release notes) download.html (version number)
+11. Update HTML to web server
+12. Send email about new release
+13. Update build.properties to "pre" version + commit