Skip to content

Commit c72458b

Browse files
committed
Bumped the version number.
Updated the NEWS document.
1 parent ff8c565 commit c72458b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.12)
77
# The major, minor, and micro version numbers of the project.
88
set(XV_VERSION_MAJOR 6)
99
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")
1212

1313
# Generate the project version.
1414
set(XV_VERSION "${XV_VERSION_MAJOR}.${XV_VERSION_MINOR}.${XV_VERSION_PATCH}")

NEWS.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
6.0.0 (2024-08-12)
29
==================
310

0 commit comments

Comments
 (0)