Skip to content

Commit

Permalink
Merge pull request #64 from zzq996/master
Browse files Browse the repository at this point in the history
Version 3.24.3
  • Loading branch information
zzq996 authored Apr 21, 2024
2 parents bdc170d + f99f990 commit 5df228a
Show file tree
Hide file tree
Showing 157 changed files with 10,377 additions and 2,184 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
huaweicloud-sdk-c-obs
----------------------------------------------------
Version 3.24.3
新特性:
1.支持通过自定义域名访问
2.支持设置、获取、删除access label
修复问题:
1.修复部分打印函数的占位符格式不正确的问题
2.不安全函数替换为安全函数
3.修复无法获取头域中报错的问题
4.修复bucket policy长度过小的问题
5.修复内存泄漏问题
6.修复日志路径内存长度和实际不一致的问题
----------------------------------------------------
Version 3.23.9
新特性:
1.windows下日志文件名支持宽字符
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (C) Daniel Stenberg, <[email protected]>, et al.
#
# SPDX-License-Identifier: curl

curlver.h.dist
stamp-h2
stamp-h3
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
# / __| | | | |_) | |
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
# Copyright (C) Daniel Stenberg, <[email protected]>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at https://curl.se/docs/copyright.html.
#
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
# copies of the Software, and permit persons to whom the Software is
# furnished to do so, under the terms of the COPYING file.
#
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
# SPDX-License-Identifier: curl
#
###########################################################################
pkginclude_HEADERS = \
curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
typecheck-gcc.h system.h urlapi.h options.h header.h websockets.h

pkgincludedir= $(includedir)/curl

CHECKSRC = $(CS_$(V))
CS_0 = @echo " RUN " $@;
CS_1 =
CS_ = $(CS_0)

checksrc:
$(CHECKSRC)@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(top_srcdir)/include/curl $(pkginclude_HEADERS)

if CURLDEBUG
# for debug builds, we scan the sources on all regular make invokes
all-local: checksrc
endif
Loading

0 comments on commit 5df228a

Please sign in to comment.