File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.12)
7
7
# The major, minor, and micro version numbers of the project.
8
8
set (XV_VERSION_MAJOR 6)
9
9
set (XV_VERSION_MINOR 0)
10
- set (XV_VERSION_PATCH 0 )
11
- set (XV_VERSION_DATE "20240812 " )
10
+ set (XV_VERSION_PATCH 1 )
11
+ set (XV_VERSION_DATE "20240901 " )
12
12
13
13
# Generate the project version.
14
14
set (XV_VERSION "${XV_VERSION_MAJOR} .${XV_VERSION_MINOR} .${XV_VERSION_PATCH} " )
Original file line number Diff line number Diff line change
1
+ 6.0.1 (2024-09-01)
2
+ ==================
3
+
4
+ * xvjpeg.c,xvpng.c: Fix gcc warnings on -Wclobbered.
5
+ * xvjpeg.c: Fix a bad memory access on jpegs with inverted data.
6
+ * Fix xvtext.c overwrite exposed by the link-time optimization fix.
7
+
1
8
6.0.0 (2024-08-12)
2
9
==================
3
10
You can’t perform that action at this time.
0 commit comments