<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,11 @@
+= 1.4.1
+
+* Bugs fixed
+  * Daemon failed on startup fixed with expanding full path of pid file
+
 = 1.4.0
 
+* Forked gem and published on GitHub (gem sources -a http://gems.github.com)
 * New Features
   * Added pid file creation on daemonize with command line option to specify pid filename [Dylan Egan]
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = %q{ar_mailer}
-  s.version = &quot;1.4.0&quot;
+  s.version = &quot;1.4.1&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Eric Hodel&quot;]</diff>
      <filename>ar_mailer.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -54,7 +54,7 @@ class ActionMailer::ARSendmail
   ##
   # The version of ActionMailer::ARSendmail you are running.
 
-  VERSION = '1.3.1'
+  VERSION = '1.4.1'
 
   ##
   # Maximum number of times authentication will be consecutively retried
@@ -351,7 +351,7 @@ end
 
     if options[:Daemon] then
       require 'webrick/server'
-      @@pid_file = options[:Pidfile]
+      @@pid_file = File.expand_path(options[:Pidfile])
       if File.exists? @@pid_file
         # check to see if process is actually running
         pid = ''</diff>
      <filename>lib/action_mailer/ar_sendmail.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>91a6b427733dd20ad461f0cd4ab657ac1be16e93</id>
    </parent>
  </parents>
  <author>
    <name>Adam Meehan</name>
    <email>adam.meehan@gmail.com</email>
  </author>
  <url>http://github.com/cyu/ar_mailer/commit/2bca8fee97effb3336f19abaea5d6bbd09b83ad8</url>
  <id>2bca8fee97effb3336f19abaea5d6bbd09b83ad8</id>
  <committed-date>2008-07-03T02:04:13-07:00</committed-date>
  <authored-date>2008-07-03T02:04:13-07:00</authored-date>
  <message>fixed bug with daemon failing on startup, by expanding pid file to full path</message>
  <tree>b73d749e48ca4c80f3ec2389e19518619a6c557a</tree>
  <committer>
    <name>Adam Meehan</name>
    <email>adam.meehan@gmail.com</email>
  </committer>
</commit>
