Skip to content

Commit

Permalink
Updated the NEWS document and bumped the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Feb 6, 2024
1 parent 9c015f5 commit bc95540
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ cmake_minimum_required(VERSION 3.12)
################################################################################

# The major, minor, and micro version numbers of the project.
set(XV_VERSION_MAJOR 4)
set(XV_VERSION_MINOR 2)
set(XV_VERSION_MAJOR 5)
set(XV_VERSION_MINOR 0)
set(XV_VERSION_PATCH 0)
set(XV_VERSION_DATE "20230716")
set(XV_VERSION_DATE "20240206")

# Generate the project version.
set(XV_VERSION "${XV_VERSION_MAJOR}.${XV_VERSION_MINOR}.${XV_VERSION_PATCH}")
Expand Down
12 changes: 12 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
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.

4.2.0 (2023-07-16)
==================

Expand Down

0 comments on commit bc95540

Please sign in to comment.