Skip to content

Commit

Permalink
release 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
duan007a committed Jan 31, 2018
1 parent fc7279d commit 73d519a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
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.9.1"
#define OSSSDKVersion @"2.9.2"

#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.9.1"
s.version = "2.9.2"

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

Expand Down
13 changes: 11 additions & 2 deletions CHANGLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,22 @@ Environment Requirement:

Update Logs:

2018/1/31
- Release 2.9.2

add API: triggerCallBack:

github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.9.2'
demo address: https://github.com/alibaba/alicloud-ios-demo

2018/1/22
- Release 2.9.1

fix podspec

github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.8.1'
pod dependency: pod 'AliyunOSSiOS', '~> 2.9.1'
demo address: https://github.com/alibaba/alicloud-ios-demo

2018/1/22
Expand All @@ -28,7 +37,7 @@ demo address: https://github.com/alibaba/alicloud-ios-demo
3.add logic about check file size

github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.8.1'
pod dependency: pod 'AliyunOSSiOS', '~> 2.0.0'
demo address: https://github.com/alibaba/alicloud-ios-demo

2018/1/15
Expand Down

0 comments on commit 73d519a

Please sign in to comment.