Skip to content

Commit 084fa7d

Browse files
committed
release 3.7.1
1 parent 7022bd2 commit 084fa7d

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# ChangeLog - Aliyun OSS SDK for C
2+
## 版本号:3.7.1 日期:2019-04-05
3+
### 变更内容
4+
- 修复:断点续传下载进度条更新不正确的问题
25

36
## 版本号:3.7.0 日期:2019-02-23
47
### 变更内容

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
阿里云对象存储(Object Storage Service,简称OSS),是阿里云对外提供的海量、安全、低成本、高可靠的云存储服务。用户可以通过调用API,在任何应用、任何时间、任何地点上传和下载数据,也可以通过用户Web控制台对数据进行简单的管理。OSS适合存放任意文件类型,适合各种网站、开发企业及开发者使用。OSS C SDK提供了一系列接口方便用户使用OSS。
1212

1313
## 版本
14-
- 当前版本:3.7.0
14+
- 当前版本:3.7.1
1515

1616
## 安装方法
1717
### 环境依赖

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability. You can upload and download data on any application anytime and anywhere by calling APIs, and perform simple management of data through the web console. The OSS can store any type of files and therefore applies to various websites, development enterprises and developers. The OSS C SDK provides a variety of interfaces for convenient use of the OSS.
1212

1313
## Version
14-
- Current version: 3.7.0.
14+
- Current version: 3.7.1.
1515

1616
## Install OSS C SDK
1717
### Environment dependency

oss_c_sdk/aos_define.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ typedef apr_array_header_t aos_array_header_t;
123123
#define CR (char) 13
124124
#define CRLF "\x0d\x0a"
125125

126-
#define AOS_VERSION "3.7.0"
126+
#define AOS_VERSION "3.7.1"
127127
#define AOS_VER "aliyun-sdk-c/" AOS_VERSION
128128

129129
#define AOS_HTTP_PREFIX "http://"

0 commit comments

Comments
 (0)