Skip to content

Commit c268fe1

Browse files
committed
Update NEWS.md for 0.13.1
Signed-off-by: Martin Wilck <mwilck@suse.com>
1 parent 49acb1b commit c268fe1

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

NEWS.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,44 @@ release. These bug fixes will be tracked in stable branches.
99

1010
See [README.md](README.md) for additional information.
1111

12+
## multipath-tools 0.13.1, 2026/01
13+
14+
### Bug fixes
15+
16+
* Make sure multipathd registers keys all paths of a multipath map after
17+
mpathpersist registered a key for a map. multipathd could fail to do so in
18+
some cases, e.g. if paths become unavailable or available while the
19+
registration was taking place. Fixes 0.13.0.
20+
* Fix `mpathpersist --report-capabilities` output. Fixes 0.5.0.
21+
* Improve error handling when retrying REGISTER AND IGNORE persistent
22+
reservations commands. Fixes 0.13.0.
23+
* Fix command descriptions in the multipathd man page. Fixes 0.9.2.
24+
* Fix an undefined symbol error with the LLVM lld linker.
25+
Fixes [#132](https://github.com/opensvc/multipath-tools/issues/132), 0.10.0.
26+
* Fix ISO C23 compatibility issue causing errors with new compilers.
27+
* Fix use-after-free error in free_pgvec().
28+
Fixes [#128](https://github.com/opensvc/multipath-tools/issues/128), 0.12.0.
29+
* Fix memory leak caused by not joining the "init unwinder" thread.
30+
Fixes 0.8.6.
31+
* Fix memory leaks in kpartx. Fixes any version.
32+
* Print the warning "setting scsi timeouts is unsupported for protocol" only
33+
once per protocol. Fixes 0.9.0.
34+
* Make sure multipath-tools is compiled with the compiler flag
35+
`-fno-strict-aliasing`. This turns out to be necessary because our code
36+
uses techniques like `container_of()` which don't work well with
37+
strict aliasing rules.
38+
Fixes [#130](https://github.com/opensvc/multipath-tools/issues/130).
39+
40+
### Other changes
41+
42+
* Hardware table: add Seagate Exos and Nytro series.
43+
* Avoid joining threads twice with liburcu 0.14.0 and newer.
44+
* CI updates (GitHub workflows).
45+
* Fix CI for cmocka 2.0 by adding the `-Wno-error=deprecated-declarations`
46+
compiler flag.
47+
Fixes [#129](https://github.com/opensvc/multipath-tools/issues/129)
48+
* Add the ASAN=1 and OPT= make variables (see README.md).
49+
1250
## multipath-tools 0.13.0, 2025/10
1351

1452
### Major rework of the SCSI Persistent Reservation code

0 commit comments

Comments
 (0)