1 <html> |
1 <html> |
2 <head> |
2 <head> |
3 <title>Release History</title> |
3 <title>Release History</title> |
4 <body> |
4 <body> |
5 <center><h1>Release History</h1></center> |
5 <center><h1>Release History</h1></center> |
|
6 <hr> |
|
7 <h2>Changes in version 0.97</h2> |
|
8 <p> |
|
9 New Features: |
|
10 <ul> |
|
11 <li>Aliases can now have autoresponders. |
|
12 <li>New "stat" command in the daemon to lookup the mailbox size. |
|
13 <li>Added a "dumpvuser" command, to output all of an account's data. |
|
14 <li>Renamed vpasswd2db to vupgrade and allvpasswd2db to vupgrade-all. |
|
15 <li>Authentication recognizes plain text (null-crypt) passwords. |
|
16 <li>Added options to turn off execution of vdeliver-predeliver and |
|
17 vdeliver-postdeliver. |
|
18 <li>Added option to vadduser to specify the pre-encrypted password. |
|
19 <p> |
|
20 </ul> |
|
21 Internal Changes: |
|
22 <ul> |
|
23 <li>All accounts are created with an account directory now. |
|
24 <li>Created a vpwtable writer interface, and removed the CDB-specific |
|
25 commands. |
|
26 <li>Added adduser3 daemon function, which works the same as the existing |
|
27 adduser2 function but with an additional has-mailbox parameter. |
|
28 <li>New CDB library that uses mmap instead of file reads for efficiency. |
|
29 <li>Removed the vcheckquota and vpopbull tools that are now part of the |
|
30 vmailmgr-tools package. |
|
31 <p> |
|
32 </ul> |
|
33 Bug Fixes: |
|
34 <ul> |
|
35 <li>Fixed a bug in Python library that caused the listdomain command to fail |
|
36 on some OS's. |
|
37 <li>Fixed a bug in the PHP library that caused long listdomains to fail. |
|
38 <li>Exit code 99 from vdeliver-predeliver now causes vdeliver to exit |
|
39 (with code 99) without delivering the message. |
|
40 <li>Fixed a bug that caused creating directories with a trailing slash to |
|
41 fail. |
|
42 <li>Fixed the use of libstdc++ in showvconfig. |
|
43 <li>Personal information can now be changed by the virtual user in the daemon. |
|
44 </ul> |
6 <hr> |
45 <hr> |
7 <h2>Changes in version 0.96.9</h2> |
46 <h2>Changes in version 0.96.9</h2> |
8 <p> |
47 <p> |
9 New Features: |
48 New Features: |
10 <ul> |
49 <ul> |