aboutsummaryrefslogtreecommitdiff
path: root/packages/Symbian
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-06-05 00:15:01 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-06-05 00:15:01 +0000
commit998ab15570957abff7c23a6683a8ff7ea9c026dd (patch)
tree48d64830e4a7ca703ac212b306bb2148a94e28bf /packages/Symbian
parentc0d258ca17d52741def2ebfeb2674580ec0de984 (diff)
Mention the minimum Symbian OS version required.
Diffstat (limited to 'packages/Symbian')
-rw-r--r--packages/Symbian/readme.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/Symbian/readme.txt b/packages/Symbian/readme.txt
index 282bf06ce..1691741ad 100644
--- a/packages/Symbian/readme.txt
+++ b/packages/Symbian/readme.txt
@@ -2,10 +2,11 @@ Curl on Symbian OS
==================
This is a basic port of curl and libcurl to Symbian OS. The port is
a straightforward one using Symbian's P.I.P.S. POSIX compatibility
-layer. A more complete port would involve writing a Symbian C++ binding,
-or wrapping libcurl as a Symbian application server with a C++ API to
-handle requests from client applications and creating a GUI application
-to allow file transfers. The author has no current plans to do so.
+layer, which was first available for OS version 9.1. A more complete
+port would involve writing a Symbian C++ binding, or wrapping libcurl
+as a Symbian application server with a C++ API to handle requests
+from client applications as well as creating a GUI application to allow
+file transfers. The author has no current plans to do so.
This means that integration with standard Symbian OS programs can be
tricky, since libcurl isn't designed with Symbian's native asynchronous
@@ -77,4 +78,4 @@ files.
Dan Fandrich
dan@coneharvesters.com
-May 2008
+June 2008