<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== ? release
+ * Add process name 'tag' functionality. Easier to distinguish thin daemons 
+   from eachother in process listing [ctcherry]
+
 == 1.2.1 Asynctilicious Ultra Supreme release
  * Require Rack 1.0.0
  * Require EventMachine 0.12.6</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -194,8 +194,7 @@ module Thin
     # Name of the server and type of backend used.
     # This is also the name of the process in which Thin is running as a daemon.
     def name
-      buffer = &quot;thin server (#{@backend})&quot;
-      	buffer &lt;&lt; &quot; [#{tag}]&quot; unless tag.nil? || tag.empty?
+      &quot;thin server (#{@backend})&quot; + (tag ? &quot; [#{tag}]&quot; : &quot;&quot;)
     end
     alias :to_s :name
     </diff>
      <filename>lib/thin/server.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>98082a17d506eb9aab72f8d222d519d08a3c714e</id>
    </parent>
  </parents>
  <author>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </author>
  <url>http://github.com/macournoyer/thin/commit/bb3c6dd7a75b590f4c26220d7d8550dd96b3fda7</url>
  <id>bb3c6dd7a75b590f4c26220d7d8550dd96b3fda7</id>
  <committed-date>2009-05-04T16:23:39-07:00</committed-date>
  <authored-date>2009-05-04T16:23:39-07:00</authored-date>
  <message>Add changelog for last merged changes and style fix.</message>
  <tree>9e366c045496d11f698631e5863a8b44a592d0fb</tree>
  <committer>
    <name>macournoyer</name>
    <email>macournoyer@gmail.com</email>
  </committer>
</commit>
