Wrap up version 1.3.1

This commit is contained in:
Justin Maggard 2022-02-10 23:14:51 -08:00
parent 2c66335a9b
commit 45a0b5fd56
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
1.3.1 - Released 11-Feb-2022
--------------------------------
- Fixed a potential crash in SSDP request parsing.
- Fixed a configure script failure on some platforms.
- Protect against DNS rebinding attacks.
- Fix an socket leakage issue on some platforms.
- Minor bug fixes.
1.3.0 - Released 24-Nov-2020
--------------------------------
- Fixed some build warnings when building with musl.

View File

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