<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,7 +37,11 @@ Graticule[link:http://rubyforge.org/projects/graticule] is used for all the heav
 
 Install the plugin
 
-  script/plugin install -x http://source.collectiveidea.com/public/rails/plugins/acts_as_geocodable/
+  script/plugin install git://github.com/collectiveidea/acts_as_geocodable.git
+
+== Upgrading
+  
+Before October 2008, precision wasn't included in the Geocode model. Make sure you add a string precision column to your geocode table if you're upgrading from an older version, and update Graticule.
 
 == Configuration
 
@@ -84,8 +88,8 @@ Keep in mind that IP-based geocoding is not always accurate, and often will not
 == Development
 
 The source code is available at:
-
-  http://source.collectiveidea.com/public/rails/plugins/acts_as_geocodable/
+   http://github.com/collectiveidea/acts_as_geocodable
+   git://github.com/collectiveidea/acts_as_geocodable.git
 
 Patches and suggestions are welcome!
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -9,11 +9,18 @@ class &lt;%= class_name %&gt; &lt; ActiveRecord::Migration
       t.column &quot;region&quot;, :string
       t.column &quot;postal_code&quot;, :string
       t.column &quot;country&quot;, :string
+      t.column &quot;precision&quot;, :string
     end
 
     add_index &quot;geocodes&quot;, [&quot;longitude&quot;], :name =&gt; &quot;geocodes_longitude_index&quot;
     add_index &quot;geocodes&quot;, [&quot;latitude&quot;], :name =&gt; &quot;geocodes_latitude_index&quot;
     add_index &quot;geocodes&quot;, [&quot;query&quot;], :name =&gt; &quot;geocodes_query_index&quot;, :unique =&gt; true
+    add_index &quot;geocodes&quot;, [&quot;locality&quot;], :name =&gt; &quot;geocodes_locality_index&quot;
+    add_index &quot;geocodes&quot;, [&quot;region&quot;], :name =&gt; &quot;geocodes_region_index&quot;
+    add_index &quot;geocodes&quot;, [&quot;postal_code&quot;], :name =&gt; &quot;geocodes_postal_code_index&quot;
+    add_index &quot;geocodes&quot;, [&quot;country&quot;], :name =&gt; &quot;geocodes_country_index&quot;
+    add_index &quot;geocodes&quot;, [&quot;precision&quot;], :name =&gt; &quot;geocodes_precision_index&quot;
+    
 
     create_table &quot;geocodings&quot; do |t|
       t.column &quot;geocodable_id&quot;, :integer</diff>
      <filename>generators/geocodable_migration/templates/migration.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6d9cbe020031defdd57f8d24de657199486f90a5</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Morrison</name>
    <email>daniel@collectiveidea.com</email>
  </author>
  <url>http://github.com/collectiveidea/acts_as_geocodable/commit/52d15a2cee8e1e824ada29a3df703a580ea4d466</url>
  <id>52d15a2cee8e1e824ada29a3df703a580ea4d466</id>
  <committed-date>2008-10-04T13:10:10-07:00</committed-date>
  <authored-date>2008-10-04T13:10:10-07:00</authored-date>
  <message>Added precison to the Geocode model, added new default database indexes and updated the README.</message>
  <tree>446446c69ba3ac9547ae85b3436404e16fed1c16</tree>
  <committer>
    <name>Daniel Morrison</name>
    <email>daniel@collectiveidea.com</email>
  </committer>
</commit>
