Commit 686262f 1 parent 2379fd8 commit 686262f Copy full SHA for 686262f
File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
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 (20xx-xx-xx )__
4
+ * __ v2.33.1 (2024-05-28 )__
5
5
6
- For Linux kernel version: 6.x
7
-
8
- Add new tools / libraries:
9
-
10
- Changes of existing tools:
6
+ For Linux kernel version: 6.9
11
7
12
8
Bug Fixes:
9
+ - s390-tools: Fix formatting and typos in README.md
10
+ - s390-tools: Fix release string
13
11
14
12
* __ v2.33.0 (2024-05-27)__
15
13
Original file line number Diff line number Diff line change 33
33
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
34
34
VERSION := 2
35
35
RELEASE := 33
36
- PATCHLEVEL := 0
36
+ PATCHLEVEL := 1
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