summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-11 15:07:24 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-11 15:08:32 +0100
commit5870b1ae4cbe4e4651c2662d8812ed4f22b69a67 (patch)
tree35f52d7ebf01fabd680d7ffbaa83cb79ed71d588
parent69b851c9ed45b994a49e9d4a1cb9efebc5d8affd (diff)
downloadvdr-plugin-tvguide-5870b1ae4cbe4e4651c2662d8812ed4f22b69a67.tar.gz
vdr-plugin-tvguide-5870b1ae4cbe4e4651c2662d8812ed4f22b69a67.tar.bz2
Version 1.3.1v1.3.1
-rw-r--r--HISTORY5
-rw-r--r--tvguide.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b1d17f2..0e16123 100644
--- a/HISTORY
+++ b/HISTORY
@@ -265,3 +265,8 @@ Version 1.3.0
- Fixed stopIndex in cRecMenu::JumpBegin
- Fixed horizontal alignment in timeline
- Fixed messages in DisplayTimerConflict
+
+Version 1.3.1
+
+- Fixes for <VDR-2.3.1 compatibility
+- Fixed a segfault while starting tvguide
diff --git a/tvguide.c b/tvguide.c
index 55b3919..45e940d 100644
--- a/tvguide.c
+++ b/tvguide.c
@@ -27,7 +27,7 @@
#error "VDR-2.0.0 API version or greater is required!"
#endif
-static const char *VERSION = "1.3.0";
+static const char *VERSION = "1.3.1";
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
static const char *MAINMENUENTRY = "Tvguide";