<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>icon-canceled.png</filename>
    </added>
    <added>
      <filename>releases/Macistrano.0.1.1.zip</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -19,7 +19,7 @@
 	&lt;key&gt;CFBundleSignature&lt;/key&gt;
 	&lt;string&gt;????&lt;/string&gt;
 	&lt;key&gt;CFBundleVersion&lt;/key&gt;
-	&lt;string&gt;0.1.0&lt;/string&gt;
+	&lt;string&gt;0.1.1&lt;/string&gt;
 	&lt;key&gt;LSUIElement&lt;/key&gt;
 	&lt;string&gt;1&lt;/string&gt;
 	&lt;key&gt;NSMainNibFile&lt;/key&gt;</diff>
      <filename>Info.plist</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ require 'pathname'
 # Application own Settings
 APPNAME               = &quot;Macistrano&quot;
 TARGET                = &quot;#{APPNAME}.app&quot;
-APPVERSION            = &quot;0.1.0&quot;
+APPVERSION            = &quot;0.1.1&quot;
 PUBLISH               = 'yourname@yourhost:path'
 DEFAULT_TARGET        = 'Macistrano'
 DEFAULT_CONFIGURATION = 'Release'</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -45,6 +45,7 @@
 		FEC9EB7A0DE099B900ABA9C8 /* task.rb in Resources */ = {isa = PBXBuildFile; fileRef = FEC9EB720DE099B900ABA9C8 /* task.rb */; };
 		FEE6BA300F2879F700402101 /* growl_support.rb in Resources */ = {isa = PBXBuildFile; fileRef = FEE6BA2F0F2879F700402101 /* growl_support.rb */; };
 		FEE6BA540F2892FC00402101 /* Credits.html in Resources */ = {isa = PBXBuildFile; fileRef = FEE6BA530F2892FC00402101 /* Credits.html */; };
+		FEE6BA7C0F2897DF00402101 /* icon-canceled.png in Resources */ = {isa = PBXBuildFile; fileRef = FEE6BA7B0F2897DF00402101 /* icon-canceled.png */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXCopyFilesBuildPhase section */
@@ -107,6 +108,7 @@
 		FEC9EB720DE099B900ABA9C8 /* task.rb */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = text.script.ruby; path = task.rb; sourceTree = &quot;&lt;group&gt;&quot;; };
 		FEE6BA2F0F2879F700402101 /* growl_support.rb */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = text.script.ruby; name = growl_support.rb; path = model/growl_support.rb; sourceTree = &quot;&lt;group&gt;&quot;; };
 		FEE6BA530F2892FC00402101 /* Credits.html */ = {isa = PBXFileReference; fileEncoding = 7; lastKnownFileType = text.html; path = Credits.html; sourceTree = &quot;&lt;group&gt;&quot;; };
+		FEE6BA7B0F2897DF00402101 /* icon-canceled.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = &quot;icon-canceled.png&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -170,6 +172,7 @@
 		29B97314FDCFA39411CA2CEA /* macistrano */ = {
 			isa = PBXGroup;
 			children = (
+				FEE6BA7B0F2897DF00402101 /* icon-canceled.png */,
 				FEE6BA530F2892FC00402101 /* Credits.html */,
 				FE874BA60F27330600AE5935 /* icon-webistrano-small.png */,
 				FE3CB0820E902DF8009138A1 /* macistrano.icns */,
@@ -335,6 +338,7 @@
 				FE874BA70F27330600AE5935 /* icon-webistrano-small.png in Resources */,
 				FEE6BA300F2879F700402101 /* growl_support.rb in Resources */,
 				FEE6BA540F2892FC00402101 /* Credits.html in Resources */,
+				FEE6BA7C0F2897DF00402101 /* icon-canceled.png in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};</diff>
      <filename>macistrano.xcodeproj/project.pbxproj</filename>
    </modified>
    <modified>
      <diff>@@ -8,14 +8,15 @@ module GrowlSupport
 
   def notify_growl(notification)
     deployment = notification.object
-    message = case when &quot;success&quot;:
-      GROWL_MESSAGE_TYPES[:deployment_complete]
-    when &quot;canceled&quot;:
-      GROWL_MESSAGE_TYPES[:deployment_canceled]
-    when &quot;failed&quot;:
-      GROWL_MESSAGE_TYPES[:deployment_failed]
-    end
-    @growl_notifier.notify(message, message, &quot;Stage #{deployment.stage.name} of project #{deployment.stage.project.name} (Host: #{deployment.stage.project.host.url})&quot;)
+    message = case deployment.status 
+      when &quot;success&quot;:
+        GROWL_MESSAGE_TYPES[:deployment_complete]
+      when &quot;canceled&quot;:
+        GROWL_MESSAGE_TYPES[:deployment_canceled]
+      when &quot;failed&quot;:
+        GROWL_MESSAGE_TYPES[:deployment_failed]
+      end
+    @growl_notifier.notify(message, message, &quot;Stage #{deployment.stage.name} of project #{deployment.stage.project.name} (Host: #{deployment.stage.project.host.url})&quot;, nil, true)
   end
   
   def init_growl</diff>
      <filename>model/growl_support.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>825bb8808af772856d0782f3abe13544778be0f6</id>
    </parent>
  </parents>
  <author>
    <name>Mathias Meyer</name>
    <email>meyer@paperplanes.de</email>
  </author>
  <url>http://github.com/mattmatt/macistrano/commit/a63dcdc4dfee01c9bc062fc98cac0aee2c8c56c6</url>
  <id>a63dcdc4dfee01c9bc062fc98cac0aee2c8c56c6</id>
  <committed-date>2009-01-22T04:15:05-08:00</committed-date>
  <authored-date>2009-01-22T04:15:05-08:00</authored-date>
  <message>Added missing icon for cancelled deployments. Fixed broken growl support. Added release 0.1.1.</message>
  <tree>32010f8e27f8db096b0340146b564754ad3a0ea6</tree>
  <committer>
    <name>Mathias Meyer</name>
    <email>meyer@paperplanes.de</email>
  </committer>
</commit>
