diff --git a/NEWS b/NEWS index e9744b2..d0e60fb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +1.2.0 - Released 17-May-2017 +-------------------------------- +- Add libavformat > 57 compatibility. +- Add TiVo Bonjour discovery support using Avahi for Bolt. +- Improve Samsung BD-J5500 support. +- Add quirk to fix video playback on Hyundai TVs. +- Add non-destructive update rescan support. +- Enhance bookmark support to work with Kodi. + 1.1.6 - Released 16-June-2016 -------------------------------- - Add AllShare and Windows client detection. diff --git a/upnpglobalvars.h b/upnpglobalvars.h index 21b618b..079166c 100644 --- a/upnpglobalvars.h +++ b/upnpglobalvars.h @@ -57,7 +57,7 @@ #include -#define MINIDLNA_VERSION "1.1.6" +#define MINIDLNA_VERSION "1.2.0" #ifdef NETGEAR # define SERVER_NAME "ReadyDLNA"