Changeset 439

Show
Ignore:
Timestamp:
03/27/08 00:48:42 (10 months ago)
Author:
mbailey
Message:

copied to CHANGELOG

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r437 r439  
    5050* Bugfix: set correct path to templates [Mike Bailey] 
    5151 
     52deprec changelog (check the timeline at http://trac.deprecated.org/trac.cgi/timeline) 
     53 
     54== 1.10.0 
     55Massive changes in preparation for 2.0 
     56 
     57== 1.8.0 
     58 
     59* fixed scm_setup. it parses :repository if set and prompts user for values if not [Mike Bailey] 
     60* added "role :scm, domain" to generated deploy.rb [Mike Bailey] 
     61* added :trac_install, :trac_setup, :trac_start, :trac_stop  [Mike Bailey] 
     62* added :change_root_password and :change_root_password_as_root [Mike Bailey] 
     63* moved templates dir [Mike Bailey] 
     64* bugfix :db_setup now re-runnable 
     65 
     66== 1.7.1 
     67 
     68* bugfix: setup_ssh_keys() - print message and exit if ssh_options[:keys] not set [Mike Bailey] 
     69 
     70== 1.7.0 
     71 
     72* new tasks :install_memcached, :memcached_start, :memcached_stop, :memcached_restart [Mike Bailey] 
     73* set default shell to '/bin/bash' for new users [Mike Bailey] 
     74* bugfix: set default values for mongrel_user and mongrel_group [Mike Bailey] 
     75 
     76== 1.6.0 
     77 
     78* new task :install_php installs php-5.2.2 [Mike Bailey] 
     79 
     80== 1.5.1 
     81 
     82* bugfix: fixed bug in su_put that was causing Windows [Mike Bailey] 
     83 
     84== 1.5.0 
     85 
     86* bugfix: :set_perms_for_mongrel_dirs [Mike Bailey] 
     87  - now don't fail if log files do not exist (e.g initial deployment) 
     88  - is called by :after_symlink task instead of :after_update  
     89    this is because some tasks call :update_code without calling the  
     90    :update task but in all of these cases :symlink is called  
     91 
     92* updated version from 1.4.x to 1.5.x due to pretty big change made 
     93  in previous version (mongrel no longer running as root) [Mike Bailey] 
     94 
     95== 1.4.2 
     96 
     97* change: mongrel no longer runs as root for security reasons [Mike Bailey] 
     98* bugfix: install apache version 2.2.4 as previous version is no longer on their webserver [Mike Bailey] 
     99* bugfix: fixed install_rubygems so install_rails_stack no longer fails when first run [Mike Bailey] 
     100 
     101== 1.4.0 
     102 
     103* renamed svn commands and made svn_create_repos re-runable [Mike Bailey] 
     104* bugfix: Wildcard Apache NameVirtualHosts directive used be used just once [Mike Bailey] 
     105 
     106== 1.3.1 
     107 
     108* bugfix 
     109 
     110== 1.3.0 
     111 
     112* added md5sum checking to deprec.download_src [Mike Bailey] 
     113* new function: deprec.mkdir(path, mode=0755, group=nil, user=nil) [Mike Bailey] 
     114* start apache and mongrel on server boot [Mike Bailey] 
     115* removed deprec_dotfiles script as the Cap code it patches is now in Capistrano source. [Mike Bailey] 
     116* changed from LGPG to GPL licence. [Mike Bailey] 
     117 
     118== 1.2.2 
     119 
     120* Added enable_multiverse(), disable_multiverse() tasks for ubuntu package management [Mike Bailey] 
     121* Removed termios as a gem requirement as it doesn't work on Windows [Mike Bailey] 
     122 
     123== 1.2.1 
     124 
     125* Updated railsmachine code to include SSL fix from new release [Mike Bailey] 
     126 
     127== 1.2.0 
     128 
     129* Added run_with_input and sudo_with_input for interactive tasks. [topfunky] 
     130* Added sudo_stream for piping the output of a privileged command like the built-in stream() [topfunky] 
     131* svn_cache_credentials task does an interactive svn list to make http-based repository deployments easier. [topfunky] 
     132* Alternate deprec/recipes/cache_svn task overrides the built-in update_code task with a more efficient version. [topfunky] 
     133 
     134