File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
#Changelog
2
2
3
+ ## 7.2.2 (2017-12-07)
4
+ ## 修正
5
+ * 进度回调重复
6
+
3
7
## 7.2.1 (2017-12-05)
4
8
## 修正
5
9
* 进度回调实现导致内存泄漏
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Qiniu'
3
- s . version = '7.2.1 '
3
+ s . version = '7.2.2 '
4
4
s . summary = 'Qiniu Resource Storage SDK for iOS and Mac'
5
5
s . homepage = 'https://github.com/qiniu/objc-sdk'
6
6
s . social_media_url = 'http://weibo.com/qiniutek'
Original file line number Diff line number Diff line change 11
11
/* *
12
12
* sdk 版本
13
13
*/
14
- static const NSString *kQiniuVersion = @" 7.2.1 " ;
14
+ static const NSString *kQiniuVersion = @" 7.2.2 " ;
Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ @interface QNSessionManager ()
68
68
@property UInt32 timeout;
69
69
@property (nonatomic , strong ) QNUrlConvert converter;
70
70
@property bool noProxy;
71
- @property (nonatomic ,strong ) NSDictionary *proxyDict;
71
+ @property (nonatomic , strong ) NSDictionary *proxyDict;
72
72
@property (nonatomic ) QNDnsManager *dns;
73
- @property (nonatomic ,strong ) NSOperationQueue *delegateQueue;
73
+ @property (nonatomic , strong ) NSOperationQueue *delegateQueue;
74
74
@end
75
75
76
76
@implementation QNSessionManager
You can’t perform that action at this time.
0 commit comments