aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-03-09 22:26:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-03-09 22:26:59 +0000
commit6dd4fe0740b86087d9bb1957f191da1fb6e6b7e6 (patch)
tree521f44a65b346bb0760dcfe4aadad796a188a6b4 /CHANGES
parent3789e2e6ce705ce4c23c672dc5f05aa254b451c0 (diff)
- Robert A. Monat improved the maketgz and VC6/8 generating to set the correct
machine type too.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a7466051b..9112d2eca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel (9 March 2007)
+- Robert A. Monat improved the maketgz and VC6/8 generating to set the correct
+ machine type too.
+
- Justin Fletcher fixed a file descriptor leak in the curl tool when trying to
upload a file it couldn't open. Bug #1676581
(http://curl.haxx.se/bug/view.cgi?id=1676581)