Ben Copsey

Update readme

@@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
21 #import "ASIInputStream.h" 21 #import "ASIInputStream.h"
22 22
23 // Automatically set on build 23 // Automatically set on build
24 -NSString *ASIHTTPRequestVersion = @"v1.5-53 2010-03-02"; 24 +NSString *ASIHTTPRequestVersion = @"v1.5-54 2010-03-02";
25 25
26 NSString* const NetworkRequestErrorDomain = @"ASIHTTPRequestErrorDomain"; 26 NSString* const NetworkRequestErrorDomain = @"ASIHTTPRequestErrorDomain";
27 27
@@ -14,8 +14,10 @@ It provides: @@ -14,8 +14,10 @@ It provides:
14 * Basic, Digest + NTLM authentication support, credentials are automatically re-used for the duration of a session, and can be stored for later in the Keychain. 14 * Basic, Digest + NTLM authentication support, credentials are automatically re-used for the duration of a session, and can be stored for later in the Keychain.
15 * Cookie support 15 * Cookie support
16 * GZIP support for response data AND request bodies 16 * GZIP support for response data AND request bodies
17 -* [NEW] Experimental support for Amazon S3 17 +* Persistent connections support
18 -* [NEW] Supports manual and autodetected proxies, authenticating proxies, and PAC file autoconfiguration 18 +* Support for Amazon S3
  19 +* [NEW] Full support for Rackspace Cloud Files
  20 +* Supports manual and autodetected proxies, authenticating proxies, and PAC file autoconfiguration
19 * Based on NSOperation to make queuing requests and background operation easy 21 * Based on NSOperation to make queuing requests and background operation easy
20 * Comes with a broad range of unit tests 22 * Comes with a broad range of unit tests
21 23