Skip to content

Releases: jasper-software/xv

v6.0.2

15 Oct 05:57
e87f556
Compare
Choose a tag to compare

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

01 Sep 17:57
Compare
Choose a tag to compare

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

12 Aug 21:12
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

6.0.0 (2024-08-12)

  • Add basic HiDPI support.
  • Improve the compatibility of the source code with more modern C standards
    (e.g., C23).
  • Fix the build with link-time optimization (#25).
  • Fix many other bugs.

v5.2.0

26 Jun 06:10
Compare
Choose a tag to compare

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

26 Jun 05:27
b571a0f
Compare
Choose a tag to compare

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

06 Feb 15:48
Compare
Choose a tag to compare

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

06 Feb 15:55
Compare
Choose a tag to compare

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

17 Jul 01:27
Compare
Choose a tag to compare

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

27 May 15:15
Compare
Choose a tag to compare

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

27 May 14:58
Compare
Choose a tag to compare

The comments below are automatically extracted from the beginning of the
NEWS document.

4.1.0 (2023-05-27)

  • Added support for webp format.