<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.ditz/issue-a2e9ba30298c7c3ce34a20262eb60ac0d5ca9e63.yaml</filename>
    </added>
    <added>
      <filename>.ditz/issue-c26b6a4ffd75036aec997c65d9f7dca7d1b3f29e.yaml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@ title: treat as 'canceled' when task attribute edit has no means
 desc: current implementation always sync even if there's nothing changed.
 type: :task
 component: milpon
-release: &quot;1.1&quot;
+release: &quot;2.1&quot;
 reporter: mootoh &lt;mootoh@gmail.com&gt;
 status: :unstarted
 disposition: 
@@ -20,5 +20,9 @@ log_events:
   - mootoh &lt;mootoh@gmail.com&gt;
   - assigned to release 1.1 from beta08
   - &quot;&quot;
+- - 2009-05-21 16:17:47.126654 Z
+  - mootoh &lt;mootoh@gmail.com&gt;
+  - assigned to release 2.1 from 1.1
+  - &quot;&quot;
 git_branch: 
 claimer: </diff>
      <filename>.ditz/issue-d9e7c4abac85975536acbbd026ae5ebab1b685cc.yaml</filename>
    </modified>
    <modified>
      <diff>@@ -59,10 +59,23 @@ releases:
     - released!
 - !ditz.rubyforge.org,2008-03-06/release 
   name: &quot;1.1&quot;
-  status: :unreleased
-  release_time: 
+  status: :released
+  release_time: 2009-05-21 16:18:03.147896 Z
   log_events: 
   - - 2009-04-16 10:58:28.117185 Z
     - mootoh &lt;mootoh@gmail.com&gt;
     - created
     - new UI, tag support.
+  - - 2009-05-21 16:18:03.147921 Z
+    - mootoh &lt;mootoh@gmail.com&gt;
+    - released
+    - &quot;&quot;
+- !ditz.rubyforge.org,2008-03-06/release 
+  name: &quot;2.1&quot;
+  status: :unreleased
+  release_time: 
+  log_events: 
+  - - 2009-05-21 16:17:18.996697 Z
+    - mootoh &lt;mootoh@gmail.com&gt;
+    - created
+    - minor improvements and bug fixes from 2.0.</diff>
      <filename>.ditz/project.yaml</filename>
    </modified>
    <modified>
      <diff>@@ -2003,7 +2003,6 @@
 				GCC_PREFIX_HEADER = others/Milpon_Prefix.pch;
 				INFOPLIST_FILE = others/Info.plist;
 				PRODUCT_NAME = Milpon;
-				&quot;PROVISIONING_PROFILE[sdk=iphoneos*]&quot; = &quot;B50027B4-7B6E-434A-BC24-30B0560355D1&quot;;
 				SDKROOT = iphoneos2.2.1;
 			};
 			name = AdHocRelease;</diff>
      <filename>Milpon.xcodeproj/project.pbxproj</filename>
    </modified>
    <modified>
      <diff>@@ -27,6 +27,7 @@
    NSString *list_id;
    NSMutableArray *tasks;
    NSMutableArray *tags;
+   NSString *tag;
    NSMutableArray *notes;
    NSMutableArray *task_entries;
    NSMutableDictionary *note;
@@ -43,6 +44,7 @@
       list_id = nil;
       tasks = nil;
       tags = nil;
+      tag = nil;
       notes = nil;
       task_entries = nil;
       note = nil;
@@ -81,6 +83,7 @@
    } else if ([elementName isEqualToString:@&quot;tag&quot;]) {
       NSAssert(taskseries, @&quot;should be in taskseries element&quot;);
       NSAssert(tags, @&quot;should be in tags element&quot;);
+      tag = @&quot;&quot;;
       mode = TAG;
    } else if ([elementName isEqualToString:@&quot;notes&quot;]) {
       NSAssert(taskseries, @&quot;should be in taskseries element&quot;);
@@ -110,6 +113,10 @@
       task_entries = nil;
    } else if ([elementName isEqualToString:@&quot;tags&quot;]) {
       tags = nil;
+   } else if ([elementName isEqualToString:@&quot;tag&quot;]) {
+      NSAssert(tags, @&quot;should be in tags&quot;);
+      [tags addObject:tag];
+      tag = nil;
    } else if ([elementName isEqualToString:@&quot;notes&quot;]) {
       notes = nil;
    } else if ([elementName isEqualToString:@&quot;note&quot;]) {
@@ -132,7 +139,7 @@
    switch (mode) {
       case TAG:
          NSAssert(tags, @&quot;should be in tags&quot;);
-         [tags addObject:chars];
+         tag = [tag stringByAppendingString:chars];
          break;
       case NOTE:
          NSAssert(notes, @&quot;should be in notes&quot;);</diff>
      <filename>api/RTMAPITask.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ab87d34a1c934f72c815a38ec5f02f1b7e0cc7bf</id>
    </parent>
    <parent>
      <id>92baa81f883b72d8ffa146d59ac73cc88c79652f</id>
    </parent>
  </parents>
  <author>
    <name>mootoh</name>
    <email>mootoh@gmail.com</email>
  </author>
  <url>http://github.com/mootoh/milpon/commit/f1d2ea60ab976853153f0b004c0f8811f41b5b8c</url>
  <id>f1d2ea60ab976853153f0b004c0f8811f41b5b8c</id>
  <committed-date>2009-05-22T19:36:02-07:00</committed-date>
  <authored-date>2009-05-22T19:36:02-07:00</authored-date>
  <message>Merge branch 'master' of git@github.com:mootoh/milpon</message>
  <tree>e423008c044c545aec5188f44b1925f634c16550</tree>
  <committer>
    <name>mootoh</name>
    <email>mootoh@gmail.com</email>
  </committer>
</commit>
