File tree 5 files changed +16
-9
lines changed
5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
-----
4
4
5
+ ## [8.3.1 - Potential Cache Deadlock](https://github.com/onevcat/Kingfisher/releases/tag/8.3.1) (2025-03-15)
6
+
7
+ #### Fix
8
+ * Fix a potential deadlock in disk cache. It might happen on older devices & systems when preparing the cache file list. @onevcat @xbk713 [#2371](https://github.com/onevcat/Kingfisher/pull/2371)
9
+
10
+ ---
11
+
5
12
## [8.3.0 - Progressive Loading Improvement](https://github.com/onevcat/Kingfisher/releases/tag/8.3.0) (2025-03-04)
6
13
7
14
#### Add
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "Kingfisher"
4
- s . version = "8.3.0 "
4
+ s . version = "8.3.1 "
5
5
s . summary = "A lightweight and pure Swift implemented library for downloading and cacheing image from the web."
6
6
7
7
s . description = <<-DESC
Original file line number Diff line number Diff line change 1108
1108
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
1109
1109
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
1110
1110
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1111
- CURRENT_PROJECT_VERSION = 3082 ;
1111
+ CURRENT_PROJECT_VERSION = 3089 ;
1112
1112
DEAD_CODE_STRIPPING = YES;
1113
1113
DEFINES_MODULE = YES;
1114
1114
DYLIB_COMPATIBILITY_VERSION = 1;
1115
- DYLIB_CURRENT_VERSION = 3082 ;
1115
+ DYLIB_CURRENT_VERSION = 3089 ;
1116
1116
DYLIB_INSTALL_NAME_BASE = "@rpath";
1117
1117
ENABLE_MODULE_VERIFIER = YES;
1118
1118
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
1172
1172
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
1173
1173
CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
1174
1174
CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1175
- CURRENT_PROJECT_VERSION = 3082 ;
1175
+ CURRENT_PROJECT_VERSION = 3089 ;
1176
1176
DEAD_CODE_STRIPPING = YES;
1177
1177
DEFINES_MODULE = YES;
1178
1178
DYLIB_COMPATIBILITY_VERSION = 1;
1179
- DYLIB_CURRENT_VERSION = 3082 ;
1179
+ DYLIB_CURRENT_VERSION = 3089 ;
1180
1180
DYLIB_INSTALL_NAME_BASE = "@rpath";
1181
1181
ENABLE_MODULE_VERIFIER = YES;
1182
1182
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >8.3.0 </string >
18
+ <string >8.3.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >3082 </string >
22
+ <string >3089 </string >
23
23
<key >NSPrincipalClass </key >
24
24
<string ></string >
25
25
</dict >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >8.3.0 </string >
18
+ <string >8.3.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >3082 </string >
22
+ <string >3089 </string >
23
23
</dict >
24
24
</plist >
You can’t perform that action at this time.
0 commit comments