1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Noteworthy changes in version 1.2 (2009-10-14)
----------------------------------------------
* Minor documentation changes.
* Gnulib refresh.
* Generate output files with more restrictive permissions (go-rwx).
Noteworthy changes in version 1.1 (2009-02-10)
----------------------------------------------
* Minor bug fix for Windows platforms.
* Make the instructions on how to restore a key without paperkey a
bit clearer.
Noteworthy changes in version 1.0 (2009-01-22)
----------------------------------------------
* Minor documentation and build changes.
* Gnulib refresh.
Noteworthy changes in version 0.8 (2008-02-01)
----------------------------------------------
* The file format is now included as part of the base16 output, as
there is no guarantee that this program will be on-hand when a
reconstruction is necessary. The format can also be displayed
via the --file-format command. Suggested by Brendan Kidwell.
* Some bug fixes (actually to gnulib, but relevant here as well)
to the SHA-1 code on platforms that require aligned access.
Thanks to Peter Palfrader.
* New --comment option to add comments to the base16 output.
Noteworthy changes in version 0.7 (2007-10-03)
----------------------------------------------
* Man page contributed by Peter Palfrader.
* Secret data can now be passed in on standard input if desired.
Noteworthy changes in version 0.6 (2007-09-22)
----------------------------------------------
* Bug fix for certain key sizes thanks to Peter Palfrader.
* Add versioning to the output format.
* Add an overall CRC to the secrets output to catch certain types
of corruption.
* Properly use a single public key out of a whole public keyring
when restoring.
Noteworthy changes in version 0.5 (2007-09-21)
----------------------------------------------
* Initial release.
$Id: NEWS 603 2009-10-15 03:36:14Z dshaw $
|