Skip to content

Commit 4c922b1

Browse files
committed
New release s390-tools-2.34.0
Signed-off by: Jan Höppner <[email protected]>
1 parent 4b19b9d commit 4c922b1

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

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

4-
* __v2.xx.x (2023-xx-xx)__
4+
* __v2.34.0 (2024-08-01)__
55

6-
For Linux kernel version: 6.x
7-
8-
Add new tools / libraries:
6+
For Linux kernel version: 6.10
97

108
Changes of existing tools:
9+
- ap_tools/ap-check: Add support for vfio-ap dynamic configuration
10+
- dbginfo.sh: Update/Add additional DASD data collection
11+
- dumpconf: Add new parameter 'SCP_DATA' for SCSI/NVMe/ECKD dump devices
12+
- libutil: Make formatted meta-data configurable
13+
- s390-tools: Replace 'which' with built-in 'command -v'
14+
- zdump/dfi_elf: Support core dumps of vr-kernels
1115

1216
Bug Fixes:
17+
- chzdev: Fix warning about failed ATTR writes by udev
18+
- rust/pv: Try again if first CRL-URI is invalid
19+
- rust/pvattest: Add short option for --arpk
20+
- zdump: Fix 'zgetdump -i' ioctl error on s390 formatted dump file
1321

1422
* __v2.33.1 (2024-05-28)__
1523

common.mak

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ 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 := 33
36-
PATCHLEVEL := 1
35+
RELEASE := 34
36+
PATCHLEVEL := 0
3737
DISTRELEASE := build-$(shell date +%Y%m%d)
3838
S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
3939
export S390_TOOLS_RELEASE

0 commit comments

Comments
 (0)