diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | RELEASE-NOTES | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -7,6 +7,10 @@ Changelog +Daniel (23 December 2004) +- David Shaw fixed the configure --disable-[protocol] variables so that + curl-config --feature now works correctly! + Daniel (22 December 2004) - Rune Kleveland fixed a minor memory leak for received cookies with the (rare) version attribute set. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f96b45507..6b1a59f80 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,7 +14,10 @@ This release includes the following changes: This release includes the following bugfixes: - o + o minor memory leak when "version" is set in a cookie header + o curl-config --feature lists the disabled protocols properly + o builds fine on BeOS + o builds and runs fine on FreeBSD Other curl-related news since the previous public release: |