File tree 2 files changed +46
-2
lines changed
2 files changed +46
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'AFNetworking'
3
- s . version = '1.3.1 '
3
+ s . version = '1.3.2 '
4
4
s . license = 'MIT'
5
5
s . summary = 'A delightful iOS and OS X networking framework.'
6
6
s . homepage = 'https://github.com/AFNetworking/AFNetworking'
7
7
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 ' }
9
9
s . source_files = 'AFNetworking'
10
10
s . requires_arc = true
11
11
Original file line number Diff line number Diff line change
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
+
1
45
= 1.3.1 (2013-06-18)
2
46
3
47
* Add `automaticallyInflatesResponseImage` property to
You can’t perform that action at this time.
0 commit comments