From 757eacc2366b980c1edb426c56d52d1d92ca21b9 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Thu, 25 Aug 2011 01:27:56 +0000 Subject: [PATCH] * Finalize version 1.0.22. --- NEWS | 3 ++- minissdp.c | 6 ++++-- options.c | 1 - upnpglobalvars.h | 2 +- upnpreplyparse.c | 1 - 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index b56920b..b98702b 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,11 @@ -1.0.22 - Released 00-Month-0000 +1.0.22 - Released 24-Aug-2011 -------------------------------- - Add bookmark support for some Samsung TV's. - Fix a memory leak when certain model Samsung TV's or Roku devices are on the network. - Fix detection of Samsung Series D models. - Add WAV MIME workaround for Marantz Receivers and Roku SoundBridge. - Fix bitrate displayed on Microsoft PFS devices. +- Fix a scanner crash when trying to scan image files with no read access. 1.0.21 - Released 18-July-2011 -------------------------------- diff --git a/minissdp.c b/minissdp.c index 5fb02de..320711b 100644 --- a/minissdp.c +++ b/minissdp.c @@ -1,5 +1,7 @@ -/* $Id$ */ -/* MiniUPnP project +/* MiniDLNA media server + * This file is part of MiniDLNA. + * + * The code herein is based on the MiniUPnP Project. * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * * Copyright (c) 2006, Thomas Bernard diff --git a/options.c b/options.c index 36f8289..11fa680 100644 --- a/options.c +++ b/options.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * author: Ryan Wagoner diff --git a/upnpglobalvars.h b/upnpglobalvars.h index 45aae13..3562e1a 100644 --- a/upnpglobalvars.h +++ b/upnpglobalvars.h @@ -56,7 +56,7 @@ #include -#define MINIDLNA_VERSION "1.0.21.2" +#define MINIDLNA_VERSION "1.0.22" #ifdef NETGEAR # define SERVER_NAME "ReadyDLNA" diff --git a/upnpreplyparse.c b/upnpreplyparse.c index 36ddef0..419dbf5 100644 --- a/upnpreplyparse.c +++ b/upnpreplyparse.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ *