Wrap up version 1.3.1
This commit is contained in:
parent
2c66335a9b
commit
45a0b5fd56
8
NEWS
8
NEWS
@ -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
|
1.3.0 - Released 24-Nov-2020
|
||||||
--------------------------------
|
--------------------------------
|
||||||
- Fixed some build warnings when building with musl.
|
- Fixed some build warnings when building with musl.
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
#include <sqlite3.h>
|
#include <sqlite3.h>
|
||||||
|
|
||||||
#define MINIDLNA_VERSION "1.3.0"
|
#define MINIDLNA_VERSION "1.3.1"
|
||||||
|
|
||||||
#ifdef NETGEAR
|
#ifdef NETGEAR
|
||||||
# define SERVER_NAME "ReadyDLNA"
|
# define SERVER_NAME "ReadyDLNA"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user