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-06-28 03:33:10 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-06-28 03:33:10 +0400
commitd570671f29a9a25acc43b4a90ba48c054923de2a (patch)
tree54cd764c332137983573b927bf54983cb5635211
parentda38ce77402c765694fe7b01c4a7e26297c05908 (diff)
* Bump verion to 1.0.20.2.v1.0.20.2
-rw-r--r--NEWS2
-rw-r--r--upnpglobalvars.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e0d5a3e..c23fc4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
1.0.21 - Released 00-MONTH-2011
--------------------------------
+- Fix a crash bug when playing music on TiVo.
- Add the ability to change the root media container.
- Add WAV/RIFF INFO tag parsing support for the most common tags.
+- Fix a crash bug with clients that request a large number of results.
1.0.20 - Released 09-June-2011
--------------------------------
diff --git a/upnpglobalvars.h b/upnpglobalvars.h
index a3b85aa..3349324 100644
--- a/upnpglobalvars.h
+++ b/upnpglobalvars.h
@@ -56,7 +56,7 @@
#include <sqlite3.h>
-#define MINIDLNA_VERSION "1.0.20.1"
+#define MINIDLNA_VERSION "1.0.20.2"
#ifdef NETGEAR
# define SERVER_NAME "ReadyDLNA"