Wrap up version 1.1.6.

This commit is contained in:
Justin Maggard 2016-04-22 16:33:23 -07:00
parent 1f46b53030
commit d1cd7c7a4a
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -1,3 +1,14 @@
1.1.6 - Released 16-June-2016
--------------------------------
- Add AllShare and Windows client detection.
- Update support for LG2012 TV.
- Fix Samsung bookmarking on magic containers.
- Fix SQL error when moving captions.
- Add wide_links config option.
- Fix external subtitles on Samsung Series J.
- Add string localization support for magic containers.
- Rework NLS init to work with non-en_US locales.
1.1.5 - Released 10-Sep-2015
--------------------------------
- Re-enable Samsung DCM10, which adds video bookmarks and "BasicView" support.

View File

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