From 9292b9571c2355a4153bce73167a06fd3351eab4 Mon Sep 17 00:00:00 2001 From: ws Date: Tue, 5 Mar 2024 18:24:24 +0800 Subject: [PATCH] Modify the information of version 2.10.19 --- AliyunOSSSDK/OSSDefine.h | 2 +- AliyunOSSiOS.podspec | 2 +- CHANGLOG.txt | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/AliyunOSSSDK/OSSDefine.h b/AliyunOSSSDK/OSSDefine.h index b69c980..487151d 100644 --- a/AliyunOSSSDK/OSSDefine.h +++ b/AliyunOSSSDK/OSSDefine.h @@ -16,7 +16,7 @@ #elif TARGET_OS_OSX #define OSSUAPrefix @"aliyun-sdk-mac" #endif -#define OSSSDKVersion @"2.10.18" +#define OSSSDKVersion @"2.10.19" #define OSSListBucketResultXMLTOKEN @"ListBucketResult" #define OSSNameXMLTOKEN @"Name" diff --git a/AliyunOSSiOS.podspec b/AliyunOSSiOS.podspec index 19686f6..fc0258a 100644 --- a/AliyunOSSiOS.podspec +++ b/AliyunOSSiOS.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "AliyunOSSiOS" - s.version = "2.10.18" + s.version = "2.10.19" s.summary = "An iOS SDK for Aliyun Object Storage Service" diff --git a/CHANGLOG.txt b/CHANGLOG.txt index d5f6cb7..6743c19 100755 --- a/CHANGLOG.txt +++ b/CHANGLOG.txt @@ -15,6 +15,13 @@ pod dependency: pod 'AliyunOSSiOS' Update Logs: +2024/3/5 +- release 2.10.19 +1.Modify buildiOSFramework.sh file for building xcframework +2.Delete useless memory allocation code +3.Close file handle +4.Modify memory management + 2023/5/29 - release 2.10.18 1.Perform MD5 conversion on breakpoint continuation file names