Releases: jasper-software/xv
v6.0.2
The comments below are automatically extracted from the beginning of the
NEWS document.
6.0.2 (2024-10-15)
-
Added -isize option to control the icon size in the browser.
The syntax is -isize or -isize x
If the height is omitted, it defaults to the width * 3/4. -
xv now checks the XV_OPTIONS environment variable before reading the
command line. xv splits it into words and parses it like command line
options. Use XV_OPTIONS to set default options.
v6.0.1
The comments below are automatically extracted from the beginning of the
NEWS document.
6.0.1 (2024-09-01)
- xvjpeg.c,xvpng.c: Fix gcc warnings on -Wclobbered.
- xvjpeg.c: Fix a bad memory access on jpegs with inverted data.
- Fix xvtext.c overwrite exposed by the link-time optimization fix.
v6.0.0
v5.2.0
The comments below are automatically extracted from the beginning of the
NEWS document.
5.2.0 (2024-06-25)
- Made some improvements to WEBP support.
v5.1.0
The comments below are automatically extracted from the beginning of the
NEWS document.
5.0.0 (2024-02-06)
- Removed all of the obsolete (and no longer used) make/imake-based build
infrastructure. - Removed the local copies of the source code for the external libraries
used for JPEG and TIFF support, as these local copies do not receive
bug fixes and are therefore very likely to have many serious security
vulnerabilities. Since the CMake-based build process already uses
whatever JPEG and TIFF libraries are installed on the system, these
local copies of external libraries are completely unnecessary.
v5.0.0-rc1
The comments below are automatically extracted from the beginning of the
NEWS document.
5.0.0 (2024-02-06)
- Removed all of the obsolete (and no longer used) make/imake-based build
infrastructure. - Removed the local copies of the source code for the external libraries
used for JPEG and TIFF support, as these local copies do not receive
bug fixes and are therefore very likely to have many serious security
vulnerabilities. Since the CMake-based build process already uses
whatever JPEG and TIFF libraries are installed on the system, these
local copies of external libraries are completely unnecessary.
v5.0.0
The comments below are automatically extracted from the beginning of the
NEWS document.
5.0.0 (2024-02-06)
- Removed all of the obsolete (and no longer used) make/imake-based build
infrastructure. - Removed the local copies of the source code for the external libraries
used for JPEG and TIFF support, as these local copies do not receive
bug fixes and are therefore very likely to have many serious security
vulnerabilities. Since the CMake-based build process already uses
whatever JPEG and TIFF libraries are installed on the system, these
local copies of external libraries are completely unnecessary.
v4.2.0
The comments below are automatically extracted from the beginning of the
NEWS document.
4.2.0 (2023-07-16)
- Fixed the splash screen to display the correct version number.
v4.1.1
The comments below are automatically extracted from the beginning of the
NEWS document.
4.1.1 (2023-05-27)
- Fixed a build problem on MacOS.
v4.0.1
The comments below are automatically extracted from the beginning of the
NEWS document.
4.1.0 (2023-05-27)
- Added support for webp format.