Skip to content

Commit 8ccc3f6

Browse files
committed
Bumping version to 2.5.0
1 parent 169ef04 commit 8ccc3f6

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

AFNetworking.podspec

+2-2
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.4.1'
3+
s.version = '2.5.0'
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.4.1", :submodules => true }
9+
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.5.0", :submodules => true }
1010
s.requires_arc = true
1111

1212
s.ios.deployment_target = '6.0'

CHANGES

+55
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
= 2.5.0 (2014-11-17)
2+
3+
* Add documentation for expected background session manager usage (Aaron
4+
Brager)
5+
6+
* Add missing documentation for `AFJSONRequestSerializer` and
7+
`AFPropertyListSerializer` (Mattt Thompson)
8+
9+
* Add tests for requesting HTTPS endpoints (Mattt Thompson)
10+
11+
* Add `init` method declarations of `AFURLResponseSerialization` classes for
12+
Swift compatibility (Allen Rohner)
13+
14+
* Change default User-Agent to use the version number instead of the build
15+
number (Tim Watson)
16+
17+
* Change `validatesDomainName` to readonly property (Mattt Thompson, Brian
18+
King)
19+
20+
* Fix checks when observing `AFHTTPRequestSerializerObservedKeyPaths` (Jacek
21+
Suliga)
22+
23+
* Fix crash caused by attempting to set nil `NSURLResponse -URL` as key for
24+
`userInfo` dictionary (Elvis Nuñez)
25+
26+
* Fix crash for multipart streaming requests in XPC services (Mattt Thompson)
27+
28+
* Fix minor aspects of response serializer documentation (Mattt Thompson)
29+
30+
* Fix potential race condition for `AFURLConnectionOperation -description`
31+
32+
* Fix widespread crash related to key-value observing of `NSURLSessionTask
33+
-state` (Phil Tang)
34+
35+
* Fix `UIButton` category associated object keys (Kristian Bauer, Mattt
36+
Thompson)
37+
38+
* Remove `charset` parameter from Content-Type HTTP header field values for
39+
`AFJSONRequestSerializer` and `AFPropertyListSerializer` (Mattt Thompson)
40+
41+
* Update CocoaDocs color scheme (@Orta)
42+
43+
* Update Podfile to explicitly define sources (Kyle Fuller)
44+
45+
* Update to relay `downloadFileURL` to the delegate if the manager picks a
46+
`fileURL` (Brian King)
47+
48+
* Update `AFSSLPinningModeNone` to not validate domain name (Brian King)
49+
50+
* Update `UIButton` category to cache images in `sharedImageCache` (John
51+
Bushnell)
52+
53+
* Update `UIRefreshControl` category to set control state to current state
54+
of request (Elvis Nuñez)
55+
156
= 2.4.1 (2014-09-04)
257

358
* Fix compiler warning generated on 32-bit architectures (John C. Daub)

0 commit comments

Comments
 (0)