This commit is contained in:
Sampo Niskanen 2009-09-01 15:59:16 +00:00
parent 71f90d60d8
commit 09e619f598
4 changed files with 16 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# The OpenRocket build version # 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 # The source of the package. When building a package for a specific

View File

@ -56,7 +56,7 @@
later. The Sun JRE is recommended.</em></p> later. The Sun JRE is recommended.</em></p>
<p class="download"> <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>. <p>OpenRocket is still considered <strong>beta software</strong>.
If you encounter any problems, please If you encounter any problems, please
@ -65,7 +65,7 @@
<p>OpenRocket can be started in graphical environments (such as <p>OpenRocket can be started in graphical environments (such as
Windows) by double-clicking the package icon. No installation is Windows) by double-clicking the package icon. No installation is
required. From the command line it can be started by</p> 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 <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> <a href="https://sourceforge.net/project/showfiles.php?group_id=260357&amp;package_id=319743">SourceForge repository</a>.</p>

View File

@ -90,6 +90,13 @@
<h2>News</h2> <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 <p><strong>13.7.2009:</strong> Version 0.9.2 is
<a href="download.html">released</a>!</p> <a href="download.html">released</a>!</p>

View File

@ -9,5 +9,10 @@ Steps for making a release:
6. Copy distribution files into dist/ 6. Copy distribution files into dist/
7. Update Eclipse project and commit files to SVN 7. Update Eclipse project and commit files to SVN
8. Tag the version in 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