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"