Wrap up version 1.2.0.

This commit is contained in:
Justin Maggard 2017-05-17 13:38:09 -07:00
parent 46c692fc59
commit c50936c347
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -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.

View File

@ -57,7 +57,7 @@
#include <sqlite3.h>
#define MINIDLNA_VERSION "1.1.6"
#define MINIDLNA_VERSION "1.2.0"
#ifdef NETGEAR
# define SERVER_NAME "ReadyDLNA"