<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,6 +18,7 @@ Version 1.1.0 (git)
   * Added short versions of common command-line options.
   * The --fast-scan option has been removed.
   * Fixed encoding issues when creating mailboxes and getting mailbox lists.
+  * Fixed incorrect case-sensitive treatment of the 'INBOX' folder name.
 
 Version 1.0.2 (2009-08-05)
   * Fixed a bug that caused Larch to try to set the read-only \Recent flag on</diff>
      <filename>HISTORY</filename>
    </modified>
    <modified>
      <diff>@@ -16,14 +16,13 @@ accounts.
 
 == Installation
 
-Install the latest stable version of Larch via RubyGems:
+Latest stable release:
 
   gem install larch
 
-Or you can install the latest development version from GitHub:
+Latest development version:
 
-  gem sources -a http://gems.github.com
-  gem install rgrove-larch
+  gem install larch -s http://gemcutter.org --prerelease
 
 == Usage
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{larch}
-  s.version = &quot;1.0.2.4&quot;
+  s.version = &quot;1.1.0.dev.20091106&quot;
 
-  s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
+  s.required_rubygems_version = Gem::Requirement.new(&quot;&gt; 1.3.1&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Ryan Grove&quot;]
-  s.date = %q{2009-10-04}
+  s.date = %q{2009-11-06}
   s.default_executable = %q{larch}
   s.email = %q{ryan@wonko.com}
   s.executables = [&quot;larch&quot;]
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
   s.homepage = %q{http://github.com/rgrove/larch/}
   s.require_paths = [&quot;lib&quot;]
   s.required_ruby_version = Gem::Requirement.new(&quot;&gt;= 1.8.6&quot;)
-  s.rubygems_version = %q{1.3.2}
+  s.rubygems_version = %q{1.3.5}
   s.summary = %q{Larch syncs messages from one IMAP server to another. Awesomely.}
 
   if s.respond_to? :specification_version then</diff>
      <filename>larch.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 module Larch
   APP_NAME      = 'Larch'
-  APP_VERSION   = '1.0.2.4'
+  APP_VERSION   = '1.1.0.dev.20091106'
   APP_AUTHOR    = 'Ryan Grove'
   APP_EMAIL     = 'ryan@wonko.com'
   APP_URL       = 'http://github.com/rgrove/larch/'</diff>
      <filename>lib/larch/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d4bdcf6bb2ebf60efc6f31d461e857e1c1b4bd7f</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Grove</name>
    <email>ryan@wonko.com</email>
  </author>
  <url>http://github.com/rgrove/larch/commit/09ebdc09fd6a16429fbca8497aec3dfaa5b675ba</url>
  <id>09ebdc09fd6a16429fbca8497aec3dfaa5b675ba</id>
  <committed-date>2009-11-06T21:51:03-08:00</committed-date>
  <authored-date>2009-11-06T21:50:11-08:00</authored-date>
  <message>Update HISTORY and gemspec</message>
  <tree>9f29b8f13d2278a88ea5a36ec66242506a3a632a</tree>
  <committer>
    <name>Ryan Grove</name>
    <email>ryan@wonko.com</email>
  </committer>
</commit>
