Skip to content

Commit

Permalink
New release s390-tools-2.26.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
  • Loading branch information
hoeppnerj committed Feb 14, 2023
1 parent 8a878a0 commit 4014087
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ List of all individuals having contributed content to s390-tools
- Mikhail Zaslonko
- Nikita Dubrovskii
- Niklas Schnelle
- Nikolay Gueorguiev
- Peter Oberparleiter
- Peter Tiedemann
- Philipp Kern
Expand Down
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
Release history for s390-tools (MIT version)
--------------------------------------------

* __v2.xx.x (2022-xx-xx)__
* __v2.26.0 (2023-02-14)__

For Linux kernel version: 6.x
For Linux kernel version: 6.2

Add new tools / libraries:
Remove tools / libraries:
- Remove vmconvert and libvmdump in favor of vmdump file support in zdump

Changes of existing tools:
- ipl_tools: Add support for list-directed IPL from ECKD DASD
- lszcrypt: Display hardware filtering support capability
- vmur: Remove option -c for dump file conversion (See zdump changes)
- zdev: Add zfcp ber_stop parameter handling
- zdump: Add vmdump dfi for vmdump format to elf format
- zkey: Support EP11 host library version

Bug Fixes:
- zipl: Move dump parmline processing and verification
- zipl/genprotimg: Various build improvements

* __v2.25.0 (2022-12-08)__

Expand Down
2 changes: 1 addition & 1 deletion common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COMMON_INCLUDED = true
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
VERSION = 2
RELEASE = 25
RELEASE = 26
PATCHLEVEL = 0
DISTRELEASE = build-$(shell date +%Y%m%d)
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
Expand Down

0 comments on commit 4014087

Please sign in to comment.