* Finalize version 1.0.22.

This commit is contained in:
Justin Maggard 2011-08-25 01:27:56 +00:00
parent 0d5e89a970
commit 757eacc236
5 changed files with 7 additions and 6 deletions

3
NEWS
View File

@ -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
--------------------------------

View File

@ -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

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* MiniUPnP project
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* author: Ryan Wagoner

View File

@ -56,7 +56,7 @@
#include <sqlite3.h>
#define MINIDLNA_VERSION "1.0.21.2"
#define MINIDLNA_VERSION "1.0.22"
#ifdef NETGEAR
# define SERVER_NAME "ReadyDLNA"

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* MiniUPnP project
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
*