aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-12-15 18:25:07 +0000
committerWerner Koch <[email protected]>2001-12-15 18:25:07 +0000
commitc42da770ea3fda676f01188728def4e17e2b19fe (patch)
treea70489b40cd2290a602a4eb52b268388bf562332
parentMinor portability tweak for RISC OS (diff)
downloadgnupg-c42da770ea3fda676f01188728def4e17e2b19fe.tar.gz
gnupg-c42da770ea3fda676f01188728def4e17e2b19fe.zip
Minor fixes
-rw-r--r--AUTHORS9
-rw-r--r--THANKS1
-rw-r--r--TODO9
-rw-r--r--acinclude.m42
-rw-r--r--configure.ac2
5 files changed, 14 insertions, 9 deletions
diff --git a/AUTHORS b/AUTHORS
index 22df2a5e4..43c383098 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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]
diff --git a/THANKS b/THANKS
index 64134f180..532d62b70 100644
--- a/THANKS
+++ b/THANKS
@@ -188,6 +188,7 @@ Thomas Mikkelsen [email protected]
Ulf M�ller [email protected]
Vincent P. Broman [email protected]
Walter Hofmann [email protected]
Walter Koch [email protected]
Wayne Chapeskie [email protected]
diff --git a/TODO b/TODO
index 4edeafdb4..6fdf68285 100644
--- a/TODO
+++ b/TODO
@@ -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],