<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,19 +45,9 @@ task :clean do
   rm_rf &quot;pkg&quot;
   rm_rf &quot;api&quot;
   rm_rf &quot;test/lib&quot;
-  rm_f  &quot;ChangeLog&quot;
   rm_f  &quot;doc/faq/faq.html&quot;
 end
 
-desc &quot;Generate the changelog using cvs2cl.pl&quot;
-task :changelog =&gt; &quot;ChangeLog&quot;
-
-file &quot;ChangeLog&quot; do
-  unless system &quot;cvs2cl.pl&quot;
-    warn &quot;could not generate ChangeLog (cvs2cl.pl missing?)&quot;
-  end
-end
-
 desc &quot;Generate the FAQ document&quot;
 task :faq =&gt; &quot;doc/faq/faq.html&quot;
 
@@ -82,10 +72,10 @@ bz2_file = &quot;#{package_name}.tar.bz2&quot;
 zip_file = &quot;#{package_name}.zip&quot;
 gem_file = &quot;#{package_name}.gem&quot;
 
-task :gzip =&gt; SOURCE_FILES + [ :changelog, :faq, :rdoc, &quot;#{package_dir}/#{gz_file}&quot; ]
-task :bzip =&gt; SOURCE_FILES + [ :changelog, :faq, :rdoc, &quot;#{package_dir}/#{bz2_file}&quot; ]
-task :zip  =&gt; SOURCE_FILES + [ :changelog, :faq, :rdoc, &quot;#{package_dir}/#{zip_file}&quot; ]
-task :gem  =&gt; SOURCE_FILES + [ :changelog, :faq, &quot;#{package_dir}/#{gem_file}&quot; ]
+task :gzip =&gt; SOURCE_FILES + [ :faq, :rdoc, &quot;#{package_dir}/#{gz_file}&quot; ]
+task :bzip =&gt; SOURCE_FILES + [ :faq, :rdoc, &quot;#{package_dir}/#{bz2_file}&quot; ]
+task :zip  =&gt; SOURCE_FILES + [ :faq, :rdoc, &quot;#{package_dir}/#{zip_file}&quot; ]
+task :gem  =&gt; SOURCE_FILES + [ :faq, &quot;#{package_dir}/#{gem_file}&quot; ]
 
 task :package =&gt; [ :gzip, :bzip, :zip, :gem ]
 </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>30d0412d5f93b8d6c330f241c5c20ec861050389</id>
    </parent>
  </parents>
  <author>
    <name>Jamis Buck</name>
    <email>jamis@37signals.com</email>
  </author>
  <url>http://github.com/jamis/sqlite-ruby/commit/64293aee82fabf444355379e158bc131d52a2d5a</url>
  <id>64293aee82fabf444355379e158bc131d52a2d5a</id>
  <committed-date>2005-01-30T20:37:38-08:00</committed-date>
  <authored-date>2005-01-30T20:37:38-08:00</authored-date>
  <message>Updated Rakefile to reflect static changelog</message>
  <tree>d97afefcca59068041b9a1a358eec84d8f538270</tree>
  <committer>
    <name>Jamis Buck</name>
    <email>jamis@37signals.com</email>
  </committer>
</commit>
