Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforce.net>2011-08-25 05:27:56 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-08-25 05:27:56 +0400
commitf85ceaa195077203f3d53e2ff9255247eb538318 (patch)
treefad53304aa9ddd7b3c96a3fd19e3e869c9e0d484
parentec37db333a9f9310013d77c145795eed3eeb7fd1 (diff)
* Finalize version 1.0.22.v1.0.22
-rw-r--r--NEWS3
-rw-r--r--minissdp.c6
-rw-r--r--options.c1
-rw-r--r--upnpglobalvars.h2
-rw-r--r--upnpreplyparse.c1
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 <sqlite3.h>
-#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/
*