From 2caa05f69a6217c37d38dffafe05f4a8460b4907 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Fri, 18 Jul 2014 15:36:36 -0700 Subject: [PATCH] Update NEWS. --- NEWS | 8 ++++++++ upnpglobalvars.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 72a3093..84a04bf 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/upnpglobalvars.h b/upnpglobalvars.h index 75d55e2..c339e8f 100644 --- a/upnpglobalvars.h +++ b/upnpglobalvars.h @@ -57,7 +57,7 @@ #include -#define MINIDLNA_VERSION "1.1.3" +#define MINIDLNA_VERSION "1.1.4-dev" #ifdef NETGEAR # define SERVER_NAME "ReadyDLNA"