Skip to content

Commit

Permalink
Bumping version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Feb 9, 2015
1 parent 9c333a8 commit deb4e1b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'AFNetworking'
s.version = '2.5.0'
s.version = '2.5.1'
s.license = 'MIT'
s.summary = 'A delightful iOS and OS X networking framework.'
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
s.social_media_url = 'https://twitter.com/AFNetworking'
s.authors = { 'Mattt Thompson' => '[email protected]' }
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.5.0", :submodules => true }
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => s.version, :submodules => true }
s.requires_arc = true

s.ios.deployment_target = '6.0'
Expand Down
37 changes: 37 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
= 2.5.1 (2015-02-09)

* Add `NS_DESIGNATED_INITIALIZER` macros. (Samir Guerdah)

* Fix and clarify documentation for `stringEncoding` property. (Mattt
Thompson)

* Fix for NSProgress bug where two child NSProgress instances are added to a
parent NSProgress. (Edward Povazan)

* Fix incorrect file names in headers. (Steven Fisher)

* Fix KVO issue when running testing target caused by lack of
`automaticallyNotifiesObserversForKey:` implementation. (Mattt Thompson)

* Fix use of variable arguments for UIAlertView category. (Kenta Tokumoto)

* Fix `genstrings` warning for `NSLocalizedString` usage in
`UIAlertView+AFNetworking`. (Adar Porat)

* Fix `NSURLSessionManager` task observation for network activity indicator
manager. (Phil Tang)

* Fix `UIButton` category method caching of background image (Fernanda G.
Geraissate)

* Fix `UIButton` category method failure handling. (Maxim Zabelin)

* Update multipart upload method requirements to ensure `request.HTTPBody`
is non-nil. (Mattt Thompson)

* Update to use builtin `__Require` macros from AssertMacros.h. (Cédric
Luthi)

* Update `parameters` parameter to accept `id` for custom serialization
block. (@mooosu)

= 2.5.0 (2014-11-17)

* Add documentation for expected background session manager usage (Aaron
Expand Down

0 comments on commit deb4e1b

Please sign in to comment.