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