From 45a0b5fd56228711b7487bc5ee491c7a86505ca2 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Thu, 10 Feb 2022 23:14:51 -0800 Subject: [PATCH] Wrap up version 1.3.1 --- NEWS | 8 ++++++++ upnpglobalvars.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"