* Finalize version 1.0.22.
This commit is contained in:
parent
0d5e89a970
commit
757eacc236
3
NEWS
3
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
|
||||
--------------------------------
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/* MiniUPnP project
|
||||
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||
* author: Ryan Wagoner
|
||||
|
@ -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"
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/* MiniUPnP project
|
||||
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user