940 |
support smart card operations. |
support smart card operations. |
941 |
|
|
942 |
|
|
943 |
Noteworthy changes in version 1.0.2 (unreleased) |
Noteworthy changes in version 1.1.0 (2006-11-04) |
944 |
================================================ |
================================================ |
945 |
|
|
946 |
* Some minor bug fixes for the File Manager. |
* Some minor bug fixes for the File Manager. |
947 |
|
|
948 |
* Fix a problem with the proxy settings procedure. |
* Fix a problem with the proxy settings procedure. |
949 |
|
|
950 |
|
* Fix possible seg fault during verify when the key |
951 |
|
is not in the keyring. |
952 |
|
|
953 |
|
* First part of the mobile support is now available. |
954 |
|
|
955 |
|
* Do not rely on the size of char. There could be |
956 |
|
a problem for platforms where sizeof(char) != 1, |
957 |
|
because then the size of char[256] is sizeof(char)*256 |
958 |
|
and not 256. |
959 |
|
|