| 1 |
deprec changelog (check the timeline at http://trac.deprecated.org/trac.cgi/timeline) |
|---|
| 2 |
|
|---|
| 3 |
== SVN |
|---|
| 4 |
|
|---|
| 5 |
* bugfix :setup_svn no longer stomps on :repository config item |
|---|
| 6 |
* new task :generate_database_yml creates shared/config/database.yml on server [Mike Bailey] |
|---|
| 7 |
* new config item :database_yml_in_scm causes shared/config/database.yml to be symlinked after deploy if set to false [Mike Bailey] |
|---|
| 8 |
* added defaults to prompt-> Capistrano::CLI.prompt('Enter database host', 'localhost') [Mike Bailey] |
|---|
| 9 |
|
|---|
| 10 |
== 1.8.0 |
|---|
| 11 |
|
|---|
| 12 |
* fixed scm_setup. it parses :repository if set and prompts user for values if not [Mike Bailey] |
|---|
| 13 |
* added "role :scm, domain" to generated deploy.rb [Mike Bailey] |
|---|
| 14 |
* added :trac_install, :trac_setup, :trac_start, :trac_stop [Mike Bailey] |
|---|
| 15 |
* added :change_root_password and :change_root_password_as_root [Mike Bailey] |
|---|
| 16 |
* moved templates dir [Mike Bailey] |
|---|
| 17 |
* bugfix :db_setup now re-runnable |
|---|
| 18 |
|
|---|
| 19 |
== 1.7.1 |
|---|
| 20 |
|
|---|
| 21 |
* bugfix: setup_ssh_keys() - print message and exit if ssh_options[:keys] not set [Mike Bailey] |
|---|
| 22 |
|
|---|
| 23 |
== 1.7.0 |
|---|
| 24 |
|
|---|
| 25 |
* new tasks :install_memcached, :memcached_start, :memcached_stop, :memcached_restart [Mike Bailey] |
|---|
| 26 |
* set default shell to '/bin/bash' for new users [Mike Bailey] |
|---|
| 27 |
* bugfix: set default values for mongrel_user and mongrel_group [Mike Bailey] |
|---|
| 28 |
|
|---|
| 29 |
== 1.6.0 |
|---|
| 30 |
|
|---|
| 31 |
* new task :install_php installs php-5.2.2 [Mike Bailey] |
|---|
| 32 |
|
|---|
| 33 |
== 1.5.1 |
|---|
| 34 |
|
|---|
| 35 |
* bugfix: fixed bug in su_put that was causing Windows [Mike Bailey] |
|---|
| 36 |
|
|---|
| 37 |
== 1.5.0 |
|---|
| 38 |
|
|---|
| 39 |
* bugfix: :set_perms_for_mongrel_dirs [Mike Bailey] |
|---|
| 40 |
- now don't fail if log files do not exist (e.g initial deployment) |
|---|
| 41 |
- is called by :after_symlink task instead of :after_update |
|---|
| 42 |
this is because some tasks call :update_code without calling the |
|---|
| 43 |
:update task but in all of these cases :symlink is called |
|---|
| 44 |
|
|---|
| 45 |
* updated version from 1.4.x to 1.5.x due to pretty big change made |
|---|
| 46 |
in previous version (mongrel no longer running as root) [Mike Bailey] |
|---|
| 47 |
|
|---|
| 48 |
== 1.4.2 |
|---|
| 49 |
|
|---|
| 50 |
* change: mongrel no longer runs as root for security reasons [Mike Bailey] |
|---|
| 51 |
* bugfix: install apache version 2.2.4 as previous version is no longer on their webserver [Mike Bailey] |
|---|
| 52 |
* bugfix: fixed install_rubygems so install_rails_stack no longer fails when first run [Mike Bailey] |
|---|
| 53 |
|
|---|
| 54 |
== 1.4.0 |
|---|
| 55 |
|
|---|
| 56 |
* renamed svn commands and made svn_create_repos re-runable [Mike Bailey] |
|---|
| 57 |
* bugfix: Wildcard Apache NameVirtualHosts directive used be used just once [Mike Bailey] |
|---|
| 58 |
|
|---|
| 59 |
== 1.3.1 |
|---|
| 60 |
|
|---|
| 61 |
* bugfix |
|---|
| 62 |
|
|---|
| 63 |
== 1.3.0 |
|---|
| 64 |
|
|---|
| 65 |
* added md5sum checking to deprec.download_src [Mike Bailey] |
|---|
| 66 |
* new function: deprec.mkdir(path, mode=0755, group=nil, user=nil) [Mike Bailey] |
|---|
| 67 |
* start apache and mongrel on server boot [Mike Bailey] |
|---|
| 68 |
* removed deprec_dotfiles script as the Cap code it patches is now in Capistrano source. [Mike Bailey] |
|---|
| 69 |
* changed from LGPG to GPL licence. [Mike Bailey] |
|---|
| 70 |
|
|---|
| 71 |
== 1.2.2 |
|---|
| 72 |
|
|---|
| 73 |
* Added enable_multiverse(), disable_multiverse() tasks for ubuntu package management [Mike Bailey] |
|---|
| 74 |
* Removed termios as a gem requirement as it doesn't work on Windows [Mike Bailey] |
|---|
| 75 |
|
|---|
| 76 |
== 1.2.1 |
|---|
| 77 |
|
|---|
| 78 |
* Updated railsmachine code to include SSL fix from new release [Mike Bailey] |
|---|
| 79 |
|
|---|
| 80 |
== 1.2.0 |
|---|
| 81 |
|
|---|
| 82 |
* Added run_with_input and sudo_with_input for interactive tasks. [topfunky] |
|---|
| 83 |
* Added sudo_stream for piping the output of a privileged command like the built-in stream() [topfunky] |
|---|
| 84 |
* svn_cache_credentials task does an interactive svn list to make http-based repository deployments easier. [topfunky] |
|---|
| 85 |
* Alternate deprec/recipes/cache_svn task overrides the built-in update_code task with a more efficient version. [topfunky] |
|---|