зеркало из https://github.com/microsoft/SEAL.git
Release 4.1.2
This commit is contained in:
Родитель
72d45a6719
Коммит
6fcc25b83e
|
@ -1,5 +1,12 @@
|
|||
# List of Changes
|
||||
|
||||
## Version 4.1.2
|
||||
|
||||
- Merged [(PR #619)](https://github.com/microsoft/SEAL/pull/619): Removed unqualified calls to `std::move`.
|
||||
- Merged [(PR #651)](https://github.com/microsoft/SEAL/pull/651): Fixed filename typos in native examples.
|
||||
- Merged [(PR #662)](https://github.com/microsoft/SEAL/pull/662) and [(PR #666)](https://github.com/microsoft/SEAL/pull/666): Fixed broken links in [README.md](README.md).
|
||||
- Merged [(PR #669)](https://github.com/microsoft/SEAL/pull/669): Removed extra semicolons that caused compiler warnings.
|
||||
|
||||
## Version 4.1.1
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -23,7 +23,7 @@ if(NOT CMAKE_BUILD_TYPE)
|
|||
endif()
|
||||
message(STATUS "Build type (CMAKE_BUILD_TYPE): ${CMAKE_BUILD_TYPE}")
|
||||
|
||||
project(SEAL VERSION 4.1.1 LANGUAGES CXX C)
|
||||
project(SEAL VERSION 4.1.2 LANGUAGES CXX C)
|
||||
|
||||
########################
|
||||
# Global configuration #
|
||||
|
|
Загрузка…
Ссылка в новой задаче