diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-04-22 22:53:53 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-04-22 22:53:53 +0000 |
commit | 1960eebc2d021ecf5ffc3f6d4e935d54aa592c72 (patch) | |
tree | 258a993cae8cec4f2eff333347adb8b87e809b84 /RELEASE-NOTES | |
parent | ad1dd086937138f56e5942ae0840867372c77d03 (diff) |
Added support for running on Symbian OS.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9549b1bd9..20ae4f20e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -12,6 +12,7 @@ This release includes the following changes: o CURLFORM_STREAM was added o CURLOPT_NOBODY is now supported over SFTP + o curl can now run on Symbian OS This release includes the following bugfixes: @@ -21,7 +22,7 @@ This release includes the following bugfixes: o configure now correctly recognizes Heimdal and MIT gssapi libraries o malloc() failure check in Negotiate o -i and -I together now work the same no matter what order they're used - * the typechecker can be bypassed by defining CURL_DISABLE_TYPECHECK + o the typechecker can be bypassed by defining CURL_DISABLE_TYPECHECK This release includes the following known bugs: |