<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,12 @@
+The official page for acts_as_xapian is now the Google Groups page.
+
+http://groups.google.com/group/acts_as_xapian
+
+frabcus's github repository is no longer the official repository,
+find the official one from the Google Groups page.
+
+------------------------------------------------------------------------
+
 Do patch this file if there is documentation missing / wrong. It's called
 README.txt and is in git, using Textile formatting. The wiki page is just
 copied from the README.txt file.</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -512,6 +512,7 @@ module ActsAsXapian
 
         ids_to_refresh = ActsAsXapianJob.find(:all).map() { |i| i.id }
         for id in ids_to_refresh
+            job = nil
             begin
                 ActiveRecord::Base.transaction do
                     begin
@@ -551,7 +552,7 @@ module ActsAsXapian
                 end
             rescue =&gt; detail
                 # print any error, and carry on so other things are indexed
-                STDERR.puts(detail.backtrace.join(&quot;\n&quot;) + &quot;\nFAILED ActsAsXapian.update_index job #{id} #{$!}&quot;)
+                STDERR.puts(detail.backtrace.join(&quot;\n&quot;) + &quot;\nFAILED ActsAsXapian.update_index job #{id} #{$!} &quot; + (job.nil? ? &quot;&quot; : &quot;model &quot; + job.model + &quot; id &quot; + job.model_id.to_s))
             end
         end
     end</diff>
      <filename>lib/acts_as_xapian.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0ddc43ce205a3e8e3cc7d6a0e7f58035769fa69a</id>
    </parent>
  </parents>
  <author>
    <name>Francis Irving</name>
    <email>francis@flourish.org</email>
  </author>
  <url>http://github.com/frabcus/acts_as_xapian/commit/d796402b69ef24d7e6e10030ed35061cd0fffd44</url>
  <id>d796402b69ef24d7e6e10030ed35061cd0fffd44</id>
  <committed-date>2009-03-23T02:25:53-07:00</committed-date>
  <authored-date>2009-03-23T02:25:53-07:00</authored-date>
  <message>Debugging.</message>
  <tree>d228808733da9de137fc8ebe69402708a83778d0</tree>
  <committer>
    <name>Francis Irving</name>
    <email>francis@flourish.org</email>
  </committer>
</commit>
