Skip to content

Commit 7865aa7

Browse files
committed
version change
1 parent 8fc3371 commit 7865aa7

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#Changelog
22

3+
## 7.0.19 (2016-05-23)
4+
5+
### 修正
6+
* iOS8 ipv6 支持
7+
38
## 7.0.18 (2016-05-10)
49

510
### 修正

Qiniu.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Qiniu'
3-
s.version = '7.0.18'
3+
s.version = '7.0.19’
44
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
55
s.homepage = 'https://github.com/qiniu/objc-sdk'
66
s.social_media_url = 'http://weibo.com/qiniutek'

QiniuSDK/Common/QNVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
/**
1212
* sdk 版本
1313
*/
14-
static const NSString *kQiniuVersion = @"7.0.18";
14+
static const NSString *kQiniuVersion = @"7.0.19";

QiniuSDKTests/QNFormUploadTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ - (void)testDnsHosts {
274274
QNResolver *resolver = [[QNResolver alloc] initWithAddres:@"114.114.115.115"];
275275
QNDnsManager *dns = [[QNDnsManager alloc] init:[NSArray arrayWithObject:resolver] networkInfo:[QNNetworkInfo normal]];
276276
QNConfiguration *config = [QNConfiguration build:^(QNConfigurationBuilder *builder) {
277-
if (isIOS8()) {
277+
if (!isIOS8()) {
278278
isNotiOS8 = YES;
279279
NSArray *ips = [QNZone zone0].up.ips;
280280
QNServiceAddress *s1 = [[QNServiceAddress alloc] init:@"http://uphosttest.qiniu.com" ips:ips];

0 commit comments

Comments
 (0)