bug fixes for release 1.1.2
This commit is contained in:
		
							parent
							
								
									b9a0800ca5
								
							
						
					
					
						commit
						bdbf83aa24
					
				@ -1,3 +1,7 @@
 | 
				
			|||||||
 | 
					2010-09-07  Sampo Niskanen
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* Released version 1.1.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2010-09-05  Sampo Niskanen
 | 
					2010-09-05  Sampo Niskanen
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* [BUG] Fixed bug that prevents adding stages to a rocket
 | 
						* [BUG] Fixed bug that prevents adding stages to a rocket
 | 
				
			||||||
 | 
				
			|||||||
@ -1,3 +1,9 @@
 | 
				
			|||||||
 | 
					OpenRocket 1.1.2  (2010-09-07):
 | 
				
			||||||
 | 
					-------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Fixes a severe bug that prevented adding stages to rockets.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OpenRocket 1.1.1  (2010-09-03):
 | 
					OpenRocket 1.1.1  (2010-09-03):
 | 
				
			||||||
-------------------------------
 | 
					-------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# The OpenRocket build version
 | 
					# The OpenRocket build version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build.version=1.1.2pre
 | 
					build.version=1.1.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# The source of the package.  When building a package for a specific
 | 
					# The source of the package.  When building a package for a specific
 | 
				
			||||||
 | 
				
			|||||||
@ -6,22 +6,22 @@ Steps for making a release:
 | 
				
			|||||||
3.  Update ChangeLog
 | 
					3.  Update ChangeLog
 | 
				
			||||||
4.  ant dist
 | 
					4.  ant dist
 | 
				
			||||||
5.  Test new features (not in project directory)
 | 
					5.  Test new features (not in project directory)
 | 
				
			||||||
6.  Copy distribution files into dists/
 | 
					6.  Copy distribution files into OpenRocket-dists project
 | 
				
			||||||
7.  Update Eclipse project and commit files to SVN
 | 
					7.  Update updates.php and test various versions using a different name:
 | 
				
			||||||
8.  Tag the version in SVN, URL:
 | 
					 | 
				
			||||||
    https://openrocket.svn.sourceforge.net/svnroot/openrocket/tags/Release_1.1.x
 | 
					 | 
				
			||||||
9.  Update updates.php and test various versions using a different name:
 | 
					 | 
				
			||||||
    scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/testupdates.php
 | 
					    scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/testupdates.php
 | 
				
			||||||
    java -Dopenrocket.debug.updateurl=http://openrocket.sourceforge.net/actions/testupdates.php -jar OpenRocket-1.1.0.jar
 | 
					    java -Dopenrocket.debug.updateurl=http://openrocket.sourceforge.net/actions/testupdates.php -jar OpenRocket-1.1.0.jar
 | 
				
			||||||
10. Upload JAR and source distribution and ReleaseNotes to Sourceforge 
 | 
					8.  Update HTML: htp/htp.def (version number) htp/news.htp (release info)
 | 
				
			||||||
 | 
					9.  Run "htp @" and check the web pages locally
 | 
				
			||||||
 | 
					10. Update Eclipse project and commit files to SVN (OpenRocket and OpenRocket-dists)
 | 
				
			||||||
 | 
					11. Tag the version in SVN, URL:
 | 
				
			||||||
 | 
					    https://openrocket.svn.sourceforge.net/svnroot/openrocket/tags/Release_1.1.x
 | 
				
			||||||
 | 
					12. Upload JAR and source distribution and ReleaseNotes to Sourceforge 
 | 
				
			||||||
     - Project Admin -> File Manager
 | 
					     - Project Admin -> File Manager
 | 
				
			||||||
     - create new version directory under /openrocket
 | 
					     - create new version directory under /openrocket
 | 
				
			||||||
     - upload JAR, ZIP and ReleaseNotes
 | 
					     - upload JAR, ZIP and ReleaseNotes
 | 
				
			||||||
     - select ReleaseNotes properties, set as release notes
 | 
					     - select ReleaseNotes properties, set as release notes
 | 
				
			||||||
     - select JAR properties, set release note file and default downloads
 | 
					     - select JAR properties, set release note file and default downloads
 | 
				
			||||||
     - select ZIP properties, set release note file
 | 
					     - select ZIP properties, set release note file
 | 
				
			||||||
11. Update HTML: htp/htp.def (version number) htp/news.htp (release info)
 | 
					 | 
				
			||||||
