Wrap up version 1.3.0

This commit is contained in:
Justin Maggard 2020-11-11 16:06:52 -08:00
parent e31c420e27
commit 109d63cb11
2 changed files with 24 additions and 1 deletions

23
NEWS
View File

@ -1,3 +1,26 @@
1.3.0 - Released 24-Nov-2020
--------------------------------
- Fixed some build warnings when building with musl.
- Use $USER instead of $LOGNAME for the default friendly name.
- Fixed build with GCC 10
- Fixed some warnings from newer compilers
- Disallow negative HTTP chunk lengths. [CVE-2020-28926]
- Validate SUBSCRIBE callback URL. [CVE-2020-12695]
- Fixed spurious warnings with ogg coverart
- Fixed an issue with VLC where browse results would be truncated.
- Fixed bookmarks on Samsung Q series
- Added DSD file support.
- Fixed potential stack smash vulnerability in getsyshwaddr on macOS.
- Will now reload the log file on SIGHUP.
- Worked around bad SearchCriteria from the Control4 Android app.
- Increased max supported network addresses to 8.
- Added forced alphasort capability.
- Added episode season and number metadata support.
- Enabled subtitles by default for unknown DLNA clients, and add enable_subtitles config option.
- Fixed discovery when connected to certain WiFi routers.
- Added FreeBSD kqueue support.
- Added the ability to set the group to run as.
1.2.1 - Released 24-Aug-2017
--------------------------------
- Added Movian client detection and subtitle support.

View File

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