From bcc69d0dd3188ba0f78d5cbef374b5287e08760d Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Thu, 4 Apr 2013 23:39:12 +0000 Subject: [PATCH] * Wrap up v1.1.0. --- NEWS | 4 +++- upnpglobalvars.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d7f9649..88c388c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.1.0 - Released 00-Month-0000 +1.1.0 - Released 04-April-2013 -------------------------------- - Add support for other operating systems. - Switch to autoconf from our handcrafted genconfig.sh. @@ -10,6 +10,8 @@ - Fix crash bug on video files with some ffmpeg library versions. - Add support for TiVo MPEG-TS files. - Add some logging and forking tweaks to work better with systemd. +- Validate or escape user input to prevent SQL injection. +- Add forced sorting support for Panasonic devices. 1.0.25 - Released 13-July-2012 -------------------------------- diff --git a/upnpglobalvars.h b/upnpglobalvars.h index 92cbb8d..9360312 100644 --- a/upnpglobalvars.h +++ b/upnpglobalvars.h @@ -57,7 +57,7 @@ #include -#define MINIDLNA_VERSION "1.1.0-cvs" +#define MINIDLNA_VERSION "1.1.0" #ifdef NETGEAR # define SERVER_NAME "ReadyDLNA"