mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
VDR version 2.0.0 is now available at ftp://ftp.tvdr.de/vdr/vdr-2.0.0.tar.bz2 A 'diff' against the previous developer version is available at ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.42-2.0.0.diff MD5 checksums: fd7f481b996e03fae3c00e80b6b0d301 vdr-2.0.0.tar.bz2 db1fc075c567bf75c566de6ce3cb4a0b vdr-1.7.42-2.0.0.diff A summary of all the major changes since the last stable version 1.6.0 can be found at http://www.tvdr.de/changelog.htm When updating from an earlier version of VDR please make sure you read the INSTALL and MANUAL files that come with the VDR source before doing so! Please make sure you have backup copies of all your configuration files, and verify carefully that your timers will be set to the correct channels after switching to this new version. Thanks to the many people who have contributed in the making, testing and debugging of this new version of VDR. Please also visit the newly refurbished VDR homepage at http://www.tvdr.de and VDR's new facebook page at https://www.facebook.com/VideoDiskRecorder From the HISTORY file: - Updated the Lithuanian OSD texts (thanks to Valdemaras Pipiras). - Fixed the description of the 'M' parameter of channel definitions in vdr.5. - Updated the French OSD texts (thanks to Dominique Plu). - Fixed handling overlapping pending timers (reported by Matthias Senzel). - Bumped all version numbers to 2.0.0. - Official release.
89 lines
1.9 KiB
Plaintext
89 lines
1.9 KiB
Plaintext
VDR Plugin 'hello' Revision History
|
|
-----------------------------------
|
|
|
|
2002-05-09: Version 0.0.1
|
|
|
|
- Initial revision.
|
|
|
|
2002-05-11: Version 0.0.2
|
|
|
|
- Added setup parameters and a Setup menu to adjust them.
|
|
|
|
2002-05-12: Version 0.0.3
|
|
|
|
- Changed return type of cPluginHello::Start().
|
|
- Added cPluginHello::Housekeeping().
|
|
- Modified package generation.
|
|
|
|
2002-05-17: Version 0.0.4
|
|
|
|
- Makefile improvements.
|
|
|
|
2002-08-04: Version 0.0.5
|
|
|
|
- Added a missing #include.
|
|
|
|
2002-09-21: Version 0.0.6
|
|
|
|
- Fixed Makefile for NEWSTRUCT driver.
|
|
|
|
2002-10-26: Version 0.0.7
|
|
|
|
- Fixed a typo.
|
|
|
|
2002-11-01: Version 0.0.8
|
|
|
|
- Completely switched to the new CVS HEAD version of the linux-dvb driver.
|
|
The NEWSTRUCT compile time switch is now obsolete. The required driver is now
|
|
the CVS HEAD version dated 2002-11-01 or later.
|
|
- Introduced Make.config.
|
|
|
|
2002-11-23: Version 0.0.9
|
|
|
|
- Changed return type of MainMenuAction().
|
|
|
|
2002-12-13: Version 0.1.0
|
|
|
|
- Changed setting of CXX and CXXFLAGS variables in Makefile.
|
|
|
|
2006-04-22: Version 0.1.1
|
|
|
|
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
|
|
|
|
2007-08-11: Version 0.2.0
|
|
|
|
- Switched to 'gettext' internationalization.
|
|
|
|
2007-08-15: Version 0.2.1
|
|
|
|
- Moved the "all" target in the Makefile before the "Implicit rules",
|
|
so that a plain "make" will compile everything.
|
|
|
|
2008-03-18: Version 0.2.2
|
|
|
|
- Updated the Croatian language texts (thanks to Adrian Caval).
|
|
|
|
2008-09-06: Version 0.2.3
|
|
|
|
- Updated the Turkish language texts (thanks to Oktay Yolgeçen).
|
|
|
|
2009-12-06: Version 0.2.4
|
|
|
|
- Several code modifications to avoid compiler warnings (thanks to Winfried Köhler).
|
|
|
|
2010-02-28: Version 0.2.5
|
|
|
|
- Added Lithuanian language translations (thanks to Valdemaras Pipiras).
|
|
|
|
2012-12-27: Version 0.2.6
|
|
|
|
- Adapted Makefile to changes introduced in recent VDR versions.
|
|
|
|
2013-01-12: Version 0.2.7
|
|
|
|
- Adapted Makefile to changes introduced in recent VDR versions.
|
|
|
|
2013-03-31: Version 2.0.0
|
|
|
|
- Official release.
|