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

Commit d103c94

Browse files
committed
Bumping version to 2.2.1
Updating CHANGES
1 parent 5733326 commit d103c94

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

AFNetworking.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'AFNetworking'
3-
s.version = '2.2.0'
3+
s.version = '2.2.1'
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.social_media_url = 'https://twitter.com/AFNetworking'
88
s.authors = { 'Mattt Thompson' => 'm@mattt.me' }
9-
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.2.0", :submodules => true }
9+
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.2.1", :submodules => true }
1010
s.requires_arc = true
1111

1212
s.ios.deployment_target = '6.0'

CHANGES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
= 2.2.1 (2014-03-14)
2+
3+
* Fix `-Wsign-conversion` warning in AFURLConnectionOperation (Jesse Collis)
4+
* Fix `-Wshorten-64-to-32` warning (Jesse Collis)
5+
* Remove unnecessary #imports in `UIImageView` & `UIWebView` categories
6+
(Jesse Collis)
7+
* Fix call to `CFStringTransform()` by checking return value before setting
8+
as `User-Agent` (Kevin Cassidy Jr)
9+
* Update `AFJSONResponseSerializer` adding `@autorelease` to relieve memory
10+
pressure (Mattt Thompson, Michal Pietras)
11+
* Update `AFJSONRequestSerializer` to accept `id` (Daren Desjardins)
12+
* Fix small documentation bug (@jkoepcke)
13+
* Fix behavior of SSL pinning. In case of `validatesDomainName == YES`, it
14+
now explicitly uses `SecPolicyCreateSSL`, which also validates the domain
15+
name. Otherwise, `SecPolicyCreateBasicX509` is used.
16+
`AFSSLPinningModeCertificate` now uses `SecTrustSetAnchorCertificates`, which
17+
allows explicit specification of all trusted certificates. For
18+
`AFSSLPinningModePublicKey`, the number of trusted public keys determines if
19+
the server should be trusted. (Oliver Letterer, Eric Allam)
20+
121
= 2.2.0 (2014-02-25)
222

323
* Add default initializer to make `AFHTTPRequestOperationManager`

0 commit comments

Comments
 (0)