Changed the Subdomain prefix from _ to ~
If upgrading from a Release candidate, edit /path/to/drupal/.htaccess, scroll to the bottom and find this line:
RewriteRule ^(.*)$ index.php?q=_%1/$1 [L]
Replace the underscore (_) with a tilde (~), so that it becomes:
RewriteRule ^(.*)$ index.php?q=~%1/$1 [L]
Initial release for Drupal 6. The CCK dependency was removed for this version and there some performance enhancements added.
* Fixed bug in admin settings screen that resulted if the taxonomy module was disabled.
No known issues.
Permission bug fix
Same features as 5.x, ported to Drupal 6.x
Changes since DRUPAL-6--1-0: