Skip to content

Commit

Permalink
Changelog, CMakeLists.txt: Release 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
  • Loading branch information
lipnitsk committed Oct 10, 2023
1 parent 3619af5 commit cfb98a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET(PACKAGE libcue)
SET(PACKAGE_NAME libcue)
SET(PACKAGE_VERSION 2.2.1)
SET(PACKAGE_VERSION 2.3.0)
SET(PACKAGE_SOVERSION 2)

CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libcue (2.3.0)
[Vlad Stulikov, Vasiliy Sazonov]
* Bug fix - no EOF handling

[Kevin Backhouse]
* Fix CVE-2023-43641
libcue (2.2.1)
[Ilya Lipnitskiy]
* cmake: Check for __attribute__ format
Expand Down

0 comments on commit cfb98a0

Please sign in to comment.