commit the files of the new version v1.1.11

This commit is contained in:
Plus_Liu 2021-05-08 11:08:27 +08:00
parent 4be39540cd
commit 2f6672f362
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: libboundscheck Name: libboundscheck
Version: v1.1.10 Version: v1.1.11
Release: 5 Release: 6
License: Mulan PSL v2 License: Mulan PSL v2
Summary: Enhanced safety functions Summary: Enhanced safety functions
Url: https://gitee.com/openeuler/libboundscheck Url: https://gitee.com/openeuler/libboundscheck
@ -45,5 +45,7 @@ rm -rf %{buildroot}
%license LICENSE %license LICENSE
%changelog %changelog
* Sat May 08 2021 Plus_Liu <plusworld97@outlook.com> - v1.1.11-1
- Update Version.
* Mon Jun 22 2020 Guoshuai Sun <sunguoshuai@huawei.com> - v1.1.10-2 * Mon Jun 22 2020 Guoshuai Sun <sunguoshuai@huawei.com> - v1.1.10-2
- Fix build error. - Fix build error.