Skip to content

Commit

Permalink
Release 23.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tari01 committed Nov 1, 2023
1 parent f514690 commit e265e9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 23.11.1

- src/decoder/decoderbase.c: Zero-fill filter tables (f514690)
- src/converter/converter.c: Use calloc to initialise converter slot array (60f71c9)
- src/reader/dff.c: Drop unused code (0cd0fa3)
- src/reader/disc.c: Check return value when ellipsizing track performer (fa7b383)
- Build using CMake (0948cd7)

# 23.8.1

- Merge pull request #6 from plstonge/doc-filters (6c27f3e)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.13)
project (libodiosacd VERSION 23.8.1 LANGUAGES C)
project (libodiosacd VERSION 23.11.1 LANGUAGES C)

if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
SET (CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE)
Expand Down

0 comments on commit e265e9c

Please sign in to comment.