diff --git a/NEWS b/NEWS index 5ef6163..5e0e8f1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +1.1.5 - Released 10-Sep-2015 +-------------------------------- +- Re-enable Samsung DCM10, which adds video bookmarks and "BasicView" support. +- Allow SSDP M-SEARCH from other subnets. +- Fix some nfo file character escaping. +- Fix crash with >3 network interfaces. +- Support rotation of monochrome JPEGs. +- Handle cover art streams that come after the video stream. +- Recognize new hard links with inotify. +- Work around LG TV ordering bug. +- Implement TiVo image PixelShape support. +- Support thumbnail rotation. +- Use "Album Artist" tag from AAC files. +- Add Korean translations. +- Fix handling of bad FLAC files. + 1.1.4 - Released 26-Aug-2014 -------------------------------- - Add magic container infrastructure. diff --git a/upnpglobalvars.h b/upnpglobalvars.h index 224c374..c729a1e 100644 --- a/upnpglobalvars.h +++ b/upnpglobalvars.h @@ -57,7 +57,7 @@ #include -#define MINIDLNA_VERSION "1.1.4" +#define MINIDLNA_VERSION "1.1.5" #ifdef NETGEAR # define SERVER_NAME "ReadyDLNA"