Wrap up version 1.1.2.
This commit is contained in:
parent
993a4adbbc
commit
cb95ca6e06
14
NEWS
14
NEWS
@ -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
|
1.1.1 - Released 01-Nov-2013
|
||||||
--------------------------------
|
--------------------------------
|
||||||
- Add network interface monitoring support on Linux.
|
- Add network interface monitoring support on Linux.
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
#include <sqlite3.h>
|
#include <sqlite3.h>
|
||||||
|
|
||||||
#define MINIDLNA_VERSION "1.1.1"
|
#define MINIDLNA_VERSION "1.1.2"
|
||||||
|
|
||||||
#ifdef NETGEAR
|
#ifdef NETGEAR
|
||||||
# define SERVER_NAME "ReadyDLNA"
|
# define SERVER_NAME "ReadyDLNA"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user