<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,9 @@
-== 0.9.9 xxx-xx-xx
+== 0.9.8.1 2007-05-20
 
-* ami-xxx (32-bit) and ami-xxx (64-bit)
+* ami-b657b2df (32-bit) and ami-8957b2e0 (64-bit) (same AMI's as 0.9.8, this is an update to the RubyGem only)
 * This is another test release, still not intended to be production-ready. Look for version 1.0. Almost there!!
-*
+* Bug fix: if :ec2onrails[:enable_ssl] = true the setup task fails due to /etc/init.d/apache2 not executable
+* Bug fix: retry the the first mysqld startup, because on first startup sometimes the /etc/init.d/mysql startup script thinks it failed because mysqld took too long to physically write the logs full.
 
 
 == 0.9.8 2007-05-19</diff>
      <filename>gem/History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -210,7 +210,9 @@ Capistrano::Configuration.instance.load do
       DESC
       task :start, :roles =&gt; :db_admin do
         sudo &quot;chmod a+x /etc/init.d/mysql&quot;
-        sudo &quot;/etc/init.d/mysql start&quot;
+        # The mysql init script can fail on the first startup if mysql takes too long 
+        # to create the logfiles, so try again
+        sudo &quot;/etc/init.d/mysql start || (sleep 10 &amp;&amp; /etc/init.d/mysql start)&quot;
       end
       
       desc &lt;&lt;-DESC
@@ -444,7 +446,7 @@ Capistrano::Configuration.instance.load do
       task :enable_ssl, :roles =&gt; :web_admin do
         sudo &quot;a2enmod ssl&quot;
         sudo &quot;a2ensite default-ssl&quot;
-        sudo &quot;/etc/init.d/apache2 restart&quot;
+        run_init_script(&quot;apache2&quot;, &quot;restart&quot;)
       end
     end
     </diff>
      <filename>gem/lib/ec2onrails/recipes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -20,10 +20,11 @@ module Ec2onrails #:nodoc:
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 9
-    TINY  = 9
-    STRING = [MAJOR, MINOR, TINY].join('.')
+    TINY  = 8
+    GEM_UPDATE  = 1
+    STRING = [MAJOR, MINOR, TINY, GEM_UPDATE].join('.')
     
-    AMI_ID_32_BIT = 'ami-xxx'
-    AMI_ID_64_BIT = 'ami-xxx'
+    AMI_ID_32_BIT = 'ami-b657b2df'
+    AMI_ID_64_BIT = 'ami-8957b2e0'
   end
 end</diff>
      <filename>gem/lib/ec2onrails/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>069b7960e3ba95366e7e0cbf0b92600ed4c1bc8d</id>
    </parent>
  </parents>
  <author>
    <name>Paul Dowman</name>
    <email>paul@pauldowman.com</email>
  </author>
  <url>http://github.com/pauldowman/ec2onrails/commit/4f5301b8cb602fb5236165cfb450e664774e27f9</url>
  <id>4f5301b8cb602fb5236165cfb450e664774e27f9</id>
  <committed-date>2008-05-20T07:45:08-07:00</committed-date>
  <authored-date>2008-05-20T07:45:08-07:00</authored-date>
  <message>two small bug fixes in the cap tasks</message>
  <tree>deff675e09b22f5fb5dcb1d37208051739abce30</tree>
  <committer>
    <name>Paul Dowman</name>
    <email>paul@pauldowman.com</email>
  </committer>
</commit>
