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-07-19 01:47:39 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-07-19 01:47:39 +0400
commitec7b4b3fb9c786a8b733eea0dacbe239bd697d7d (patch)
treec4d2a82a67e13ebd95a40e2e4d73a860c0f4f9a7
parent0a1331f3c28e5ac3ea80b32cda60e88f13b76160 (diff)
* Finalize version 1.0.21.v1.0.21
-rw-r--r--NEWS3
-rw-r--r--upnpglobalvars.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1911719..089411e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-1.0.21 - Released 00-MONTH-2011
+1.0.21 - Released 18-July-2011
--------------------------------
+- Fix a few issues with new libav/ffmpeg versions.
- Fix FF/REW of AVI files on Samsung Series B TV's.
- Fix a crash bug when playing music on TiVo.
- Add the ability to change the root media container.
diff --git a/upnpglobalvars.h b/upnpglobalvars.h
index d6d66d2..eaf4de2 100644
--- a/upnpglobalvars.h
+++ b/upnpglobalvars.h
@@ -56,7 +56,7 @@
#include <sqlite3.h>
-#define MINIDLNA_VERSION "1.0.20.3"
+#define MINIDLNA_VERSION "1.0.21"
#ifdef NETGEAR
# define SERVER_NAME "ReadyDLNA"