Skip to content

Commit

Permalink
Bumping version to 1.3.2
Browse files Browse the repository at this point in the history
Updating CHANGES
  • Loading branch information
mattt committed Aug 8, 2013
1 parent 4ae3c05 commit 4b79bd9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'AFNetworking'
s.version = '1.3.1'
s.version = '1.3.2'
s.license = 'MIT'
s.summary = 'A delightful iOS and OS X networking framework.'
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
s.authors = { 'Mattt Thompson' => '[email protected]', 'Scott Raymond' => '[email protected]' }
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.1' }
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.2' }
s.source_files = 'AFNetworking'
s.requires_arc = true

Expand Down
44 changes: 44 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
= 1.3.2 (2013-08-08)

* Add return status checks when building list of pinned public keys (Sylvain
Guillope)

* Add return status checks when handling connection authentication challenges
(Sylvain Guillope)

* Add tests around `AFHTTPClient initWithBaseURL:` (Kyle Fuller)

* Change to remove all `_AFNETWORKING_PIN_SSL_CERTIFICATES_` conditional
compilation (Dustin Barker)

* Change to allow fallback to generic image loading when PNG/JPEG data
provider methods fail (Darryl H. Thomas)

* Change to only set placeholder image if not `nil` (Mattt Thompson)

* Change to use `response.MIMEType` rather than (potentially nonexistent)
Content-Type headers to determine image data provider (Mattt Thompson)

* Fix image request test endpoint (Carson McDonald)

* Fix compiler warning caused by `size_t` value defaulted to `NULL` (Darryl H.
Thomas)

* Fix mutable headers property in `AFHTTPClient -copyWithZone:` (Oliver
Letterer)

* Fix documentation and asset references in README (Romain Pouclet, Peter
Goldsmith)

* Fix bug in examples always using `AFSSLPinningModeNone` (Dustin Barker)

* Fix execution of tests under Travis (Blake Watters)

* Fix static analyzer warnings about CFRelease calls to NULL pointer (Mattt
Thompson)

* Change to return early in `AFGetMediaTypeAndSubtypeWithString` if string is
`nil` (Mattt Thompson)

* Change to opimize network thread creation (Mattt Thompson)

= 1.3.1 (2013-06-18)

* Add `automaticallyInflatesResponseImage` property to
Expand Down

0 comments on commit 4b79bd9

Please sign in to comment.