aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-11-16 12:42:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-11-16 12:42:53 +0000
commitc76d9395633e00205b1b83bd82c811f9fa4cca1e (patch)
treeff270677da310505effa9f0ab787d2e8abfb1787 /CHANGES
parent3c4b69f95dbb4f62977557317a6962eadaad9d8f (diff)
Christian Krause fixed a build failure when building with gss support
enabled and FTP disabled.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 99cd29ceb..a2f5782b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel Stenberg (16 Nov 2008)
+- Christian Krause fixed a build failure when building with gss support
+ enabled and FTP disabled.
+
- Added check for NULL returns from strdup() in src/main.c and lib/formdata.c
- reported by Jim Meyering also prevent buffer overflow on MSDOS when you do
for example -O on a url with a file name part longer than PATH_MAX letters