diff -r 30113bfbe723 -r b3afb9f1e801 NEWS --- a/NEWS Sun Jan 20 00:12:17 2008 +0100 +++ b/NEWS Sun Jan 20 00:22:09 2008 +0100 @@ -1,3 +1,36 @@ +------------------------------------------------------------------------------- +Changes in version 0.97 + +New Features: +- Aliases can now have autoresponders. +- New "stat" command in the daemon to lookup the mailbox size. +- Added a "dumpvuser" command, to output all of an account's data. +- Renamed vpasswd2db to vupgrade and allvpasswd2db to vupgrade-all. +- Authentication recognizes plain text (null-crypt) passwords. +- Added options to turn off execution of vdeliver-predeliver and + vdeliver-postdeliver. +- Added option to vadduser to specify the pre-encrypted password. + +Internal Changes: +- All accounts are created with an account directory now. +- Created a vpwtable writer interface, and removed the CDB-specific + commands. +- Added adduser3 daemon function, which works the same as the existing + adduser2 function but with an additional has-mailbox parameter. +- New CDB library that uses mmap instead of file reads for efficiency. +- Removed the vcheckquota and vpopbull tools that are now part of the + vmailmgr-tools package. + +Bug Fixes: +- Fixed a bug in Python library that caused the listdomain command to fail + on some OS's. +- Fixed a bug in the PHP library that caused long listdomains to fail. +- Exit code 99 from vdeliver-predeliver now causes vdeliver to exit + (with code 99) without delivering the message. +- Fixed a bug that caused creating directories with a trailing slash to + fail. +- Fixed the use of libstdc++ in showvconfig. +- Personal information can now be changed by the virtual user in the daemon. ------------------------------------------------------------------------------- Changes in version 0.96.9