Updating CHANGES
This commit is contained in:
Mattt Thompson 2013-08-08 15:39:11 -07:00
Родитель 4ae3c05f09
Коммит 4b79bd91ed
2 изменённых файлов: 46 добавлений и 2 удалений

Просмотреть файл

@ -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' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com' }
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

44
CHANGES
Просмотреть файл

@ -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