File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1+ Tue Feb 03 2026 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
2+
3+ * Version 1.1.0
4+
5+ This minor release contains following changes:
6+ - Add memory properties API (#1301)
7+ - Implement Level Zero memory eviction (#1534)
8+ - Add umfPoolTrimMemory() (#1318)
9+ - Add "set name" to all pools and providers (#1445)
10+ - Expose disjoint pool stats through CTL (#1487)
11+ - Allow using pool/provider names in CTL (#1471)
12+ - Allow controlling logger through CTL (#1446)
13+ - Extend CTL capabilities and add its documentation (#1524)
14+ - Remove UMF_DISABLE_HWLOC option (which was deprecated) (#1228)
15+
16+ And fixes:
17+ - Check for null pointer dereference in umfPoolDestroy() (#1462)
18+ - Fix null pointer dereference in createDevDaxParams() (#1473)
19+ - Fix Disjoint Pool bucket_free_chunk (#1543)
20+ - Initialize hwloc topology only before first fork, not always (#1506)
21+ - Fix UMF build on Alpine OS (#1294)
22+
123Tue Sep 16 2025 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
224
325 * Version 1.0.3
Original file line number Diff line number Diff line change 1+ 1.1.0
Original file line number Diff line number Diff line change 11#! /bin/sh -e
2- # Copyright (C) 2025 Intel Corporation
2+ # Copyright (C) 2025-2026 Intel Corporation
33# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
44# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
@@ -35,4 +35,5 @@ grep -v -E -e 'benchmark/ubench.h' \
3535 -e ' .spellcheck-conf.toml' \
3636 -e ' .trivyignore' \
3737 -e ' .xml$' \
38- -e ' .yml$'
38+ -e ' .yml$' \
39+ -e ' VERSION'
You can’t perform that action at this time.
0 commit comments