aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-09-20 14:02:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-09-20 14:02:34 +0000
commit0885d787ab84fce0a422ecb21254c61b5aaa6a3a (patch)
treef95112e448b0efcbdf2512dd7b6c1f6cceaeca15
parent2620d78e9475e5285cfc192e36f79b0167050175 (diff)
Immanuel Gregoire is the man
-rw-r--r--CHANGES10
-rw-r--r--RELEASE-NOTES2
2 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 52715abcd..d1da672b9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,11 +32,11 @@ Daniel S (19 September 2007)
keys.
Daniel S (18 September 2007)
-- Immanuel pointed out that public key SSH auth failed if no public/private
- key was specified and there was no HOME environment variable, and then it
- didn't continue to try the other auth methods. Now it will instead try to
- get the files id_dsa.pub and id_dsa from the current directory if none of
- the two conditions were met.
+- Immanuel Gregoire pointed out that public key SSH auth failed if no
+ public/private key was specified and there was no HOME environment variable,
+ and then it didn't continue to try the other auth methods. Now it will
+ instead try to get the files id_dsa.pub and id_dsa from the current
+ directory if none of the two conditions were met.
Dan F (17 September 2007)
- Added hooks to the test suite to make it possible to test a curl running
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 30f42a6a8..c54f0162d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -36,6 +36,6 @@ New curl mirrors:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- Dan Fandrich, Michal Marek, Günter Knauf, Rob Crittenden
+ Dan Fandrich, Michal Marek, Günter Knauf, Rob Crittenden, Immanuel Gregoire
Thanks! (and sorry if I forgot to mention someone)