Skip to content

Commit deb4e1b

Browse files
committed
Bumping version to 2.5.1
1 parent 9c333a8 commit deb4e1b

2 files changed

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

1212
s.ios.deployment_target = '6.0'

CHANGES

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
= 2.5.1 (2015-02-09)
2+
3+
* Add `NS_DESIGNATED_INITIALIZER` macros. (Samir Guerdah)
4+
5+
* Fix and clarify documentation for `stringEncoding` property. (Mattt
6+
Thompson)
7+
8+
* Fix for NSProgress bug where two child NSProgress instances are added to a
9+
parent NSProgress. (Edward Povazan)
10+
11+
* Fix incorrect file names in headers. (Steven Fisher)
12+
13+
* Fix KVO issue when running testing target caused by lack of
14+
`automaticallyNotifiesObserversForKey:` implementation. (Mattt Thompson)
15+
16+
* Fix use of variable arguments for UIAlertView category. (Kenta Tokumoto)
17+
18+
* Fix `genstrings` warning for `NSLocalizedString` usage in
19+
`UIAlertView+AFNetworking`. (Adar Porat)
20+
21+
* Fix `NSURLSessionManager` task observation for network activity indicator
22+
manager. (Phil Tang)
23+
24+
* Fix `UIButton` category method caching of background image (Fernanda G.
25+
Geraissate)
26+
27+
* Fix `UIButton` category method failure handling. (Maxim Zabelin)
28+
29+
* Update multipart upload method requirements to ensure `request.HTTPBody`
30+
is non-nil. (Mattt Thompson)
31+
32+
* Update to use builtin `__Require` macros from AssertMacros.h. (Cédric
33+
Luthi)
34+
35+
* Update `parameters` parameter to accept `id` for custom serialization
36+
block. (@mooosu)
37+
138
= 2.5.0 (2014-11-17)
239

340
* Add documentation for expected background session manager usage (Aaron

0 commit comments

Comments
 (0)