Update NEWS.

This commit is contained in:
Justin Maggard 2014-07-18 15:36:36 -07:00
parent b1cd1b5413
commit 2caa05f69a
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
1.1.4 - Released 00-MONTH-2014
--------------------------------
- Add magic container infrastructure.
- Add magic containers for 50 recent items for each category.
- Fix bad null termination in AAC parsing.
- Fix requests for the last byte of a file, which affected MKV playback on Philips TV's.
- Support 64-bit time_t values.
1.1.3 - Released 05-June-2014
--------------------------------
- Enhance log level settings.

View File

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