v1.0.1
-------
- Fixes so it works with 4.1.x.
- Fixing the options page to the new format.

v1.0
-----
- Changing include() and require() to include_once() and require_once().
  ri_once script does that, but I'd rather do it myself. ;)

v0.9.9y (1.0.rc3)
-----------------
- Fixed the "catchall" alias where it wouldn't correctly work with a "+"
  user. What a stupid username anyway!

v0.9.9a (1.0.rc2)
-----------------
- Silly bug in modules/askpassvchpass.mod fixed where it was including a
  wrong module.

v0.9.9 (1.0rc1)
---------------
- Added vadmin_debug.php to troubleshoot "misconfiguration" problems.
- Added a FAQ.

v0.9.8
-------
- Fixed problems with vadmin being accessed at host:port
- More shell compatibility fixes. Fixed $UID, since canonical sh doesn't
  set it (now `id -u`), plus fixed "read" to be "read REPLY" since it
  generated errors on some platforms.

v0.9.7
-------
- Brainless "=="'s fixed in shell scripts, which were apparently breaking on
  half the platforms. Why didn't anyone tell me? :)
- Minor insignificant changes.

v0.9.6
-------
- Unbreaking for 1.1.1 broke 1.0.6. Fixed that and decided not to support
  developmental versions from now on in official releases.
- Now applying sort() to the user listing to present it in alpabetical
  order.

v0.9.5
-------
- Yet another change to unbreak the plugin in 1.1.1

v0.9.4
-------
- Rolled back changes in v0.9.3
- Removed magic_quotes functions since they are now in main SM code
- Moved VADMIN_VERSION from vadmin_config.php.tmpl to
  includes/vadmin_functions.php for easier upgrades.

v0.9.3
-------
Updated the plugin so it's not broken in 1.0.5 release.

v0.9.2
-------
Fixed a bug in createalias.mod where it was failing to trim the aliases
array (in case they were separated by ", ").

v0.9.1
-------
Non-critical updates in scripts/vaddomain.sh so it doesn't look for the
script only in $PLUGIN_DIR; plus a double-space in setup.php so links in
the menu don't merge together.

v0.9
-----
Initial release.
