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-10 06:05:54 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-06-10 06:05:54 +0400
commitb025a34b02f93a059bc9dd89067c86c624a54327 (patch)
tree30795cc4c416649401bcab6cb1f7e31feb9920f3
parent3a324ee1e94392c0d0af28d3e70b9b1a699a5890 (diff)
* Finalize v1.0.20.v1.0.20
-rw-r--r--NEWS3
-rw-r--r--upnpglobalvars.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5e0f486..6391f04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-1.0.20 - Released 31-May-2011
+1.0.20 - Released 09-June-2011
--------------------------------
+- Fix a crash bug when scanning MPEG-TS files with odd packet sizes.
- Fix AVI file streaming on Samsung A-Series TV's.
- Improve support for the NETGEAR Digital Entertainer Live (EVA2000).
- Add support for multiple network interfaces.
diff --git a/upnpglobalvars.h b/upnpglobalvars.h
index 46fc29e..0b52075 100644
--- a/upnpglobalvars.h
+++ b/upnpglobalvars.h
@@ -56,7 +56,7 @@
#include <sqlite3.h>
-#define MINIDLNA_VERSION "1.0.19.3"
+#define MINIDLNA_VERSION "1.0.20"
#ifdef NETGEAR
# define SERVER_NAME "ReadyDLNA"