bootstrap.sh: don't force RewriteBase, it's not generally needed
[drupal-init-tools.git] / NEWS
1 News for v0.1.2:
2 ================
3
4   * Fix a problem with drush and base_path()
5     https://github.com/drush-ops/drush/issues/3463
6   * Improve creating a profile from an existing installation
7   * Update code to work with Drush 9
8   * Support both password and unix_socket access to the database
9   * Add a "docs" target tot he Makefile
10   * Misc documentation fixes
11
12 News for v0.1.1:
13 ================
14
15   * Fix help text and man page entry for the bootstrap subcommand
16   * Add a NEWS file that can be used by packages as the upstream Changelog
17
18 News for v0.1.0:
19 ================
20
21   * First public version