Skip to content
This repository was archived by the owner on Dec 2, 2019. It is now read-only.

Commit ce1ebf3

Browse files
committed
Bumping version to 1.3.3
1 parent 7117142 commit ce1ebf3

2 files changed

Lines changed: 49 additions & 3 deletions

File tree

AFNetworking.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'AFNetworking'
3-
s.version = '1.3.2'
3+
s.version = '1.3.3'
44
s.license = 'MIT'
55
s.summary = 'A delightful iOS and OS X networking framework.'
66
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
77
s.authors = { 'Mattt Thompson' => '[email protected]', 'Scott Raymond' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.2' }
8+
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.3' }
99
s.source_files = 'AFNetworking'
1010
s.requires_arc = true
1111

CHANGES

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
1+
= 1.3.3 (2013-09-25)
2+
3+
* Add stream error handling to `AFMultipartBodyStream` (Nicolas Bachschmidt,
4+
Mattt Thompson)
5+
6+
* Add stream error handling to `AFURLConnectionOperation
7+
-connection:didReceiveData:` (Ian Duggan, Mattt Thompson)
8+
9+
* Fix parameter query string encoding of square brackets according to RFC
10+
3986 (Kra Larivain)
11+
12+
* Fix AFHTTPBodyPart determination of end of input stream data (Brian Croom)
13+
14+
* Fix unit test timeouts (Carson McDonald)
15+
16+
* Fix truncated `User-Agent` header field when app contained non-ASCII
17+
characters (Diego Torres)
18+
19+
* Fix outdated link in documentation (Jonas Schmid)
20+
21+
* Fix `AFHTTPRequestOperation` `HTTPError` property to be thread-safe
22+
(Oliver Letterer, Mattt Thompson)
23+
24+
* Fix API compatibility with iOS 5 (Blake Watters, Mattt Thompson)
25+
26+
* Fix potential race condition in `AFURLConnectionOperation
27+
-cancelConnection` (@mm-jkolb, Mattt Thompson)
28+
29+
* Remove implementation of `connection:needNewBodyStream:` delegate method
30+
in `AFURLConnectionOperation`, which fixes stream errors on authentication
31+
challenges (Mattt Thompson)
32+
33+
* Fix calculation of network reachability from flags (Tracy Pesin, Mattt
34+
Thompson)
35+
36+
* Update AFHTTPClient documentation to clarify scope of `parameterEncoding`
37+
property (Thomas Catterall)
38+
39+
* Update `UIImageView` category to allow for nested calls to
40+
`setImageWithURLRequest:` (Philippe Converset)
41+
42+
* Change `UIImageView` category to accept invalid SSL certificates when
43+
`_AFNETWORKING_ALLOW_INVALID_SSL_CERTIFICATES_` is defined (Flávio Caetano)
44+
45+
* Change to replace #pragma clang with cast (Cédric Luthi)
46+
147
= 1.3.2 (2013-08-08)
248

3-
* Add return status checks when building list of pinned public keys (Sylvain
49+
* Add return status checks when building list of pinned public keys (Sylvain
450
Guillope)
551

652
* Add return status checks when handling connection authentication challenges

0 commit comments

Comments
 (0)