aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-11 01:22:35 +0000
committerYang Tse <yangsita@gmail.com>2009-06-11 01:22:35 +0000
commit7edcc22136f380bc8050708d0a39d423e232cdfb (patch)
treeb8fc63be2f4c480a329853f7330ccf95f3739c3a /CHANGES
parent352177090f710fd155d22a79d11f621482c09640 (diff)
changed testcurl script to allow building test harness
programs when cross-compiling for a *-*-mingw* host.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b65b41721..bd4add6bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Yang Tse (11 Jun 2009)
+- I adapted testcurl script to allow building test harness programs when
+ cross-compiling for a *-*-mingw* host.
+
Daniel Stenberg (10 Jun 2009)
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
contributed a range of patches to fix them.