Skip to content

Commit

Permalink
release 2.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
duan007a committed Aug 30, 2018
1 parent 301f801 commit 6a87dc7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion AliyunOSSSDK/OSSDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#elif TARGET_OS_OSX
#define OSSUAPrefix @"aliyun-sdk-mac"
#endif
#define OSSSDKVersion @"2.10.5"
#define OSSSDKVersion @"2.10.6"

#define OSSListBucketResultXMLTOKEN @"ListBucketResult"
#define OSSNameXMLTOKEN @"Name"
Expand Down
2 changes: 1 addition & 1 deletion AliyunOSSiOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = "AliyunOSSiOS"

s.version = "2.10.5"
s.version = "2.10.6"

s.summary = "An iOS SDK for Aliyun Object Storage Service"

Expand Down
8 changes: 8 additions & 0 deletions CHANGLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ pod dependency: pod 'AliyunOSSiOS'

Update Logs:

2018/08/30
- release 2.10.6
1.Add sample about resume download object task from oss server;
2.Endpoints should not be formatted as https://ip;
3.if there is no error occurs in network session,date header should not be empty;
4.Error returning signature when calculating signature error;
5.fix bug about data race;

2018/08/02
- release 2.10.5
1.add api which named putSymlink;
Expand Down

0 comments on commit 6a87dc7

Please sign in to comment.