Wrap up version 1.2.1.

This commit is contained in:
Justin Maggard 2017-08-24 10:28:25 -07:00
parent 50b1a2e289
commit c760a338e0
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

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

View File

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