Commit 4c922b1 1 parent 4b19b9d commit 4c922b1 Copy full SHA for 4c922b1
File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
Release history for s390-tools (MIT version)
2
2
--------------------------------------------
3
3
4
- * __ v2.xx.x (2023-xx-xx )__
4
+ * __ v2.34.0 (2024-08-01 )__
5
5
6
- For Linux kernel version: 6.x
7
-
8
- Add new tools / libraries:
6
+ For Linux kernel version: 6.10
9
7
10
8
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
11
15
12
16
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
13
21
14
22
* __ v2.33.1 (2024-05-28)__
15
23
Original file line number Diff line number Diff line change 32
32
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
33
33
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
34
34
VERSION := 2
35
- RELEASE := 33
36
- PATCHLEVEL := 1
35
+ RELEASE := 34
36
+ PATCHLEVEL := 0
37
37
DISTRELEASE := build-$(shell date +% Y% m% d)
38
38
S390_TOOLS_RELEASE := $(VERSION ) .$(RELEASE ) .$(PATCHLEVEL ) -$(DISTRELEASE )
39
39
export S390_TOOLS_RELEASE
You can’t perform that action at this time.
0 commit comments