summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--softhddevice.cpp2
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dc68ad..ad4c4e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
User johns
-Date:
+Date: Sun Mar 17 15:52:42 CET 2013
Release Version 0.6.0
+ Adds H264 only hardware decoder for still-pictures.
+ Enable optional VDR-SPU deocder support.
+
+User anbr
+Date: Sun Mar 17 15:49:46 CET 2013
+
+ Update german translation.
User cyril
Date: Wed Mar 6 17:05:10 CET 2013
diff --git a/softhddevice.cpp b/softhddevice.cpp
index ad42607..73f012d 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -52,7 +52,7 @@ extern "C"
/// vdr-plugin version number.
/// Makefile extracts the version number for generating the file name
/// for the distribution archive.
-static const char *const VERSION = "0.6.0rc2"
+static const char *const VERSION = "0.6.0"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif