mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
doc fixes
This commit is contained in:
parent
9ef1a80f8d
commit
e906ef5f5b
@ -1,3 +1,8 @@
|
|||||||
|
2002-04-12 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* configure.ac: Add a warning note to the definition of the
|
||||||
|
EXTSEP macros.
|
||||||
|
|
||||||
2002-04-09 Werner Koch <wk@gnupg.org>
|
2002-04-09 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* configure.ac (ALL_LINGUAS): Added Czech, Galician and Greek
|
* configure.ac (ALL_LINGUAS): Added Czech, Galician and Greek
|
||||||
|
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
|||||||
|
* Secret keys are now stored and exported in a new format which
|
||||||
|
uses SHA-1 for integrity checks. This format renders the
|
||||||
|
Rosa/Klima attack useless. Other OpenPGP implementations might
|
||||||
|
not yet support this, so the option --simple-sk-checksum creates
|
||||||
|
the old vulnearbel format.
|
||||||
|
|
||||||
* The default cipher algorithm for encryption is now CAST5,
|
* The default cipher algorithm for encryption is now CAST5,
|
||||||
default default hash algorithm is SHA-1. This will give us
|
default default hash algorithm is SHA-1. This will give us
|
||||||
better interoperability with other OpenPGP implementations.
|
better interoperability with other OpenPGP implementations.
|
||||||
|
@ -854,7 +854,9 @@ cat >g10defs.tmp <<G10EOF
|
|||||||
#define GNUPG_HOMEDIR "~/.gnupg"
|
#define GNUPG_HOMEDIR "~/.gnupg"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
/* those are here to be redefined by handcrafted g10defs.h */
|
/* those are here to be redefined by handcrafted g10defs.h.
|
||||||
|
Please note that the string version must not contain more
|
||||||
|
than one character because the using code assumes strlen()==1 */
|
||||||
#define DIRSEP_C '/'
|
#define DIRSEP_C '/'
|
||||||
#define EXTSEP_C '.'
|
#define EXTSEP_C '.'
|
||||||
#define DIRSEP_S "/"
|
#define DIRSEP_S "/"
|
||||||
|
Loading…
Reference in New Issue
Block a user