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 5, 2024
1 parent 94de793 commit 810c613
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ cmake_minimum_required(VERSION 3.20)

# The major, minor, and micro version numbers of the project.
set(JAS_VERSION_MAJOR 4)
set(JAS_VERSION_MINOR 1)
set(JAS_VERSION_PATCH 2)
set(JAS_VERSION_MINOR 2)
set(JAS_VERSION_PATCH 0)

# The shared library versioning information.
# Guidelines on how to change this information can be found below.
Expand Down
12 changes: 12 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
4.2.0 (2024-02-05)
==================

* Add the JAS_PACKAGING option to the CMake build in an attempt to allow
easier control over rpath settings by packagers of JasPer.
* Remove a number of obsolete scripts.
* Make some cosmetic changes to the code for the JPC codec in order
to improve readability (#371).
* Fix a portability bug related to threads/atomics.
* Replace some lingering uses of strtok in the JPC coder with jas_strtok,
since the use of strtok is problematic in multithreading contexts.

4.1.2 (2024-01-11)
==================

Expand Down

0 comments on commit 810c613

Please sign in to comment.