<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,17 @@
+=== v0.1.8 / 2009-04-27
+* Add two-level caching for syncing of content and database content.  First cache is locally in :tmp_dir (defaults to tmp/capistrano/), second is on the server in #{shared_path}
+* When syncing the database, automatically drop the target database (after backing it up) to eliminate the need to manually run rake db:drop db:create on the target server.
+* Add util::tmp::check, which will alert you with red messages when your local cache grows too big (&gt; 50MB or &gt; 10 files)
+* Expose :store_remote_backups and :store_dev_backups to turn on/off data/content backup when syncing.
+* Introduce :remote_backup_expires to set the expiry time in seconds for the remote cache (defaults to 2 days)
+* Via :zip, :unzip, and :zip_ext, allow user to choose their compression algorithm
+* Introduce :exclude_paths, which is basically a wrapper for :copy_exclude.  :copy_exclude is now preset to exclude all environment directories (particularly helpful for users of environmentalist) that are not being deployed to.
+* Change default :deploy_to to &quot;/var/vhosts/#{application}&quot;
+* Change default :deployable_environments to [:staging]
+* Change default :deploy_via to :copy
+* Change default :copy_cache to { File.expand_path(&quot;~/.capistrano/#{application}&quot;) }, which allows us to blindly use the user's home directory.
+* Move gem management to Jeweler
+
 === v0.1.5 / 2009-02-22
 * Fixed local:restore_content to work better with :content_directories.
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -6,13 +6,13 @@
 == DESCRIPTION/FEATURES:
 
 This gem provides a base set of {Capistrano}[http://www.capify.org/] extensions including the following:
-  * a new :gemfile RemoteDependency type
-  * tasks/helpers for handling public and private asset folders (e.g. created by the file_column plugin)
-  * tasks/helpers for auto-syncing server gems (via integration with the {GemInstaller}[http://geminstaller.rubyforge.org/] gem)
-  * helpers for dealing with multiple deployable environments (e.g. staging, prodtest, production)
-  * tasks for working with remote logfiles
-  * tasks for database/asset synchronization from production back to local environments
-  * integration with {environmentalist}[http://johntrupiano.rubyforge.org/environmentalist]
+* a new :gemfile RemoteDependency type
+* tasks/helpers for handling public and private asset folders (e.g. created by the file_column plugin)
+* tasks/helpers for auto-syncing server gems (via integration with the {GemInstaller}[http://geminstaller.rubyforge.org/] gem)
+* helpers for dealing with multiple deployable environments (e.g. staging, prodtest, production)
+* tasks for working with remote logfiles
+* tasks for database/asset synchronization from production back to local environments
+* integration with {environmentalist}[http://johntrupiano.rubyforge.org/environmentalist]
 
 For a detailed exploration of these features, check out the wiki: http://github.com/jtrupiano/capistrano-extensions/wikis/home
 </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>524788d83495b5c34a963eb88fc367fd152fc3a1</id>
    </parent>
  </parents>
  <author>
    <name>John Trupiano</name>
    <email>jtrupiano@gmail.com</email>
  </author>
  <url>http://github.com/jtrupiano/capistrano-extensions/commit/c9b813806c3e23de8d4ef7b3530632b6510303c6</url>
  <id>c9b813806c3e23de8d4ef7b3530632b6510303c6</id>
  <committed-date>2009-04-28T05:36:28-07:00</committed-date>
  <authored-date>2009-04-28T05:36:28-07:00</authored-date>
  <message>Update HISTORY and tweak formatting in README</message>
  <tree>4be2f37119ed061bdcd2c339615cddbdcc8c97a8</tree>
  <committer>
    <name>John Trupiano</name>
    <email>jtrupiano@gmail.com</email>
  </committer>
</commit>
