956 |
a problem for platforms where sizeof(char) != 1, |
a problem for platforms where sizeof(char) != 1, |
957 |
because then the size of char[256] is sizeof(char)*256 |
because then the size of char[256] is sizeof(char)*256 |
958 |
and not 256. |
and not 256. |
|
|
|
959 |
|
|
960 |
|
|
961 |
|
Noteworthy changes in version 1.2.0 (2006-12-09) |
962 |
|
================================================ |
963 |
|
|
964 |
|
* Fix a problem when a revoked key has been set as |
965 |
|
the default key. This is now not longer possible in |
966 |
|
the Key Manager. Plus, revoked key pairs are now have |
967 |
|
its own icon to give them a visible attribute. |
968 |
|
|
969 |
|
* Several minor cleanups all over the place. |
970 |
|
|
971 |
|
* Disable the free space wiper because it might not |
972 |
|
work on expected on some systems. |
973 |
|
|
974 |
|
* Fix a BUG() problem when decrypt+verify does not find |
975 |
|
a public key to verify the signature. |
976 |
|
|