Просмотр исходного кода

Bumped version to 4.4.4

update CHANGELOG
DreamPiggy 7 лет назад
Родитель
Сommit
0e8dc82891
3 измененных файлов с 24 добавлено и 3 удалено
  1. 21 0
      CHANGELOG.md
  2. 1 1
      SDWebImage.podspec
  3. 2 2
      WebImage/Info.plist

+ 21 - 0
CHANGELOG.md

@@ -1,3 +1,24 @@
+## [4.4.4 - 4.4 patch, on Jan 26th, 2019](https://github.com/SDWebImage/SDWebImage/releases/tag/4.4.4)
+See [all tickets marked for the 4.4.4 release](https://github.com/SDWebImage/SDWebImage/milestone/29)
+
+#### Fixes
+- Fix memory cache image cost miscalculation for 4.x #2486
+- Fix background download for 4.x #2570
+- Fix race condition for creation of download operation when isCancelled is YES but isFinished is NO #2574
+- Fix the current image cost (pixels) for FLAnimatedImage #2558
+- Fix the FLAnimatedImage compatible code issue by introduce a private API #2588
+- Fix that WebP image with ICC Profile does not show color correctly, should use the profile colorspace instead of device colorspace #2585
+- Fix potential memory leaks for ICCP && optimize ICCP handler #2596
+- Fix that WebP decoder in master branch, does not consider the global `shouldDecompressImages` config and always do pre-draw for static WebP images #2592
+- Fix rare crash when NSMapTable empty keys #2556
+- Retain operation when post download related notifications (Hopefully fix, but if you face crash, please open a issue) #2576
+
+#### Performances
+- Prioritize SDWebImageDownloaderHighPriority if operation already exists #2575
+
+#### Project
+- Let SD can be imported using static library by CocoaPods using `DEFINES_MODULE` #2549
+
 ## [4.4.3 - 4.4 patch, on Nov 25th, 2018](https://github.com/SDWebImage/SDWebImage/releases/tag/4.4.3)
 See [all tickets marked for the 4.4.3 release](https://github.com/SDWebImage/SDWebImage/milestone/28)
 

+ 1 - 1
SDWebImage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'SDWebImage'
-  s.version = '4.4.3'
+  s.version = '4.4.4'
 
   s.osx.deployment_target = '10.9'
   s.ios.deployment_target = '7.0'

+ 2 - 2
WebImage/Info.plist

@@ -15,11 +15,11 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.4.3</string>
+	<string>4.4.4</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>4.4.3</string>
+	<string>4.4.4</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>