CHANGELOG in capistrano-1.4.0 vs CHANGELOG in capistrano-1.4.1
- old
+ new
@@ -1,5 +1,16 @@
+*1.4.1* (February 24, 2007)
+
+* Use the no-auth-cache option with subversion so that username/password tokens do not get cached by capistrano usage [jonathan]
+
+* Deprecated upper-cased variables [Jamis Buck]
+
+* Make sure Actor#get does not close the SFTP channel (so subsequent SFTP operations work) [Dov Murik]
+
+* Add :env option to 'run' (and friends) so that you can specify environment variables to be injected into the new process' environment [Mathieu Lajugie]
+
+
*1.4.0* (February 3, 2007)
* Use the auth info for subversion more consistently [Jamis Buck]
* Add a "capture" helper, for capturing the stdout of a remote command and returning it as a string [Jamis Buck]
@@ -22,14 +33,16 @@
* Make the touch command run by update_code set the TZ to UTC, for consistent setting of asset timestamps. [NeilW]
* Fix off-by-one bug in show_tasks width-computation [NeilW]
+
*1.3.1* (January 5, 2007)
* Fix connection problems when using gateways [Ezra Zygmuntowicz]
+
*1.3.0* (December 23, 2006)
* Deprecate rake integration in favor of invoking `cap' directly [Jamis Buck]
* Make sure the CVS module references the repository explicitly in cvs_log [weyus@att.net]
@@ -55,9 +68,10 @@
* Make sure assets in images, javascripts, and stylesheets are touched after updating the code, to ensure the asset timestamping feature of rails works correctly [Jamis Buck]
* Added warning if password is prompted for and termios is not installed [John Labovitz]
* Added :as option to sudo, so you can specify who the command is executed as [Mark Imbriaco]
+
*1.2.0* (September 14, 2006)
* Add experimental 'shell' task [Jamis Buck]