Merge branch 'Toastman-RT' into Toastman-RT-N
[tomato.git] / release / src / router / minidlna / NEWS
blob9fa77d2d4fab3e9e52778d150583e88abf41e726
1 1.0.24 - Released 14-Feb-2012
2 --------------------------------
3 - Fix playlist browsing with no SortOrder specified.
4 - Fix inotify detection of caption file removal.
5 - Handle an empty DeviceID from Zyxel media player SOAP request.
6 - Fix false positives in playlist caching optimization when we have duplicate file names in different directories.
7 - Trim the camera model name extracted from EXIF tags.
8 - Add support for user-configurable log level settings.
9 - Add DLNA.ORG_FLAGS support.
11 1.0.23 - Released 23-Jan-2012
12 --------------------------------
13 - Enable the subtitle menu on some Samsung TV's.
14 - Add subtitle support for Panasonic TV's.
15 - Add workarounds for LifeTab tablets' bad behavior.
16 - Speed up playlist parsing.
17 - Make metadata-based virtual containers case insensitive.
18 - Add folder art support (very few clients support this though).
19 - Improve trimming of quotation marks.
20 - Fix SRT caption support with the latest Samsung Series D firmware.
21 - Fix subtitles on LG TV's for items whose titles don't have a dot in them.
22 - Add support for the av:mediaClass tag, so some Sony devices can filter items by media type.
23 - Fix inotify detection issues on first-level folders.
24 - Work around LifeTab's broken DLNA support.
25 - Add image rotation support during resize. (mostly useful for TiVo)
27 1.0.22 - Released 24-Aug-2011
28 --------------------------------
29 - Add bookmark support for some Samsung TV's.
30 - Fix a memory leak when certain model Samsung TV's or Roku devices are on the network.
31 - Fix detection of Samsung Series D models.
32 - Add WAV MIME workaround for Marantz Receivers and Roku SoundBridge.
33 - Fix bitrate displayed on Microsoft PFS devices.
34 - Fix a scanner crash when trying to scan image files with no read access.
36 1.0.21 - Released 18-July-2011
37 --------------------------------
38 - Fix a few issues with new libav/ffmpeg versions.
39 - Fix FF/REW of AVI files on Samsung Series B TV's.
40 - Fix a crash bug when playing music on TiVo.
41 - Add the ability to change the root media container.
42 - Add WAV/RIFF INFO tag parsing support for the most common tags.
43 - Fix a crash bug with clients that request a large number of results.
45 1.0.20 - Released 09-June-2011
46 --------------------------------
47 - Fix a crash bug when scanning MPEG-TS files with odd packet sizes.
48 - Fix AVI file streaming on Samsung A-Series TV's.
49 - Improve support for the NETGEAR Digital Entertainer Live (EVA2000).
50 - Add support for multiple network interfaces.
51 - Add subtitle support for LG TV's and Blu-Ray players.
52 - Fix some minor coding issues found by cppcheck.
53 - Add client adaptation support for Toshiba Regza TV's.
54 - Send known audio-only devices straight to the Music section on root requests.
55 - Add client adaptation support for Roku SoundBridge audio clients.
56 - Improve Sony client adaptation to allow support for more file types.
57 - Add support for reading tags from MP4 video files with recent lavf versions.
58 - Add support for Samsung's GetFeatureList method.
60 1.0.19 - Released 11-Mar-2011
61 --------------------------------
62 - When called with -R, only remove art_cache and files.db in case users use an
63   imporant directory as their db dir.
64 - Properly scan newly created directory symlinks.
65 - Improve Windows 7 interoperability.
66 - Add basic NLS support, so clients can display localized strings.
67 - Optimize JPEG scaling by downscaling as much as possible during decompression.