12. Run "htp @" and check the web pages locally
 | 
					 | 
				
			||||||
13. Update HTML to web server:
 | 
					13. Update HTML to web server:
 | 
				
			||||||
    scp * plaa,openrocket@web.sourceforge.net:htdocs/
 | 
					    scp * plaa,openrocket@web.sourceforge.net:htdocs/
 | 
				
			||||||
14. Test downloading from Sourceforge and web site
 | 
					14. Test downloading from Sourceforge and web site
 | 
				
			||||||
 | 
				
			|||||||
@ -76,17 +76,23 @@ header("Content-type: text/plain");
 | 
				
			|||||||
$version = $_GET["version"];
 | 
					$version = $_GET["version"];
 | 
				
			||||||
$updates = "";
 | 
					$updates = "";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if (preg_match("/^1\.1\.0/", $version)) {
 | 
					$unstable = "1.1.2";
 | 
				
			||||||
  $updates = "Version: 1.1.1\n" .
 | 
					$stable = "1.0.0";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if (preg_match("/^1\.1\.1/", $version)) {
 | 
				
			||||||
 | 
					  $updates = "Version: " . $unstable . "\n" .
 | 
				
			||||||
 | 
					    "4: Fixed bug preventing addition of stages\n";
 | 
				
			||||||
 | 
					} else if (preg_match("/^1\.1\.0/", $version)) {
 | 
				
			||||||
 | 
					  $updates = "Version: " . $unstable . "\n" .
 | 
				
			||||||
    "6: Enhanced motor selection\n" .
 | 
					    "6: Enhanced motor selection\n" .
 | 
				
			||||||
    "5: Rewritten simulation code\n" .
 | 
					    "5: Rewritten simulation code\n" .
 | 
				
			||||||
    "4: Bug fixes";
 | 
					    "4: Bug fixes";
 | 
				
			||||||
} else if (preg_match("/^0\.9\.6/", $version)) {
 | 
					} else if (preg_match("/^0\.9\.6/", $version)) {
 | 
				
			||||||
  $updates = "Version: 1.0.0\n" .
 | 
					  $updates = "Version: " . $stable . "\n" .
 | 
				
			||||||
    "6: Hundreds of new thrustcurves\n" .
 | 
					    "6: Hundreds of new thrustcurves\n" .
 | 
				
			||||||
    "5: Bug fixes";
 | 
					    "5: Bug fixes";
 | 
				
			||||||
} else if (preg_match("/^0\.9\.[45]/", $version)) {
 | 
					} else if (preg_match("/^0\.9\.[45]/", $version)) {
 | 
				
			||||||
  $updates = "Version: 1.0.0\n" .
 | 
					  $updates = "Version: " . $stable . "\n" .
 | 
				
			||||||
    "7: Hundreds of new thrustcurves\n" .
 | 
					    "7: Hundreds of new thrustcurves\n" .
 | 
				
			||||||
    "6: Aerodynamic computation updates\n" .
 | 
					    "6: Aerodynamic computation updates\n" .
 | 
				
			||||||
    "5: Numerous bug fixes";
 | 
					    "5: Numerous bug fixes";
 | 
				
			||||||
 | 
				
			|||||||
@ -45,6 +45,10 @@
 | 
				
			|||||||
  <div class="content">
 | 
					  <div class="content">
 | 
				
			||||||
<div class="news">
 | 
					<div class="news">
 | 
				
			||||||
      <h2>Recent news:</h2>
 | 
					      <h2>Recent news:</h2>
 | 
				
			||||||
 | 
					  <p><span class="date">7.9.2010:</span> A bug-fix version 1.1.2 is
 | 
				
			||||||
 | 
					    <a href="download.html">released</a>!</p>
 | 
				
			||||||
 | 
					  <p>This release fixes a severe bug in 1.1.1 that prevented adding stages
 | 
				
			||||||
 | 
					    to rocket designs.  Users are recommended to upgrade.</p>
 | 
				
			||||||
  <p><span class="date">3.9.2010:</span> Version 1.1.1 is
 | 
					  <p><span class="date">3.9.2010:</span> Version 1.1.1 is
 | 
				
			||||||
    <a href="download.html">released</a>!</p>
 | 
					    <a href="download.html">released</a>!</p>
 | 
				
			||||||
  <p>For this release a major part of the simulator code has been
 | 
					  <p>For this release a major part of the simulator code has been
 | 
				
			||||||
@ -60,13 +64,6 @@
 | 
				
			|||||||
    rocket design files (.RKT), thanks to contributions by Doug
 | 
					    rocket design files (.RKT), thanks to contributions by Doug
 | 
				
			||||||
    Pedrick.  It's also the kick-off of the 1.1 development branch of
 | 
					    Pedrick.  It's also the kick-off of the 1.1 development branch of
 | 
				
			||||||
    OpenRocket.</p>
 | 
					    OpenRocket.</p>
 | 
				
			||||||
  <p><span class="date">10.3.2010:</span> Version 1.0.0 is
 | 
					 | 
				
			||||||
    <a href="download.html">released</a>!</p>
 | 
					 | 
				
			||||||
  <p>This release includes several hundred new thrustcurves from
 | 
					 | 
				
			||||||
    <a href="http://www.thrustcurve.org/">thrustcurve.org</a> and some
 | 
					 | 
				
			||||||
    bug fixes.  It is also a stable milestone, after which development
 | 
					 | 
				
			||||||
    on larger features will be started in a 1.1 branch.  Look out
 | 
					 | 
				
			||||||
    for it!  :-)</p>
 | 
					 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
    <div class="contentholder">
 | 
					    <div class="contentholder">
 | 
				
			||||||
      <h2>Ready packages</h2>
 | 
					      <h2>Ready packages</h2>
 | 
				
			||||||
@ -85,13 +82,13 @@
 | 
				
			|||||||
        <a href="http://sourceforge.net/donate/index.php?group_id=260357"><img src="project-support.jpg" width="88" height="32" alt="Support This Project" /></a>
 | 
					        <a href="http://sourceforge.net/donate/index.php?group_id=260357"><img src="project-support.jpg" width="88" height="32" alt="Support This Project" /></a>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
        <div class="downloadbox">
 | 
					        <div class="downloadbox">
 | 
				
			||||||
    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.1/OpenRocket-1.1.1.jar/download">
 | 
					    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.2/OpenRocket-1.1.2.jar/download">
 | 
				
			||||||
      <strong>Download now!</strong>
 | 
					      <strong>Download now!</strong>
 | 
				
			||||||
      <span>OpenRocket-1.1.1.jar</span>
 | 
					      <span>OpenRocket-1.1.2.jar</span>
 | 
				
			||||||
    </a>
 | 
					    </a>
 | 
				
			||||||
    <span class="alternative">
 | 
					    <span class="alternative">
 | 
				
			||||||
      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.1/ReleaseNotes/view">Release notes</a> |
 | 
					      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.2/ReleaseNotes/view">Release notes</a> |
 | 
				
			||||||
            <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.1/OpenRocket-1.1.1-src.zip/download">Source code</a>
 | 
					            <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.2/OpenRocket-1.1.2-src.zip/download">Source code</a>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
      <h3>Stable release</h3>
 | 
					      <h3>Stable release</h3>
 | 
				
			||||||
@ -108,7 +105,7 @@
 | 
				
			|||||||
	Windows) by double-clicking the package icon.  No installation is
 | 
						Windows) by double-clicking the package icon.  No installation is
 | 
				
			||||||
	required.</p>
 | 
						required.</p>
 | 
				
			||||||
      <p>From the command line OpenRocket can be started by
 | 
					      <p>From the command line OpenRocket can be started by
 | 
				
			||||||
      <span class="command">java -jar OpenRocket-1.1.1.jar</span></p>
 | 
					      <span class="command">java -jar OpenRocket-1.1.2.jar</span></p>
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="clear"></div>
 | 
					    <div class="clear"></div>
 | 
				
			||||||
 | 
				
			|||||||
