From 109d63cb11ac207c18a784556834eb054b34b00b Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Wed, 11 Nov 2020 16:06:52 -0800 Subject: [PATCH] Wrap up version 1.3.0 --- NEWS | 23 +++++++++++++++++++++++ upnpglobalvars.h | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 823b5a4..731ffe5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +1.3.0 - Released 24-Nov-2020 +-------------------------------- +- Fixed some build warnings when building with musl. +- Use $USER instead of $LOGNAME for the default friendly name. +- Fixed build with GCC 10 +- Fixed some warnings from newer compilers +- Disallow negative HTTP chunk lengths. [CVE-2020-28926] +- Validate SUBSCRIBE callback URL. [CVE-2020-12695] +- Fixed spurious warnings with ogg coverart +- Fixed an issue with VLC where browse results would be truncated. +- Fixed bookmarks on Samsung Q series +- Added DSD file support. +- Fixed potential stack smash vulnerability in getsyshwaddr on macOS. +- Will now reload the log file on SIGHUP. +- Worked around bad SearchCriteria from the Control4 Android app. +- Increased max supported network addresses to 8. +- Added forced alphasort capability. +- Added episode season and number metadata support. +- Enabled subtitles by default for unknown DLNA clients, and add enable_subtitles config option. +- Fixed discovery when connected to certain WiFi routers. +- Added FreeBSD kqueue support. +- Added the ability to set the group to run as. + 1.2.1 - Released 24-Aug-2017 -------------------------------- - Added Movian client detection and subtitle support. diff --git a/upnpglobalvars.h b/upnpglobalvars.h index d07c2dd..92596e7 100644 --- a/upnpglobalvars.h +++ b/upnpglobalvars.h @@ -57,7 +57,7 @@ #include -#define MINIDLNA_VERSION "1.2.1" +#define MINIDLNA_VERSION "1.3.0" #ifdef NETGEAR # define SERVER_NAME "ReadyDLNA"