Skip to content

Commit d9ce54d

Browse files
committed
New release s390-tools-2.29.0
Signed-off-by: Jan Höppner <[email protected]>
1 parent 7b05673 commit d9ce54d

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
11
Release history for s390-tools (MIT version)
22
--------------------------------------------
33

4-
* __v2.xx.x (2023-xx-xx)__
4+
* __v2.29.0 (2023-08-04)__
55

6-
For Linux kernel version: 6.x
6+
For Linux kernel version: 6.5
77

8-
s390-tools now supports tools written in rust!
8+
General:
9+
- s390-tools now supports tools written in Rust.
10+
- Add `compdb` Makefile target to create 'compile_commands.json' to LSP
11+
backends in IDEs and editors
912

1013
Add new tools / libraries:
1114
- rust/pv: Library for pv tools written in rust
1215
- rust/pvsecret: Tool to manage UV-secrets
1316

1417
Changes of existing tools:
15-
- genprotimg: add support for add-secret requests
16-
- dbginfo.sh: global IFS variable
17-
- pvattest: add yaml-output for verify command
18+
- dbginfo.sh: Global IFS variable
19+
- genprotimg: Add support for add-secret requests
20+
- genprotimg: Build debuginfo files for bootloader
21+
- hyptop: Add real SMT utilization field
22+
- hyptop: Allow users to set speedup factor
23+
- pvattest: Add yaml-output for verify command
24+
- zipl: Build debuginfo files for bootloader
1825

1926
Bug Fixes:
27+
- dump2tar: Fix truncated paths
28+
- zdev/dracut: fix kdump build to integrate with site support
2029

2130
* __v2.28.0 (2023-07-11)__
2231

common.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ endif
3232
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
3333
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
3434
VERSION = 2
35-
RELEASE = 28
35+
RELEASE = 29
3636
PATCHLEVEL = 0
3737
DISTRELEASE = build-$(shell date +%Y%m%d)
3838
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)

0 commit comments

Comments
 (0)