diff options
author | Werner Koch <[email protected]> | 2001-12-15 18:25:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-12-15 18:25:07 +0000 |
commit | c42da770ea3fda676f01188728def4e17e2b19fe (patch) | |
tree | a70489b40cd2290a602a4eb52b268388bf562332 | |
parent | Minor portability tweak for RISC OS (diff) | |
download | gnupg-c42da770ea3fda676f01188728def4e17e2b19fe.tar.gz gnupg-c42da770ea3fda676f01188728def4e17e2b19fe.zip |
Minor fixes
-rw-r--r-- | AUTHORS | 9 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | TODO | 9 | ||||
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
5 files changed, 14 insertions, 9 deletions
@@ -8,13 +8,18 @@ Birger Langkjer <[email protected]> Translations [da] Daniel Resare <[email protected]> xxxx [sv] +David Shaw <[email protected]> Assignment + (all in keyserver/, + a lot of changes in g10/ see the ChangeLog, + bug fixes here and there) + +Edmund GRIMLEY EVANS <[email protected]> Translations [eo] + Ga�l Qu�ri <[email protected]> Translations [fr] (fixed a lot of typos) Gregory Steuck <[email protected]> Translations [ru] -Edmund GRIMLEY EVANS <[email protected]> Translations [eo] - Ivo Timmermans <[email protected]> Translations [nl] Janusz Aleksander Urbanowicz <[email protected]> Translations [po] @@ -188,6 +188,7 @@ Thomas Mikkelsen [email protected] Ulf M�ller [email protected] Urko Lusa [email protected] Vincent P. Broman [email protected] +W Lewis [email protected] Walter Hofmann [email protected] Walter Koch [email protected] Wayne Chapeskie [email protected] @@ -1,4 +1,8 @@ + * Update the manual pages (David's new features) + + * update GPH + * pause scrolling help in --edit-key and elsewhere. * getkey does not return revoked/expired keys - therefore it is not @@ -74,11 +78,6 @@ * --passphrase-fd can't work with -cs: document this or find a way to work around. - * export by user-IDs does only export the first matching name which leads - to a problem in cases where there are 2 keys with identically - user-IDs. - --> Check whether this is still true - yes it is. - * With option -i prompt before adding a key to the keyring and show some info what we are about to add. diff --git a/acinclude.m4 b/acinclude.m4 index 3c97f378b..d7f2135f6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -43,7 +43,7 @@ AC_DEFUN(GNUPG_CHECK_TYPEDEF, fi ]) -w + dnl GNUPG_CHECK_GNUMAKE dnl AC_DEFUN(GNUPG_CHECK_GNUMAKE, diff --git a/configure.ac b/configure.ac index d244fa0f1..260cf6eba 100644 --- a/configure.ac +++ b/configure.ac @@ -488,7 +488,7 @@ AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe) # # check for gethrtime and run a testprogram to see whether -# it is brogen. It has been reported that some Solris and HP UX systems +# it is broken. It has been reported that some Solaris and HP UX systems # raise an SIGILL # AC_CACHE_CHECK([for gethrtime], |