diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-07 01:42:34 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-07 01:42:34 +0000 |
commit | fe083a94b9a00cdaddbc2478cb371bf3cc1974f5 (patch) | |
tree | 22f33a0269630c354e17d12347dcf4812c4abc6a | |
parent | 6fdcdfa5ea857a2207e63c1bdfde8f4b1a30d56f (diff) |
give credit where credit is due
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ Yang Tse (6 Nov 2008) - Bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) pointed out a problem with MSVC 6 makefile that caused a build failure. It was noted that the curl_addrinfo.obj reference was missing. I took the opportunity to sort - the list in which this was missing. + the list in which this was missing. Issue submitted by John Wilkinson. Version 7.19.1 (5 November 2008) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index dcce69710..b9fb47bc0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,6 +26,6 @@ Other curl-related news: This release would not have looked like this without help, code, reports and advice from friends like these: - + John Wilkinson Thanks! (and sorry if I forgot to mention someone) |