aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-06 08:35:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-06 08:35:01 +0000
commit4ec4e91de021827c6715dd2134f238279d90c948 (patch)
tree83267d080505f9606e6f9ae6c24d15c0899d9dc0 /CHANGES
parentf6645094a200ec130cd9a0ba13d0dfc766a481bd (diff)
things
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d4a6a47cc..314b382dc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,19 @@
Changelog
+Daniel (6 November)
+- Unitialized variable fix, reported by both Marty Kuhrt and Benjamin Gerard.
+
+- Matt Veenstra provided build files to build libcurl as a "framework" under
+ Mac OS X. See the lib/libcurl.framework.make for details.
+
+- Removed the defines of TRUE and FALSE from the curl/curl.h header file.
+ They're not in our name space so we should not fiddle with them.
+
+Daniel (5 November)
+- Replaced the man page to HTML converter program with a new one:
+ roffit. Makes nicer web pages.
+
Daniel (4 November)
- Troels Walsted Hansen fixed the MSVC makefiles to let them build curl fine
on Windows.