1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +02:00

* README: Some typo fixes from Florian Weimer, and bump version number.

This commit is contained in:
David Shaw 2002-10-16 13:44:07 +00:00
parent 73ccfeb606
commit bc75f901ac
2 changed files with 18 additions and 12 deletions

View File

@ -1,3 +1,8 @@
2002-10-16 David Shaw <dshaw@jabberwocky.com>
* README: Some typo fixes from Florian Weimer, and bump version
number.
2002-10-15 David Shaw <dshaw@jabberwocky.com> 2002-10-15 David Shaw <dshaw@jabberwocky.com>
* NEWS: Some 1.3 notes. * NEWS: Some 1.3 notes.

25
README
View File

@ -1,7 +1,7 @@
GnuPG - The GNU Privacy Guard GnuPG - The GNU Privacy Guard
------------------------------- -------------------------------
Version 1.2 Version 1.3
Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
@ -33,11 +33,11 @@
compatible with PGP2 versions. PGP 2.x uses IDEA (which is patented compatible with PGP2 versions. PGP 2.x uses IDEA (which is patented
worldwide). worldwide).
The default algorithms are DSA and ElGamal. ElGamal for signing The default algorithms are DSA and ElGamal, but RSA is also
is still available, but because of the larger size of such supported. ElGamal for signing is available, but because of the
signatures it is deprecated (Please note that the GnuPG larger size of such signatures it is deprecated (Please note that
implementation of ElGamal signatures is *not* insecure). Symmetric the GnuPG implementation of ElGamal signatures is *not* insecure).
algorithms are: AES, 3DES, Blowfish, CAST5 and Twofish Symmetric algorithms are: AES, 3DES, Blowfish, CAST5 and Twofish.
Digest algorithms available are MD5, RIPEMD160 and SHA1. Digest algorithms available are MD5, RIPEMD160 and SHA1.
@ -46,8 +46,8 @@
Please read the file INSTALL and the sections in this file Please read the file INSTALL and the sections in this file
related to the installation. Here is a quick summary: related to the installation. Here is a quick summary:
1) Check that you have unmodified sources. The below on how 1) Check that you have unmodified sources. See below on how to do
to do this. Don't skip it - this is an important step! this. Don't skip it - this is an important step!
2) Unpack the TAR. With GNU tar you can do it this way: 2) Unpack the TAR. With GNU tar you can do it this way:
"tar xzvf gnupg-x.y.z.tar.gz" "tar xzvf gnupg-x.y.z.tar.gz"
@ -92,7 +92,7 @@
$ gpg --fingerprint 0x57548DCD $ gpg --fingerprint 0x57548DCD
with the elsewhere published fingerprint with the fingerprint published elsewhere.
Please note, that you have to use an old version of GnuPG to Please note, that you have to use an old version of GnuPG to
do all this stuff. *Never* use the version which you are going do all this stuff. *Never* use the version which you are going
@ -547,9 +547,10 @@
make. Try gmake or grab the sources from a GNU archive and make. Try gmake or grab the sources from a GNU archive and
install them. install them.
On some OSF you may get unresolved externals. This is a libtool On some OSF systems you may get unresolved externals. This is a
problem and the workaround is to manually remove all the "-lc -lz" libtool problem and the workaround is to manually remove all the
but the last one from the linker line and execute them manually. "-lc -lz" but the last one from the linker line and execute them
manually.
On some architectures you see warnings like: On some architectures you see warnings like:
longlong.h:175: warning: function declaration isn't a prototype longlong.h:175: warning: function declaration isn't a prototype