Skip to content

Commit 6c97f3d

Browse files
1.1.0 release
1 parent d9340c1 commit 6c97f3d

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
123
Tue Sep 16 2025 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
224

325
* Version 1.0.3

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.1.0

scripts/check_license/file-exceptions.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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'

0 commit comments

Comments
 (0)