aboutsummaryrefslogtreecommitdiffstats
path: root/switchtower/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-08-30 20:53:32 +0000
committerJamis Buck <jamis@37signals.com>2005-08-30 20:53:32 +0000
commit6b1864a048ffb9343d4658ec11c32494d7f038db (patch)
tree6c1ad3f9131d644afab6cc6188001cfb73775e33 /switchtower/CHANGELOG
parentbb7f60ca1cd191fd775fef261b4d2bc7af223604 (diff)
downloadrails-6b1864a048ffb9343d4658ec11c32494d7f038db.tar.gz
rails-6b1864a048ffb9343d4658ec11c32494d7f038db.tar.bz2
rails-6b1864a048ffb9343d4658ec11c32494d7f038db.zip
Move switchtower to the tools directory, to decouple it from rails
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2074 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'switchtower/CHANGELOG')
-rw-r--r--switchtower/CHANGELOG19
1 files changed, 0 insertions, 19 deletions
diff --git a/switchtower/CHANGELOG b/switchtower/CHANGELOG
deleted file mode 100644
index 935ef01f99..0000000000
--- a/switchtower/CHANGELOG
+++ /dev/null
@@ -1,19 +0,0 @@
-*SVN*
-
-* Specify the revision to release via the :revision variable (defaults to latest revision)
-
-* Allow variables to be set via the cli using the -s switch
-
-* Log checkouts to a "revisions.log" file
-
-* Changed behavior of checkout to use the timestamp as the release name, instead of the revision number
-
-* Added CVS module (very very experimental!)
-
-* Works with public keys now, for passwordless deployment
-
-* Subversion module recognizes the password prompt for HTTP authentication
-
-* Preserve +x on scripts when using darcs #1929 [Scott Barron]
-
-* When executing multiline commands, use a backslash to escape the newline