diff options
-rw-r--r-- | CONTRIBUTORS | 2 | ||||
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | README | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 32221f2..f658936 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ Special thanks go to the following persons (if you think your name is missing here, please send an email to tom@toms-cafe.de). -Klaus Schmidinger <kls@cadsoft.de> +Klaus Schmidinger <Klaus.Schmidinger@tvdr.de> for his fantastic Video Disk Recorder Ville Skyttä <ville.skytta@iki.fi> @@ -98,3 +98,4 @@ ____-__-__: Version 0.3.5 - Added unit tests. - Fixed segfault in History::current. - Fixed null pointer handling in History::add. +- Updated url and email of the VDR project to tvdr.de. @@ -25,7 +25,8 @@ See the file COPYING for the full license information. Requirements: ------------- -- VDR >= 1.3.47 +- VDR >= 1.6.0 + http://tvdr.de/ - (optionally) CxxTest for unit tests (tested with version 3.10.1) http://cxxtest.tigris.org/ |