| 1 |
Items that need to be completed before the next MAIN release:
|
| 2 |
|
| 3 |
- doallow() should check more than one email address in a line
|
| 4 |
(patch # 877312) (weasel)
|
| 5 |
|
| 6 |
- Full functionality / regression testing around chain operations
|
| 7 |
following the recent whitespace bug fix. (everyone)
|
| 8 |
|
| 9 |
Items for 3.0.x:
|
| 10 |
|
| 11 |
- delete secret keys securely after keygraceperiod expires
|
| 12 |
(Should this just be a call to an external program? I.e.,
|
| 13 |
"/bin/rm -P" or "/usr/bin/shred -fz -n3")? Does this even
|
| 14 |
serve a purpose now that journaled FSes are the norm?
|
| 15 |
|
| 16 |
- destblk request confirmation (patch # 873498)
|
| 17 |
|
| 18 |
Packaging:
|
| 19 |
- Modify release tarball generation script to build the .tab.c file from
|
| 20 |
parsedate.y, so we don't end up requiring bison on every system that
|
| 21 |
wants to build mixmaster (rabbi)
|
| 22 |
- rpm -- dybbuk
|
| 23 |
- Windows build instructions/files (packbart?)
|
| 24 |
- provide a packaged Windows build to be used with QuickSilver
|
| 25 |
+ Richard has an Installer we can use for this purpose (rabbi)
|
| 26 |
- Macintosh OS/X support (rabbi)
|
| 27 |
- Update Install script to put files in global system locations if
|
| 28 |
invoked by root. Also update to be smart about AES support.
|
| 29 |
(dybbuk said he would do this, but status is unclear.)
|
| 30 |
|
| 31 |
Wishlist:
|
| 32 |
- permit CRAM-MD5 SMTP AUTH in addition to LOGIN. n/a (patch welcome)
|
| 33 |
- do full regression tests on as many platforms possible
|
| 34 |
- list only these platforms as supported
|
| 35 |
- test on Solaris 9 on SPARC.
|
| 36 |
- saner usage of /dev/[u]random is required -- throw warning when not in
|
| 37 |
daemon mode (patch 873497 -- needs work)
|
| 38 |
- clean up documentation and tarball contents
|
| 39 |
+ reorganize directory structure
|
| 40 |
- AES support -- requires OpenSSL 0.9.7 dybbuk
|
| 41 |
|
| 42 |
|
| 43 |
Abandoned/Deferred:
|
| 44 |
D allow for verification of clearsigned OpenPGP messages disastry
|
| 45 |
D honor key preferences when encrypting to multiple keys ulf/disastry (n/a)
|
| 46 |
D further mpgp testing of AES/MDC packet support ulf
|
| 47 |
D make mpgp friendlier
|
| 48 |
D COMMENT entire existing codebase! (HAHA)
|
| 49 |
D support for Borland compiler on Windows.
|
| 50 |
D I'ld even go so far as drop Visual C (or whatever we're supporting at
|
| 51 |
the moment) and require gcc with Cygwin to build it. But only if this
|
| 52 |
results in a Binary that runs without additional DLLs. (Weasel)
|