From 996f85e0259d67ee348c76a079c47eae5b78fe22 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Mon, 27 Jun 2011 23:33:10 +0000 Subject: [PATCH] * Bump verion to 1.0.20.2. --- NEWS | 2 ++ upnpglobalvars.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e0d5a3e..c23fc4d 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ 1.0.21 - Released 00-MONTH-2011 -------------------------------- +- Fix a crash bug when playing music on TiVo. - Add the ability to change the root media container. - Add WAV/RIFF INFO tag parsing support for the most common tags. +- Fix a crash bug with clients that request a large number of results. 1.0.20 - Released 09-June-2011 -------------------------------- diff --git a/upnpglobalvars.h b/upnpglobalvars.h index a3b85aa..3349324 100644 --- a/upnpglobalvars.h +++ b/upnpglobalvars.h @@ -56,7 +56,7 @@ #include -#define MINIDLNA_VERSION "1.0.20.1" +#define MINIDLNA_VERSION "1.0.20.2" #ifdef NETGEAR # define SERVER_NAME "ReadyDLNA"