mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
New release s390-tools-2.29.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -1,22 +1,31 @@
|
||||
Release history for s390-tools (MIT version)
|
||||
--------------------------------------------
|
||||
|
||||
* __v2.xx.x (2023-xx-xx)__
|
||||
* __v2.29.0 (2023-08-04)__
|
||||
|
||||
For Linux kernel version: 6.x
|
||||
For Linux kernel version: 6.5
|
||||
|
||||
s390-tools now supports tools written in rust!
|
||||
General:
|
||||
- s390-tools now supports tools written in Rust.
|
||||
- Add `compdb` Makefile target to create 'compile_commands.json' to LSP
|
||||
backends in IDEs and editors
|
||||
|
||||
Add new tools / libraries:
|
||||
- rust/pv: Library for pv tools written in rust
|
||||
- rust/pvsecret: Tool to manage UV-secrets
|
||||
|
||||
Changes of existing tools:
|
||||
- genprotimg: add support for add-secret requests
|
||||
- dbginfo.sh: global IFS variable
|
||||
- pvattest: add yaml-output for verify command
|
||||
- dbginfo.sh: Global IFS variable
|
||||
- genprotimg: Add support for add-secret requests
|
||||
- genprotimg: Build debuginfo files for bootloader
|
||||
- hyptop: Add real SMT utilization field
|
||||
- hyptop: Allow users to set speedup factor
|
||||
- pvattest: Add yaml-output for verify command
|
||||
- zipl: Build debuginfo files for bootloader
|
||||
|
||||
Bug Fixes:
|
||||
- dump2tar: Fix truncated paths
|
||||
- zdev/dracut: fix kdump build to integrate with site support
|
||||
|
||||
* __v2.28.0 (2023-07-11)__
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ endif
|
||||
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
|
||||
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
|
||||
VERSION = 2
|
||||
RELEASE = 28
|
||||
RELEASE = 29
|
||||
PATCHLEVEL = 0
|
||||
DISTRELEASE = build-$(shell date +%Y%m%d)
|
||||
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||
|
||||
Reference in New Issue
Block a user