@ -46,12 +46,12 @@
 | 
				
			|||||||
    <h2>Introduction</h2>
 | 
					    <h2>Introduction</h2>
 | 
				
			||||||
    <div class="rightpane">
 | 
					    <div class="rightpane">
 | 
				
			||||||
        <div class="downloadbox">
 | 
					        <div class="downloadbox">
 | 
				
			||||||
    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.1/OpenRocket-1.1.1.jar/download">
 | 
					    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.2/OpenRocket-1.1.2.jar/download">
 | 
				
			||||||
      <strong>Download now!</strong>
 | 
					      <strong>Download now!</strong>
 | 
				
			||||||
      <span>OpenRocket-1.1.1.jar</span>
 | 
					      <span>OpenRocket-1.1.2.jar</span>
 | 
				
			||||||
    </a>
 | 
					    </a>
 | 
				
			||||||
    <span class="alternative">
 | 
					    <span class="alternative">
 | 
				
			||||||
      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.1/ReleaseNotes/view">Release notes</a> |
 | 
					      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.2/ReleaseNotes/view">Release notes</a> |
 | 
				
			||||||
            <a href="download.html">Other versions</a>
 | 
					            <a href="download.html">Other versions</a>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
@ -88,6 +88,10 @@
 | 
				
			|||||||
    <div class="clear"></div>
 | 
					    <div class="clear"></div>
 | 
				
			||||||
