Skip to content

Commit 4b79bd9

Browse files
committed
Bumping version to 1.3.2
Updating CHANGES
1 parent 4ae3c05 commit 4b79bd9

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

AFNetworking.podspec

+2-2
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.1'
3+
s.version = '1.3.2'
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.1' }
8+
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.2' }
99
s.source_files = 'AFNetworking'
1010
s.requires_arc = true
1111

CHANGES

+44
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
= 1.3.2 (2013-08-08)
2+
3+
* Add return status checks when building list of pinned public keys (Sylvain
4+
Guillope)
5+
6+
* Add return status checks when handling connection authentication challenges
7+
(Sylvain Guillope)
8+
9+
* Add tests around `AFHTTPClient initWithBaseURL:` (Kyle Fuller)
10+
11+
* Change to remove all `_AFNETWORKING_PIN_SSL_CERTIFICATES_` conditional
12+
compilation (Dustin Barker)
13+
14+
* Change to allow fallback to generic image loading when PNG/JPEG data
15+
provider methods fail (Darryl H. Thomas)
16+
17+
* Change to only set placeholder image if not `nil` (Mattt Thompson)
18+
19+
* Change to use `response.MIMEType` rather than (potentially nonexistent)
20+
Content-Type headers to determine image data provider (Mattt Thompson)
21+
22+
* Fix image request test endpoint (Carson McDonald)
23+
24+
* Fix compiler warning caused by `size_t` value defaulted to `NULL` (Darryl H.
25+
Thomas)
26+
27+
* Fix mutable headers property in `AFHTTPClient -copyWithZone:` (Oliver
28+
Letterer)
29+
30+
* Fix documentation and asset references in README (Romain Pouclet, Peter
31+
Goldsmith)
32+
33+
* Fix bug in examples always using `AFSSLPinningModeNone` (Dustin Barker)
34+
35+
* Fix execution of tests under Travis (Blake Watters)
36+
37+
* Fix static analyzer warnings about CFRelease calls to NULL pointer (Mattt
38+
Thompson)
39+
40+
* Change to return early in `AFGetMediaTypeAndSubtypeWithString` if string is
41+
`nil` (Mattt Thompson)
42+
43+
* Change to opimize network thread creation (Mattt Thompson)
44+
145
= 1.3.1 (2013-06-18)
246

347
* Add `automaticallyInflatesResponseImage` property to

0 commit comments

Comments
 (0)