Skip to content

Commit

Permalink
libmultipath: bump version to 0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Wilck <mwilck@suse.com>
  • Loading branch information
mwilck committed Aug 16, 2024
1 parent 9d90510 commit 86b9692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
(Fixes [#92](https://github.com/opensvc/multipath-tools/issues/92)).
* Fixed output of `multipath -t` and `multipath -T` for the options
`force_sync` and `retrigger_tries`.
(Fixes [#88](https://github.com/opensvc/multipath-tools/pull/93))
(Fixes [#88](https://github.com/opensvc/multipath-tools/pull/88))
* Fixed adding maps by WWID in CLI (command `add map $WWID`).

### Other
Expand All @@ -54,7 +54,7 @@
* Use `weak` attribute for `get_multipath_config()` and
`put_multipath_config()` in order to enable linking with
`-Bsymbolic-non-weak-functions`
(Fixes [#86](https://github.com/opensvc/multipath-tools/pull/87)).
(Fixes [#86](https://github.com/opensvc/multipath-tools/pull/86)).
* Fixed CI for ARM/v7
* Fixed directio CI test for real devices, run more "real" tests in CI
* Fixed minor issues detected by coverity.
Expand Down
4 changes: 2 additions & 2 deletions libmultipath/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#ifndef VERSION_H_INCLUDED
#define VERSION_H_INCLUDED

#define VERSION_CODE 0x000909
#define VERSION_CODE 0x000A00
/* MMDDYY, in hex */
#define DATE_CODE 0x050318
#define DATE_CODE 0x080F18

#define PROG "multipath-tools"

Expand Down

0 comments on commit 86b9692

Please sign in to comment.