1 |
Feel free if you think there is missing something to mail me. |
2 |
|
3 |
-0.11.x- |
4 |
* On modern P4 CPUs the thread scheduling mechanism seems to |
5 |
cause trouble and the result is that any GPG operation will |
6 |
be take much longer as expected. |
7 |
* File register code needs an additional param "%1". |
8 |
* Handle the case that while WinPT tries to change GPG data, |
9 |
but before GPG is executed, an external event changed the |
10 |
keyring. So do not use BUG but issue an error. |
11 |
* winpt --keymanager aborts when the keyring is empty on the |
12 |
first start. |
13 |
* implement property sheets at some places to improve usability. |
14 |
|
15 |
-1.0.0- |
16 |
* The key cache reload is much faster when no progress callback |
17 |
is used. Allow to disable the progress dialog. |
18 |
* Use '!' in the encrypt dialog to use the subkey which was selected |
19 |
and not the newest. |
20 |
* Revamp the group database code. Use the GPG --group feature and make |
21 |
* check the file register code |
22 |
* Secret keyring is stored on drive A. |
23 |
-1.0.0- |
24 |
* Implement to recognize one-pass sigs for files also. |
25 |
* CARD |
26 |
- sign/decrypt |
27 |
- factor out some common code into wptCardManager.cpp |
28 |
* Implement --armor in the FM for --symmetric. |
29 |
* Winpt should take care for a multi user environment. |
30 |
* Use accelators for some dialogs to support 'hotkeys'. |
31 |
* We need a way to figure out if it makes sense to load the encrypt |
32 |
dialog for the file manager. The same with the sign dialog. |
33 |
|
34 |
-future- |
35 |
* Move the both managers (key/file) to separate applications |
36 |
and use ActiveX control elemens for the treelist element. |
37 |
* Implement the non-swapable memory for passphrase handling. |