drush 6.x-3.0-alpha1

New features
Bug fixes
Unsupported

LOTS of great changes.

Of biggest interest to drush command authors is that commands names may no longer contain spaces. You should replace space with dash. There is backward compatibility in drush right now but that will be removed before 3.0 release.

Changes since DRUPAL-6--3-0-ALPHA1:

drush 6.x-2.1

New features
Bug fixes
Unsupported

Changes since DRUPAL-6--2-0:

drush 6.x-2.0

New features
Bug fixes
Unsupported

Changes since DRUPAL-6--2-0-RC1:

drush 6.x-2.0-rc1

New features
Bug fixes
Unsupported

This release is compatible with for all versions of Drupal (5, 6, 7).

Changes since DRUPAL-6--2-0-ALPHA2:

drush 5.x-2.0-alpha2

New features
Bug fixes
Unsupported

This is the second Alpha release of the Drush 2.x branch. Please see http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/drush/READM... for install details.

Upgraders: Please delete any drush or drush_extras directories in your drupal site. Drush now gets installed outside of web root.

Among the new features :

  1. Drush is completely Drupal version agnostic, allowing you to only need a single Drush installation, per server. Thanks vingborg.
  2. The dl command can now download themes, translations, and install profiles in addition to modules.
  3. Drush now provides the updatedb command, allowing you to run update.php from the command line. This command works for both minor and major version upgrades of all core and contributed modules, across Drupal 5, Drupal 6 and Drupal 7
  4. Added uninstall command for modules.
  5. The drush_extras commands have been rolled back into Drush itself, which provides the same functionality without having to download an optional project.
  6. The help command has been greatly improved, and provides complete documentation on all optional parameters and options that can be passed to the script for that command.

drush 6.x-2.0-alpha2

New features
Bug fixes
Unsupported

This is the second Alpha release of the Drush 2.x branch. Please see http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/drush/READM... for install details.

Upgraders: Please delete any drush or drush_extras directories in your drupal site. Drush now gets installed outside of web root.

Among the new features :

  1. Drush is completely Drupal version agnostic, allowing you to only need a single Drush installation, per server. Thanks vingborg.
  2. The dl command can now download themes, translations, and install profiles in addition to modules.
  3. Drush now provides the updatedb command, allowing you to run update.php from the command line. This command works for both minor and major version upgrades of all core and contributed modules, across Drupal 5, Drupal 6 and Drupal 7
  4. Added uninstall command for modules.
  5. The drush_extras commands have been rolled back into Drush itself, which provides the same functionality without having to download an optional project.
  6. The help command has been greatly improved, and provides complete documentation on all optional parameters and options that can be passed to the script for that command.

drush 7.x-2.0-alpha2

New features
Bug fixes
Unsupported

This is the second Alpha release of the Drush 2.x branch. Please see http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/drush/READM... for install details.

Upgraders: Please delete any drush or drush_extras directories in your drupal site. Drush now gets installed outside of web root.

Among the new features :

  1. Drush is completely Drupal version agnostic, allowing you to only need a single Drush installation, per server. Thanks vingborg.
  2. The dl command can now download themes, translations, and install profiles in addition to modules.
  3. Drush now provides the updatedb command, allowing you to run update.php from the command line. This command works for both minor and major version upgrades of all core and contributed modules, across Drupal 5, Drupal 6 and Drupal 7
  4. Added uninstall command for modules.
  5. The drush_extras commands have been rolled back into Drush itself, which provides the same functionality without having to download an optional project.
  6. The help command has been greatly improved, and provides complete documentation on all optional parameters and options that can be passed to the script for that command.

drush 7.x-2.0-alpha1

New features
Unsupported

The new, version independant drush. It works on d5, d6, and d7 with the same codebase. Please see README.txt for details.

You will want to uninstall and move away your old drush module before using this one. This one is not a module - you may run it from anywhere on your filesystem.

In order to make drush more useful, you probably want to download the drush_extras module and install that in your drupal site.

drush 5.x-2.0-alpha1

New features
Unsupported

The new, version independant drush. It works on d5, d6, and d7 with the same codebase. Please see README.txt for details.

You will want to uninstall and move away your old drush module before using this one. This one is not a module - you may run it from anywhere on your filesystem.

In order to make drush more useful, you probably want to download the drush_extras module and install that in your drupal site.

drush 5.x-1.4

New features
Bug fixes
Unsupported

Changes since DRUPAL-5--1-3:

drush 5.x-1.3

New features
Bug fixes
Unsupported

Changes since DRUPAL-5--1-2:

  • fix source param of sync command
  • #197666 by Grugnog2. Terrific patch for Subversion integration: svn add and svn commit after drush pm install/update.
  • #218740 by marcp. fix creation of backup drectory under php4.

drush 5.x-1.2

New features
Bug fixes
Unsupported

Changes since DRUPAL-5--1-1:

  • Improvements to the sync command. Patch by Moshe Weitzman.
  • avoid empty log msg when using sync command in verbose mode. minor.
  • more flexible ignore table list when dumping or migrating your DB
  • slightly better help for sql commands.
  • You may keep multiple sets of tables for skipping when doing a sql load or sql dump
  • proper name of directory is 'backup' not 'backups'
  • more info in 'test list' command for simpletest
  • improve help text

drush 5.x-1.1

New features
Unsupported

p>Changes since DRUPAL-5--1-0:

  • #216296 add hook requirements for package handler module
  • #207525 by grugnog2. Add options for specifying specific package versions
  • by moshe weitzman. Add simpletest test runner.

drush 5.x-1.0

Bug fixes
Unsupported

Fixed ability to override $conf globals.

1.0 release. Hurrah!

drush 5.x-1.0-rc3

Bug fixes
Unsupported

a bit more robust handling of empty drushrc.php and non specified $override

drush 5.x-1.0-rc2

Bug fixes
Unsupported

better error handling in cvs handler for drush_pm

drush 5.x-1.0-beta3

Bug fixes
Unsupported

a path bug fixed and updated to work with 5.2 final release of update_status.module

drush 5.x-1.0-beta2

New features
Bug fixes
Unsupported

Changes since DRUPAL-5--1-0-beta1:

  • Code style cleanup.
  • drush_pm.module: Fixes to make it work with update_status.module 5.x-2.0-beta
  • drush_pm.module: Added a command to refresh the update status cache
  • #152819: Module .info files should not define 'version' in CVS
  • minor documentation fixes.

drush 5.x-1.0-beta1

New features
Unsupported

First beta release of the new drush module (Drush: The Drupal Shell) for Drupal 5 featuring

Pages

Subscribe with RSS Subscribe to Releases for Drush