1998-02-26 16:56:31 +00:00
|
|
|
Noteworthy changes in version 0.2.9
|
|
|
|
-----------------------------------
|
|
|
|
|
|
|
|
* Fixed FreeBSD bug.
|
|
|
|
|
|
|
|
* Added a simple man page.
|
|
|
|
|
|
|
|
* Switched to automake1.2f and a newer gettext.
|
|
|
|
|
1998-02-24 18:50:46 +00:00
|
|
|
Noteworthy changes in version 0.2.8
|
|
|
|
-----------------------------------
|
|
|
|
|
|
|
|
* Changed the name to GNUPG, the binaries are called gpg and gpgm.
|
|
|
|
You must rename rename the directory "~/.g10" to ~/.gnupg/, rename
|
|
|
|
{pub,sec}ring.g10 to {pub,sec}ring.gpg, trustdb.g10 to trustdb.gpg
|
|
|
|
and g10.sig to gnupg.sig.
|
|
|
|
|
|
|
|
* New or changed passphrases are now salted.
|
|
|
|
|
|
|
|
|
1998-02-16 20:05:02 +00:00
|
|
|
Noteworthy changes in version 0.2.7
|
|
|
|
-----------------------------------
|
|
|
|
|
1998-02-18 13:58:46 +00:00
|
|
|
* New command "gen-revoke" to create a key revocation certificate.
|
1998-02-16 20:05:02 +00:00
|
|
|
|
1998-02-18 13:58:46 +00:00
|
|
|
* New option "homedir" to set the homedir (which defaults to "~/.g10").
|
|
|
|
This directory is created if it does not exists (only the last
|
|
|
|
part of the name and not the complete hierarchy)
|
|
|
|
|
|
|
|
* Command "import" works. (Try: "finger gcrypt@ftp.guug.de|g10 --import")
|
|
|
|
|
|
|
|
* New commands "dearmor/enarmor" for g10maint. These are mainly
|
|
|
|
used for internal test purposes.
|
|
|
|
|
|
|
|
* Option --version now conforming to the GNU standards and lists
|
1998-02-16 20:05:02 +00:00
|
|
|
the available ciphers, message digests and public key algorithms.
|
|
|
|
|
1998-02-18 13:58:46 +00:00
|
|
|
* Assembler code for m68k (not tested).
|
1998-02-16 20:05:02 +00:00
|
|
|
|
1998-02-18 18:52:59 +00:00
|
|
|
* "make check" works.
|
|
|
|
|
1998-02-13 20:58:50 +00:00
|
|
|
Noteworthy changes in version 0.2.6
|
|
|
|
-----------------------------------
|
|
|
|
|
|
|
|
* Option "--export" works.
|
|
|
|
|
|
|
|
|
1998-02-12 14:39:08 +00:00
|
|
|
Noteworthy changes in version 0.2.5
|
|
|
|
-----------------------------------
|
|
|
|
|
|
|
|
* Added zlib for systems which don't have it.
|
1998-02-26 16:56:31 +00:00
|
|
|
Use "./configure --with-zlib" to link with the static version.
|
1998-02-12 14:39:08 +00:00
|
|
|
|
|
|
|
* Generalized some more functions and rewrote the encoding of
|
|
|
|
message digests into MPIs.
|
|
|
|
|
|
|
|
* Enhanced the checkit script
|
|
|
|
|
|
|
|
|
|
|
|
Noteworthy changes in version 0.2.4
|
|
|
|
-----------------------------------
|
1998-02-11 03:25:44 +00:00
|
|
|
|
|
|
|
* nearly doubled the speed of the ElGamal signature verification.
|
|
|
|
|
|
|
|
* backup copies of keyrings are created.
|
|
|
|
|
|
|
|
* assembler stuff for Pentium; gives about 15% better perfomance.
|
|
|
|
|
1998-02-11 23:22:09 +00:00
|
|
|
* fixed a lot of bugs.
|
|
|
|
|
1998-02-11 03:25:44 +00:00
|
|
|
|
|
|
|
Noteworthy changes in version 0.2.3
|
1998-02-12 14:39:08 +00:00
|
|
|
-----------------------------------
|
1998-01-12 10:18:17 +00:00
|
|
|
|
1998-02-09 17:43:42 +00:00
|
|
|
* Found a bug in the calculation of ELG fingerprints. This is now
|
|
|
|
fixed, but all existing fingerprints and keyids for ELG keys
|
|
|
|
are not any more valid.
|
|
|
|
|
|
|
|
* armor should now work; including clear signed text.
|
|
|
|
|
|
|
|
* moved some options to the new program g10maint
|
|
|
|
|
1998-02-04 18:54:31 +00:00
|
|
|
* It's now 64 bit clean and runs fine on an alpha--linux.
|
|
|
|
|
|
|
|
* Key generation is much faster now. I fixed this by using not
|
|
|
|
so strong random number for the primes (this was a bug because the
|
|
|
|
ElGamal primes are public parameters and it does not make sense
|
|
|
|
to generate them from strong random). The real secret is the x value
|
|
|
|
which is still generated from strong (okay: /dev/random) random bits.
|
1998-01-30 16:23:16 +00:00
|
|
|
|
1998-02-04 18:54:31 +00:00
|
|
|
* added option "--status-fd": see g10/OPTIONS
|
1998-01-30 16:23:16 +00:00
|
|
|
|
1998-01-28 16:09:43 +00:00
|
|
|
* We have secure memeory on systems which support mlock().
|
|
|
|
It is not complete yet, because we do not have signal handler
|
|
|
|
which does a cleanup in very case.
|
|
|
|
We should also check the ulimit for the user in the case
|
|
|
|
that the admin does not have set a limit on locked pages.
|
|
|
|
|
|
|
|
* started with internationalization support.
|
|
|
|
|
1998-01-25 18:56:33 +00:00
|
|
|
* The logic to handle the web of trust is now implemented. It is
|
|
|
|
has some bugs; but I'm going to change the algorithm anyway.
|
|
|
|
It works by calculating the trustlevel on the fly. It may ask
|
|
|
|
you to provide trust parameters if the calculated trust probability
|
|
|
|
is too low. I will write a paper which discusses this new approach.
|
|
|
|
|
|
|
|
* a couple of changes to the configure script.
|
|
|
|
|
1998-01-16 21:15:24 +00:00
|
|
|
* New option "--quick-random" which uses a much quicker random
|
|
|
|
number generator. Keys generated while this option is in effect
|
|
|
|
are flags with "INSECURE!" in the user-id. This is a development
|
|
|
|
only option.
|
|
|
|
|
|
|
|
* Read support for new version packets (OpenPGP).
|
|
|
|
|
1998-01-28 16:09:43 +00:00
|
|
|
* Comment packets are now of correct OpenPGP type 16. Old comment
|
|
|
|
packets written by G10 are detected because they always start with
|
1998-01-16 21:15:24 +00:00
|
|
|
a hash which is an invalid version byte.
|
|
|
|
|
1998-01-12 10:18:17 +00:00
|
|
|
* The string "(INSECURE!)" is appended to a new user-id if this
|
|
|
|
is generated on a system without a good random number generator.
|
|
|
|
|