diff --git a/NEWS b/NEWS index 5e0f486..6391f04 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ -1.0.20 - Released 31-May-2011 +1.0.20 - Released 09-June-2011 -------------------------------- +- Fix a crash bug when scanning MPEG-TS files with odd packet sizes. - Fix AVI file streaming on Samsung A-Series TV's. - Improve support for the NETGEAR Digital Entertainer Live (EVA2000). - Add support for multiple network interfaces. diff --git a/upnpglobalvars.h b/upnpglobalvars.h index 46fc29e..0b52075 100644 --- a/upnpglobalvars.h +++ b/upnpglobalvars.h @@ -56,7 +56,7 @@ #include -#define MINIDLNA_VERSION "1.0.19.3" +#define MINIDLNA_VERSION "1.0.20" #ifdef NETGEAR # define SERVER_NAME "ReadyDLNA"