Release date: Sat Aug 16 2014
Download Tarball:
http://www.pdlna.org/cgi-bin/index.pl?menu=download&type=release&version=0.70.0
Download Installation, Configuration and Debugging Guide:
http://www.pdlna.org/cgi-bin/index.pl?menu=download&type=icdguide&version=0.70.0
Changes:
- added the name and line of the file, which called the fatal() or log() subroutine, to the log messages (based on the idea of marc)
- added LogFileRotation configuration parameter, so pDLNA is now able to rotate logfiles on his own (based on the idea of marc)
- added masking special characters in WebUI
- moved WebUI to UTF-8
- fixed a bug in WebUI regarding uninitialized values in WebUI (thanks to marc)
- additional fix for issue #21 (https://github.com/geuma/pDLNA/issues/21) -aka- special characters in filenames break some regular expressions (thanks to marc)
- the Yamaha RX-V3067 seems to use a different XML structure (implemented a more generic way to find elements in XML) (thanks to marc)
- added codec information for DTS sound
- improved codec and container detection via FFmpeg
- new database schema (includes performance and various other improvements)
- added support for PostgreSQL
- fixed issue #25 (https://github.com/geuma/pDLNA/issues/25) -aka- invalid BrowseMetadata response
- added EnableDBStatistics configuration parameter (NOT FOR PRODUCTIVE ENVIRONMENT)
- REMOVED transcoding support (will be reimplemented)