blob: 3d417d99da8f8b7db81ea51eac7bfac1355077f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
VDR Plugin 'undelete' Revision History
--------------------------------------
2012-10-08 Version: UNRELEASED
-------------------------
- edit plugin version string to reflect GIT commit IDs
- new minimum vdr version 1.5.7, added code to ensure this
- add version requirements to README
- start code cleanup: remove conditional code for vdr <1.5.7
- insert compile fix for vdr >=2.1.2, thx to hd_brummy
closes ticket #1858 http://projects.vdr-developer.org/issues/1858
- new Makefile taken from vdr-2.1.6
- remove conditional code for HAVE_SVDRP since SVDRP is always included
at least since vdr-1.5.7
2012-10-05 Version: 0.0.7
-------------------------
- fix more typos
- review translations DE and FR
- undelete.c: make plugin description translatable
- release version 0.0.7
2012-09-29 Martin Dummer <martin.dummer@gmx.net>
- fix lots of typos
- turn HISTORY file upside down (to have recent changes at the top)
2012-09-02 Martin Dummer <martin.dummer@gmx.net>
- menuundelete.c: add compile fix for vdr >=1.7.28
thanks to user "tv-user" on http://projects.vdr-developer.org/
2012-06-27 Martin Dummer <martin.dummer@gmx.net>
- cleanup the Makefile, changes are inspired from VDR sample plugin Makefile
- remove file i18n.c.org (not needed)
- convert i18n handling to gettext
2012-06-18 Martin Dummer <martin.dummer@gmx.net>
- corrected the HISTORY header
- edit the README file
- merge patch for gcc-4.4 from Holger Schvestka <hotzenplotz5@gmx.de>
- merge patch with changes for VDR >= 1.5.7 from Stone <syphyr@gmail.com>
- merge patch with changes for VDR >= 1.7.3 from Thomas Günther <tom@toms-cafe.de>
- merge patch with cosmetic changes: change text summary to info for VDR >= 1.3.25
from Matthias Schwarzott <zzam@gentoo.org>
2006-03-15: Version 0.0.6
-------------------------
- add French translation (thanks to pat@vdrportal.de)
- Change translation for Keys with numbers
- add check for count of *.vdr files
2005-11-17: Version 0.0.5
-------------------------
- Add Remove empty directorys after 10min at svdrp-purge
- Fix select a line with a numeric-key
- Fix switch hotkeys with the same key
- Add missing display of assigned keys
2005-11-16: Version 0.0.4
-------------------------
* Bug fix purge/salvage deleted recording while purge/salvage a directory with the same name
- Update for VDR >= 1.3.36
- Remove empty directorys in background
- Support control with svdrp
- User can change the hotkeys
- new function "purge all" (for Olaf Henkel)
- new function "salvage all"
2004-11-08: Version 0.0.3
-------------------------
- Update for VDR >= 1.3.15
2004-10-10: Version 0.0.2
-------------------------
* Bug fixes
- TriggerUpdate for VDR >= 1.3.11 (thanks to Brougs78@vdrportal.de)
- Update counter in listviews
- Confirm options
2004-10-08: Version 0.0.1
-------------------------
- Initial revision.
|