From 2aa737c072f193a78b9de614f3d4c903a1fad11e Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 30 Aug 2021 14:40:09 +0200 Subject: [PATCH] Release 21.8.30 --- debian/changelog | 8 ++++++++ src/libodiosacd.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1d0d3ae..686301f 100755 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 30 Aug 2021 14:39:00 +0100 + libodiosacd (21.4.23) unstable; urgency=medium * src/reader/disc.c: Make filenames FAT32-friendly diff --git a/src/libodiosacd.h b/src/libodiosacd.h index a455fcd..43008bf 100755 --- a/src/libodiosacd.h +++ b/src/libodiosacd.h @@ -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"