1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

have a changelog entry with that

git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@8918 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2008-02-21 04:34:50 +00:00
parent 74b0c3be6d
commit eceaea75ca

View file

@ -1,5 +1,7 @@
*SVN*
* Don't try to kill the spawner process on deploy:stop if no spawner process exists [Jamis Buck]
* Dynamic roles (e.g. role(:app) { "host.name" }) [dmasover]
* Implement Bzr#next_revision so that pending changes can be reported correctly [casret]