summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdr-vdrmanager/HISTORY3
-rw-r--r--vdr-vdrmanager/debian/changelog2
-rw-r--r--vdr-vdrmanager/vdrmanager.cpp2
3 files changed, 5 insertions, 2 deletions
diff --git a/vdr-vdrmanager/HISTORY b/vdr-vdrmanager/HISTORY
index 87274f6..f83c08d 100644
--- a/vdr-vdrmanager/HISTORY
+++ b/vdr-vdrmanager/HISTORY
@@ -1,5 +1,8 @@
VDR Plugin 'vdrmanager' Revision History
------------------------------------
+2011-12-28: Version 0.6
+-Bug fix on checking recording's event title
+
2011-11-13: Version 0.5
-Fixed dereferencing of a null pointer in recordings handler, http://projects.vdr-developer.org/issues/765
-Switched to safe sprintf, http://projects.vdr-developer.org/issues/801
diff --git a/vdr-vdrmanager/debian/changelog b/vdr-vdrmanager/debian/changelog
index a7462d5..32568f6 100644
--- a/vdr-vdrmanager/debian/changelog
+++ b/vdr-vdrmanager/debian/changelog
@@ -1,4 +1,4 @@
-vdr-plugin-vdrmanager (0.5-1) unstable; urgency=low
+vdr-plugin-vdrmanager (0.6-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
diff --git a/vdr-vdrmanager/vdrmanager.cpp b/vdr-vdrmanager/vdrmanager.cpp
index c65e3be..5698cf4 100644
--- a/vdr-vdrmanager/vdrmanager.cpp
+++ b/vdr-vdrmanager/vdrmanager.cpp
@@ -15,7 +15,7 @@
#define ANDROVDR_PORT 6420
-const char *VERSION = "0.5";
+const char *VERSION = "0.6";
static const char *DESCRIPTION = "VDR-Manager support plugin";
class cPluginAndroVdr: public cPlugin {