Skip to content

Commit

Permalink
Release 21.8.30
Browse files Browse the repository at this point in the history
  • Loading branch information
tari01 committed Aug 30, 2021
1 parent adb013d commit 2aa737c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
libodiosacd (21.8.30) unstable; urgency=medium

* src/decoder/decoderbase.c: Supress arithmetic decoding error
* src/decoder/decoder.c: Allow decoder to continue trough errors + display warning
* src/reader/disc.c: Ellipsize filename is longer than 255 characters

-- Robert Tari <robert@tari.in> Mon, 30 Aug 2021 14:39:00 +0100

libodiosacd (21.4.23) unstable; urgency=medium

* src/reader/disc.c: Make filenames FAT32-friendly
Expand Down
2 changes: 1 addition & 1 deletion src/libodiosacd.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef LIBODIOSACD_H
#define LIBODIOSACD_H

#define LIBVERSION "21.4.23"
#define LIBVERSION "21.8.30"

#include "reader/disc.h"
#include "stdbool.h"
Expand Down

0 comments on commit 2aa737c

Please sign in to comment.