<div class="news">
 | 
					<div class="news">
 | 
				
			||||||
      <h2>News</h2>
 | 
					      <h2>News</h2>
 | 
				
			||||||
 | 
					  <p><span class="date">7.9.2010:</span> A bug-fix version 1.1.2 is
 | 
				
			||||||
 | 
					    <a href="download.html">released</a>!</p>
 | 
				
			||||||
 | 
					  <p>This release fixes a severe bug in 1.1.1 that prevented adding stages
 | 
				
			||||||
 | 
					    to rocket designs.  Users are recommended to upgrade.</p>
 | 
				
			||||||
  <p><span class="date">3.9.2010:</span> Version 1.1.1 is
 | 
					  <p><span class="date">3.9.2010:</span> Version 1.1.1 is
 | 
				
			||||||
    <a href="download.html">released</a>!</p>
 | 
					    <a href="download.html">released</a>!</p>
 | 
				
			||||||
  <p>For this release a major part of the simulator code has been
 | 
					  <p>For this release a major part of the simulator code has been
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
<set stableversion="1.0.0">
 | 
					<set stableversion="1.0.0">
 | 
				
			||||||
<set developmentversion="1.1.1">
 | 
					<set developmentversion="1.1.2">
 | 
				
			||||||
<set version="${developmentversion}">
 | 
					<set version="${developmentversion}">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<def name="downloadbox">
 | 
					<def name="downloadbox">
 | 
				
			||||||
 | 
				
			|||||||
@ -9,6 +9,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  <!--- Remember to move the position of "onlyrecent" below! --->
 | 
					  <!--- Remember to move the position of "onlyrecent" below! --->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  <p><span class="date">7.9.2010:</span> A bug-fix version 1.1.2 is 
 | 
				
			||||||
 | 
					    <a href="download.html">released</a>!</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  <p>This release fixes a severe bug in 1.1.1 that prevented adding stages
 | 
				
			||||||
 | 
					    to rocket designs.  Users are recommended to upgrade.</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <p><span class="date">3.9.2010:</span> Version 1.1.1 is 
 | 
					  <p><span class="date">3.9.2010:</span> Version 1.1.1 is 
 | 
				
			||||||
    <a href="download.html">released</a>!</p>
 | 
					    <a href="download.html">released</a>!</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -29,6 +35,10 @@
 | 
				
			|||||||
    Pedrick.  It's also the kick-off of the 1.1 development branch of
 | 
					    Pedrick.  It's also the kick-off of the 1.1 development branch of
 | 
				
			||||||
    OpenRocket.</p>
 | 
					    OpenRocket.</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  <if not onlyrecent><!--- Older items not shown on download page:  --->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <p><span class="date">10.3.2010:</span> Version 1.0.0 is 
 | 
					  <p><span class="date">10.3.2010:</span> Version 1.0.0 is 
 | 
				
			||||||
    <a href="download.html">released</a>!</p>
 | 
					    <a href="download.html">released</a>!</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -38,10 +48,6 @@
 | 
				
			|||||||
    on larger features will be started in a 1.1 branch.  Look out
 | 
					    on larger features will be started in a 1.1 branch.  Look out
 | 
				
			||||||
    for it!  :-)</p>
 | 
					    for it!  :-)</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
  <if not onlyrecent><!--- Older items not shown on download page:  --->
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  <p><span class="date">17.2.2010:</span> Version 0.9.6 is
 | 
					  <p><span class="date">17.2.2010:</span> Version 0.9.6 is
 | 
				
			||||||
    <a href="download.html">released</a>!</p>
 | 
					    <a href="download.html">released</a>!</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user