diff --git a/NEWS b/NEWS index 731ffe5..83bfef3 100644 --- a/NEWS +++ b/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 -------------------------------- - Fixed some build warnings when building with musl. diff --git a/upnpglobalvars.h b/upnpglobalvars.h index 92596e7..f4bcc83 100644 --- a/upnpglobalvars.h +++ b/upnpglobalvars.h @@ -57,7 +57,7 @@ #include -#define MINIDLNA_VERSION "1.3.0" +#define MINIDLNA_VERSION "1.3.1" #ifdef NETGEAR # define SERVER_NAME "ReadyDLNA"