From c760a338e07ebd11d62fef701e3de824a91f8625 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Thu, 24 Aug 2017 10:28:25 -0700 Subject: [PATCH] Wrap up version 1.2.1. --- NEWS | 11 +++++++++++ upnpglobalvars.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d0e60fb..823b5a4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +1.2.1 - Released 24-Aug-2017 +-------------------------------- +- Added Movian client detection and subtitle support. +- Fixed an issue with discovery on non-Linux systems. +- Fixed Bonjour discovery compatibility with TiVo Bolt. +- Fixed NFO file parsing, and added change monitoring support for them. +- Added a workaround for video thumbnails on some Samsung clients. +- Added DoS protection for event subscriptions. +- Fixed content browsing issues with some Samsung TVs. +- Improved non-destructive update scan support. + 1.2.0 - Released 17-May-2017 -------------------------------- - Add libavformat > 57 compatibility. diff --git a/upnpglobalvars.h b/upnpglobalvars.h index aedc987..fd2b3db 100644 --- a/upnpglobalvars.h +++ b/upnpglobalvars.h @@ -57,7 +57,7 @@ #include -#define MINIDLNA_VERSION "1.2.0" +#define MINIDLNA_VERSION "1.2.1" #ifdef NETGEAR # define SERVER_NAME "ReadyDLNA"