/[winpt]/trunk/NEWS
ViewVC logotype

Diff of /trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 260 by twoaday, Wed Aug 16 10:01:30 2006 UTC revision 286 by twoaday, Fri Mar 9 19:34:17 2007 UTC
# Line 925  Noteworthy changes in version 1.0.0 (200 Line 925  Noteworthy changes in version 1.0.0 (200
925  [updated translation: Slovak, German]  [updated translation: Slovak, German]
926    
927    
928  Noteworthy changes in version 1.0.1 (unreleased)  Noteworthy changes in version 1.0.1 (2006-09-16)
929  ================================================  ================================================
930    
931  * Allow to generate a key on a smart card on the first start.  * Allow to generate a key on a smart card on the first start.
932    
933  * Some polishing for the smart card related dialogs.  * Some polishing for the smart card related dialogs.
934    
935    * Fix possible crash in the HTTP code under some circumstances.
936    
937    * Fix problem that icon were not correctly displayed on some systems.
938    
939    * Only enable PC/SC related program parts when the system really
940      support smart card operations.
941    
942    
943    Noteworthy changes in version 1.1.0 (2006-11-04)
944    ================================================
945    
946    * Some minor bug fixes for the File Manager.
947    
948    * 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    
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    
977    
978    Noteworthy changes in version 1.2.X (2007-XX-XX)
979    ================================================
980    
981    * Updated translation: slovak, german
982      New translation: swedish
983      
984    * Replace most of the printf code with a generic, dynamic string buffer
985      code which avoids memory leaks and possible buffer overflows.
986    
987    * Correct verify code in case that an old (version 3) RSA key has
988      been used because the shown key ID was wrong.
989      

Legend:
Removed from v.260  
changed lines
  Added in v.286

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26