-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHISTORY
222 lines (146 loc) · 5.35 KB
/
HISTORY
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
=======================================
VDR Plugin 'rssreader' Revision History
=======================================
2005-12-18: Version 0.0.1
- Initial revision.
2005-12-18: Version 0.0.2
- Hotfix release.
- Fixed charset encoding for iso-8859-15.
- Showing "link" instead of "target" on the item menu.
2005-12-19: Version 0.0.3
- Removed obsolete "target" code.
- Fixed RSSREADER_TEMPFILE Makefile parameter.
(Thanks to Ronny Kornexl for reporting this one)
- Added label support into rssreader.conf.
- User inactivity doesn't close menu anymore.
- Added German translation (Thanks to Siegfried Düngler).
2005-12-21: Version 0.0.4
- Completed German translation (Thanks to Walter Koch).
- Added new RSS streams into "example/rssreader.conf".
- Fixed RSS URLs with several '&' characters (Thanks to Matthias).
- Added new setup options to hide mainmenu entry and to hide
non-existent elements.
- Fixed RSS parsing engine.
- Added '-f' command line option for RSSREADER_TEMPFILE.
- Fixed OSD menu related crash bug.
2006-01-25: Version 0.1.0
- Updated for vdr-1.3.40.
- Fixed typos in "example/rssreader.conf" (Thanks to Thilo Wunderlich).
- Added pragma warning, if libexpat is non-existent or incompatible version.
- Some internal cleanups.
2006-02-06: Version 0.1.1
- Updated for vdr-1.3.42.
- Changed wget to libcurl so there's no need to define a temporary file anymore.
- Added new setup options for HTTP proxy.
- Improved RSS formatting.
- Updated "example/rssreader.conf".
2006-02-10: Version 0.1.2
- The RSS item menu doesn't use the fixed font anymore.
- Updated HTML entities conversion table.
2006-04-20: Version 0.2.0
- Updated for vdr-1.3.47.
- Updated "example/rssreader.conf".
- Updated HTML entities conversion table.
2006-04-23: Version 0.3.0
- Added STRIP option for Makefile (Thanks to Ville Skyttä).
- Modified APIVERSION code in Makefile.
2006-04-30: Version 1.0.0
- Updated for vdr-1.4.0.
- Modified APIVERSION code in Makefile.
2006-07-01: Version 1.0.1
- Added French translation (Thanks to Patrice Staudt).
- Updated "example/rssreader.conf".
2007-10-12: Version 1.0.2
- Backported from 1.1.2.
2008-01-20: Version 1.0.3
- Added Italian translation (Thanks to Diego Pierotto).
- Updated "example/rssreader.conf".
- Added '-Wno-parentheses' to the compiler options.
2007-08-14: Version 1.1.0
- Updated for vdr-1.5.7.
2007-08-19: Version 1.1.1
- Updated for vdr-1.5.8.
2007-10-12: Version 1.1.2
- Cleaned up translations.
- Improved html tag stripping.
2008-01-20: Version 1.1.3
- Added Italian translation (Thanks to Diego Pierotto).
- Updated "example/rssreader.conf".
- Added '-Wno-parentheses' to the compiler options.
- Mapped 'kInfo' as help key in setup menu.
2008-02-18: Version 1.1.4
- Replaced asprintf with cString.
- Updated "example/rssreader.conf".
2008-03-27: Version 1.6.0
- Updated for vdr-1.6.0.
- Updated French translation (Thanks to Michaël Nival).
- Updated Italian translation (Thanks to Diego Pierotto).
2008-06-20: Version 1.6.1
- Updated and relocated rssreader.conf to under
/vdrconf/rssreader directory.
- Updated Italian translation (Thanks to Diego Pierotto).
- Added preliminary support for xineliboutput.
2008-10-12: Version 1.6.2
- Converted HISTORY and fi_FI.po to UTF-8.
- Added an alternate method to navigate with color buttons.
- Fixed detection of video and music file extensions.
2009-04-05: Version 1.6.3
- Cleaned up compilation warnings.
- Fixed a crash bug when pressing OK in an empty menu.
- Fixed RSS parsing.
- Added correct character set conversion tables for
ISO-8859-2, ISO-8859-15 and CP1250.
- Updated "example/rssreader.conf".
- Added a new "LOAD" SVDRP command.
2009-04-14: Version 1.6.4
- Fixed RSS parsing.
- Updated Italian translation (Thanks to Diego Pierotto).
- Fixed a crash bug in the SVDRP help.
=======================================
VDR Plugin 'rssreader' Revision History
=======================================
2010-03-05: Version 1.7.0
- Updated for vdr-1.7.13.
- Added Estonian translation (Thanks to Arthur Konovalov).
2010-12-27: Version 1.7.1
- Added Makefile depencency for objects.
- Added support for LDFLAGS.
- Updated "example/rssreader.conf".
- Added URL redirection support.
- Fixed RSS parsing.
2011-12-04: Version 1.7.2
- Updated Makefile.
- Updated "example/rssreader.conf".
- Modified menu titles.
- Added cppcheck target into Makefile.
- Cleaned up CURL includes.
2013-02-10: Version 1.7.3
- Updated for vdr-1.7.37.
=======================================
VDR Plugin 'rssreader' Revision History
=======================================
2013-04-01: Version 2.0.0
- Updated for vdr-2.0.0.
- Added Ukrainian translation (Thanks to Yarema aka Knedlyk).
- Updated "example/rssreader.conf".
- Updated the character conversion table.
2014-01-10: Version 2.0.1
- Updated Makefile.
=======================================
VDR Plugin 'rssreader' Revision History
=======================================
2015-02-19: Version 2.2.0
- Updated for vdr-2.2.0.
2015-04-04: Version 2.2.1
- Got rid of RSSREADER_DEBUG.
- Added support for tracing modes.
=======================================
VDR Plugin 'rssreader' Revision History
=======================================
2017-06-24: Version 2.3.0
- Updated for vdr-2.3.7.
=======================================
VDR Plugin 'rssreader' Revision History
=======================================
2018-04-15: Version 2.4.0
- Updated for vdr-2.4.0.