Wrap up version 1.1.5.

This commit is contained in:
Justin Maggard 2015-09-10 12:24:09 -07:00
parent 0da13b33f0
commit e008ab04bb
2 changed files with 17 additions and 1 deletions

16
NEWS
View File

@ -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.

View File

@ -57,7 +57,7 @@
#include <sqlite3.h>
#define MINIDLNA_VERSION "1.1.4"
#define MINIDLNA_VERSION "1.1.5"
#ifdef NETGEAR
# define SERVER_NAME "ReadyDLNA"