Wrap up version 1.1.2.

This commit is contained in:
Justin Maggard 2014-03-06 16:30:25 -08:00
parent 993a4adbbc
commit cb95ca6e06
2 changed files with 15 additions and 1 deletions

14
NEWS
View File

@ -1,3 +1,17 @@
1.1.2 - Released 06-Mar-2014
--------------------------------
- Show client status on our basic presentation page.
- Add a new force_sort_criteria option, to globally override the SortCriteria value sent by the client.
- Fix a couple resource leaks.
- Add configuration include file support.
- Support DLNA/UPnP-AV searches issued by clients using the Grilo framework.
- Fix some clients playing artwork instead of movie.
- Fix bookmarks on Samsung Series E clients.
- Add an extra folder level if there are multiple media locations.
- Fix some multicast membership issues with changing network settings.
- Make max number of children (connections) configurable.
- Fix choppy playback with some file types on Panasonic clients by increasing the max connection limit.
1.1.1 - Released 01-Nov-2013
--------------------------------
- Add network interface monitoring support on Linux.

View File

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