Merging upstream version 2.3.1:
- properly handles big-endian data in `iputils.py` (Closes: #1057031). Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1fb60de7fe
commit
a8f39c03aa
24 changed files with 598 additions and 437 deletions
6
NEWS.md
6
NEWS.md
|
@ -1,5 +1,11 @@
|
|||
# STorage Appliance Services (STAS)
|
||||
|
||||
## Changes with release 2.3.1
|
||||
|
||||
Bug fix:
|
||||
|
||||
* Properly handle big-endian data in `iputils.py`. This fix ensures that `struct.[pack|unpack]` is invoked with the CPU's native endianness. This fix is required for nvme-stas to work properly on big-endian CPUs (little-endian CPUs are not affected).
|
||||
|
||||
## Changes with release 2.3
|
||||
|
||||
New features:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue