Bumped version to 3.8.2
Showing
3 changed files
with
8 additions
and
2 deletions
1 | +## [3.8.2 Patch release for 3.8.0 on Sep 5th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.8.2) | ||
2 | + | ||
3 | +#### Fixes: | ||
4 | + | ||
5 | +- Fixed #1608 #1623 #1644 Crash in `[NSURLCache cachedResponseForRequest:]` - the fix is actually avoiding to access `NSURLCache` which appears to generate a race condition. We only call it if necesarry (`SDWebImageRefreshCached` is used and the image cannot be cached by the system when it's too big or behind authentication) | ||
6 | + | ||
1 | ## [3.8.1 Patch release for 3.8.0 on Jun 7th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.8.1) | 7 | ## [3.8.1 Patch release for 3.8.0 on Jun 7th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.8.1) |
2 | 8 | ||
3 | #### Fixes: | 9 | #### Fixes: |
1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
2 | s.name = 'SDWebImage' | 2 | s.name = 'SDWebImage' |
3 | - s.version = '3.8.1' | 3 | + s.version = '3.8.2' |
4 | s.ios.deployment_target = '7.0' | 4 | s.ios.deployment_target = '7.0' |
5 | s.tvos.deployment_target = '9.0' | 5 | s.tvos.deployment_target = '9.0' |
6 | s.license = 'MIT' | 6 | s.license = 'MIT' |
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | <key>CFBundlePackageType</key> | 15 | <key>CFBundlePackageType</key> |
16 | <string>FMWK</string> | 16 | <string>FMWK</string> |
17 | <key>CFBundleShortVersionString</key> | 17 | <key>CFBundleShortVersionString</key> |
18 | - <string>3.8.1</string> | 18 | + <string>3.8.2</string> |
19 | <key>CFBundleSignature</key> | 19 | <key>CFBundleSignature</key> |
20 | <string>????</string> | 20 | <string>????</string> |
21 | <key>CFBundleVersion</key> | 21 | <key>CFBundleVersion</key> |
-
Please register or login to post a comment