Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ elseif(WINDOWS AND NOT UMF_DISABLE_HWLOC)
apply
${PROJECT_SOURCE_DIR}/cmake/fix_coverity_issues.patch
||
true)
(exit 0))

message(STATUS "Will fetch hwloc from ${UMF_HWLOC_REPO}")

Expand Down Expand Up @@ -167,7 +167,7 @@ elseif(NOT UMF_DISABLE_HWLOC)
apply
${PROJECT_SOURCE_DIR}/cmake/fix_coverity_issues.patch
||
true)
(exit 0))

message(STATUS "Will fetch hwloc from ${UMF_HWLOC_REPO}")

Expand Down
17 changes: 12 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Thu Jul 18 2024 Łukasz Stolarczuk <[email protected]>
Thu Sep 12 2024 Łukasz Stolarczuk <[email protected]>

* Version 0.9.0-rc1
* Version 0.9.0

This is a pre-release version. When 0.9.0 will be ready (with no rc status),
it will aim to be the first complete release of the UMF project.
With this release we don't yet guarantee a fully stable API.
This release aims to be the first complete release of the UMF project.
We don't yet guarantee a fully stable API, though.

This release contains all the features listed in the version 0.1.0
plus, additionally:
- IPC API
- fixes in the building system
- proper versioning
- minor patches in the source code
- improved CI and docs

Thu Jul 04 2024 Łukasz Stolarczuk <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion scripts/docs_config/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Intel"

# The full version, including alpha/beta/rc tags
release = "0.9.0-rc1"
release = "0.9.0"


# -- General configuration ---------------------------------------------------
Expand Down
Loading