| 1 |
Mandatory todo items before 3.0 release:
|
| 2 |
|
| 3 |
* autoconf installation script is needed
|
| 4 |
* post-install scripts need to be reworked
|
| 5 |
* provide a packaged Windows build to be used with QuickSilver
|
| 6 |
* clean up documentation and tarball contents
|
| 7 |
* do full regression tests on as many platforms possible
|
| 8 |
+ list only these platforms as supported
|
| 9 |
* resolve any new critical issues
|
| 10 |
* keylifetime and key{grace,overlap}period needs to be documented once
|
| 11 |
it's finished; seems to work nicely for mixmaster keys so far, pgp
|
| 12 |
still giving problems
|
| 13 |
- move self/binding signatures to the secret keyrings
|
| 14 |
- display expiration date in ascii summary of keys
|
| 15 |
- if there is no expiration date on existing keys,
|
| 16 |
do _not_ add one, if there already is an expiration
|
| 17 |
date on they key, do _not_ change it
|
| 18 |
- only list the latest key of each type in pgpkeys.txt
|
| 19 |
(similar to how weasel's patch does it with mix keys)
|
| 20 |
* saner usage of /dev/[u]random is required
|
| 21 |
* ship with a CVS ChangeLog in addition to the current
|
| 22 |
HISTORY file. It can be created using Karl Fogel's cvs2cl
|
| 23 |
script at <http://www.red-bean.com/cvs2cl/>.
|
| 24 |
The command to use is: cvs2cl -w -S --no-wrap
|
| 25 |
|
| 26 |
Items for 3.0 or 3.0.1
|
| 27 |
|
| 28 |
* support a list of remailers not to be selected as *.
|
| 29 |
* allow for verification of clearsigned OpenPGP messages
|
| 30 |
* AES support -- requires OpenSSL 0.9.7
|
| 31 |
* further mpgp testing of AES/MDC packet support
|
| 32 |
* honor key preferences when encrypting to multiple keys
|
| 33 |
* Macintosh OS/X support
|
| 34 |
* Windows build instructions/files
|
| 35 |
* documentation issues resolved
|
| 36 |
+ mpgp man page
|
| 37 |
* find bug that is causing t* files to linger
|
| 38 |
* further debugging
|
| 39 |
|
| 40 |
Further wishlist:
|
| 41 |
|
| 42 |
* Automatic key handling:
|
| 43 |
+ requires implementing key signing, key deletion
|
| 44 |
+ Automatically announce new keys? - I don't think this is needed (PP)
|
| 45 |
- implement remailer-key signing?
|
| 46 |
- if yes, which key?
|
| 47 |
* make mpgp friendlier
|
| 48 |
* store nym public keys locally
|
| 49 |
* support for Borland compiler on Windows.
|