From 483cafb0cb301245761539fe8bd6c2484fdf32a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Vasconcellos?= Date: Mon, 30 Sep 2024 00:48:58 -0300 Subject: [PATCH] Version 1.3.3.1P --- NEWS | 12 ++++++++++++ upnpglobalvars.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 12fbcc2..3a2fe86 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ (P Versions are the Password support versions, we keep the same base "1.x.y" as the upstream version) +1.3.3.1P - Released 30-Sept-2024 +-------------------------------- +- Fixes in the 1.3.1/1.3.2/1.3.3 Migration +- Make sure database is closed after scanning (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/03-make-sure-the-database-is-closed-after-scanning.patch) +- Ignore artist when looking up existing container (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/07-fix-multi-artist-album-handling.patch) +- Fix testupnpdescgen build (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/08-Fix-testupnpdescgen-build.patch) +- Do not close socket on sighup (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/10-do-not-close-socket-on-sighup.patch) +- Fix spelling and typos (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/13-spelling-and-typos.patch) +- Fixes for configure.ac (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/14-autoupdate.patch) +- Add suport for generating thumbnails with libffmpegthumbnailer (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/15-thumbnails.patch) +- Add compatibility with FFMPEG 7.0 (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/16-Add-compatibility-with-FFMPEG-7.0.patch) + 1.3.3 - Released 1-Jun-2023 -------------------------------- - Fixed HTTP chunk length parsing. diff --git a/upnpglobalvars.h b/upnpglobalvars.h index 26cb972..5ea3d7c 100644 --- a/upnpglobalvars.h +++ b/upnpglobalvars.h @@ -57,7 +57,7 @@ #include -#define MINIDLNA_VERSION "1.3.3P" +#define MINIDLNA_VERSION "1.3.3.1P" #ifdef NETGEAR # define SERVER_NAME "ReadyDLNA"