-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
543 lines (434 loc) · 15.1 KB
/
ChangeLog
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
2011-11-18 Shih-Yuan Lee (FourDollars) <[email protected]>
* configure.ac,
po/zh_TW.po,
src/betaradio.vala,
src/json_soup.vala: Add thread support to improve quick feedback.
* po/zh_TW.po,
src/betaradio.vala: Prompt to restart program.
2011-07-25 Shih-Yuan Lee (FourDollars) <[email protected]>
* debian/changelog: Add more information about the changes of debian/control.
2011-07-22 Shih-Yuan Lee (FourDollars) <[email protected]>
* configure.ac: Add libtool to avoid some compilation error.
* debian/control: Update Debian policy version.
* configure.ac: Bump to 1.3
* debian/control: Avoid lintian warning.
* debian/changelog: New upstream release.
* mkdeb.sh: Update utilities script.
* debian/changelog: Fix a little typo.
2011-07-05 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/json_soup.vala: Avoid unneeded reference counting.
2011-07-04 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/betaradio.vala,
src/gst_player.vala: Improve the stability when switching to different
radio site.
* configure.ac: Enable memory profile and update Vala to 0.12.
2011-04-11 Shih-Yuan Lee (FourDollars) <[email protected]>
* configure.ac: Enable silent-rules of automake.
2011-03-20 Shih-Yuan Lee (FourDollars) <[email protected]>
* debian/watch: Fix debian/watch.
* man/betaradio.1: Polish manpage.
2011-03-15 Shih-Yuan Lee (FourDollars) <[email protected]>
* debian/control: Remove unneeded dependency.
* man/betaradio.1: Polish man page.
2011-03-12 Shih-Yuan Lee (FourDollars) <[email protected]>
* debian/README,
debian/changelog,
debian/compat,
debian/control,
debian/copyright,
debian/rules,
debian/watch: Polish for Debian package.
* debian/rules: Fix a syntax error.
* debian/control,
debian/copyright: Fix some lintian warning and error.
* data/betaradio.desktop.in: Remove deprecated tag.
2011-02-18 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/academic.json: Remove "PTT Radio - OnlyMayDay".
2011-01-04 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/betaradio.vala: Set default icon.
* po/zh_TW.po,
src/betaradio.vala: Set tooltip text.
* data/betaradio.desktop.in,
man/betaradio.1: Adjust comment and description.
* debian/README,
debian/changelog,
debian/control,
debian/rules,
debian/source/format,
mkdeb.sh: Polish for Debian package.
* debian/control,
debian/source/format: Fix lintian warning and error.
* mkdeb.sh: Polish script.
* po/zh_TW.po: Update po.
2011-01-03 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/betaradio.c,
src/gstplay.c,
src/gstplay.h,
src/json_cat.c,
src/json_cat.h: Remove deprecated source codes.
* Makefile.am,
autogen.sh,
configure.ac,
po/POTFILES.in,
po/zh_TW.po,
src/Makefile.am,
src/betaradio.vala,
vapi/Makefile.am,
vapi/config.vapi: Deploy Vala program and gettextize.
* src/betaradio.c: Remove unneeded source codes.
* src/betaradio.vala,
src/json_soup.vala: Follow function naming rule of Vala.
2010-12-29 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/json_soup.vala: Reimplement JsonSoup component by Vala.
* src/gst_player.vala: Reimplement GstPlayer component by Vala.
* src/betaradio.vala: Reimplement BetaRadio component by Vala.
* src/gst_player.vala: Reduce unneeded inheritance.
* src/json_soup.vala: Fix array indexing bug.
2010-12-06 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/academic.json: Add THBS.
* utils/academic.json: Add OnlyMayDay.
2010-11-19 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/academic.json,
utils/list.json,
utils/ptt.json: Add Pinewave Radio.
2010-10-08 Shih-Yuan Lee (FourDollars) <[email protected]>
* Makefile.am,
debian/changelog: 'debian' folder should not be included in release
tarball but can be maintained under VCS.
* debian/README,
debian/changelog,
debian/control,
debian/copyright,
debian/source/format,
man/betaradio.1: Adjust for official Debian package application.
* mkdeb.sh: Create a script to generate Debian package.
* configure.ac,
debian/changelog: Bump to v1.1.1 release.
* mkdeb.sh: Use hard link instead of dullicate copy.
2010-10-03 Shih-Yuan Lee (FourDollars) <[email protected]>
* autogen.sh,
configure.ac,
src/Makefile.am,
src/betaradio.c: Polish gettext usage.
* TODO,
configure.ac,
debian/changelog,
po/zh_TW.po: Bump to v1.1 release.
2010-09-27 Shih-Yuan Lee (FourDollars) <[email protected]>
* autogen.sh: Install copies instead of symbolic links to avoid pbuilder
failed.
2010-08-31 Shih-Yuan Lee (FourDollars) <[email protected]>
* po/zh_TW.po: Update po file.
* src/betaradio.c: Replace url by some condition.
* src/gstplay.c: Use playbin2.
* Makefile.am,
autogen.sh,
configure.ac,
debian/README,
debian/README.source,
debian/changelog,
debian/compat,
debian/control,
debian/copyright,
debian/patches/series,
debian/rules,
debian/source/format,
man/Makefile.am,
man/betaradio.1: Debianized.
* configure.ac,
debian/control,
debian/copyright,
debian/rules,
src/Makefile.am,
src/json_cat.c,
src/json_cat.h: Import json-cat as built-in function.
* Makefile.am: Distributed with debian folder.
* autogen.sh: Add ./configure
* po/zh_TW.po: Update po file.
2010-06-30 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/betaradio.c: Add more debug options from gst.
2010-06-29 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/gstplay.c: Adjust blocksize for mms.
2010-06-28 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/hichannel.json,
utils/list.json,
utils/ptt.json: Prepare for new mechanism.
* utils/list.json: Fix wrong json format.
* utils/ptt.json: Fix wrong json format.
* utils/ptt.json: Fix wrong json format.
* utils/hichannel.json,
utils/ptt.json: Add property.
* po/zh_TW.po,
src/betaradio.c,
src/gstplay.c,
src/gstplay.h: Add mp3 streaming support and allow different sources.
* po/zh_TW.po,
utils/ptt.json: Rename pttradio's title.
* src/gstplay.c: Enlarge blocksize to 320KBytes.
2010-06-26 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/Makefile.am: Not to install header files.
* src/betaradio.c: Not to blink icon.
* src/betaradio.c,
web/hichannel.json -> utils/hichannel.json: Change source.
* web/jquery.cookie.js,
web/jquery.timers.js,
web/player.css,
web/player.html,
web/player.ico,
web/player.js: Remove unneeded files.
* po/zh_TW.po: Update language translation.
* src/betaradio.c: Check icon before use.
* configure.ac: Update GTK+ requirement.
* autogen.sh,
po/zh_TW.po,
src/betaradio.c: Polish.
* data/betaradio.desktop.in: Update language translation.
2010-06-25 Shih-Yuan Lee (FourDollars) <[email protected]>
* data/radio-off.png,
data/radio-on.png,
src/channel.c,
src/channel.h,
src/eggtrayicon.c,
src/eggtrayicon.h,
src/radiosite.c,
src/radiosite.h,
src/sitelist.h: Remove unneeded files.
* data/betaradio.png: Change new icon.
* configure.ac,
data/Makefile.am,
src/Makefile.am: Update autotools config.
* po/POTFILES.in,
po/zh_TW.po: Update language translation.
* src/betaradio.c,
src/gstplay.c,
src/streamplayer.h -> src/gstplay.h: Apply to new architechure design.
2010-06-06 Shih-Yuan Lee (FourDollars) <[email protected]>
* web/player.html,
web/player.ico,
web/Icon.png: Update site icon.
* web/player.html,
web/hichannel.json: Update to jQuery 1.4.2
2010-01-17 Shih-Yuan Lee (FourDollars) <[email protected]>
* web/radio-128.png,
web/radio-19.png,
web/radio-32.png,
web/radio-48.png,
web/Icon.png: Keep one 128x128 icon.
* web/player.css,
web/player.html,
web/player.js: Adjust UI.
* utils/hichannel.html,
utils/hichannel.py,
utils/hichannel.yaml,
web/hichannel.json: Update list.
* web/player.html: Add site icon.
2010-01-13 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/jquery.cookie.js,
utils/player.html,
utils/player.js: Remember last channel.
* web/hichannel.json,
web/jquery.cookie.js,
web/jquery.timers.js,
web/player.css,
web/player.html,
web/player.js,
web/radio-128.png,
web/radio-19.png,
web/radio-32.png,
web/radio-48.png: Move to folder 'web'.
* web/player.js: Improve Safari.
* web/player.js: Improve Safari on Mac only.
2010-01-11 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/radio-32.png,
utils/radio-19.png,
utils/radio-128.png,
utils/radio-48.png: Add icons with Public Domain license from
http://openclipart.org/media/files/neoguiri/8233
2010-01-10 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/jquery.timers.js,
utils/player.html,
utils/player.js: Add alarm support.
* utils/player.js: Fix the bug of alarm.
* utils/player.js: Fix the compatible problem with IE8.
2010-01-08 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/player.css,
utils/player.html,
utils/player.js: Adjust UI.
2010-01-07 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/player.js: Add autostart.
2010-01-06 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/player.js: Fix the compatible problem with IE8.
* utils/player.js: Refactor for max compatibility.
* utils/player.html: Adjust UI.
* utils/player.css,
utils/player.html,
utils/player.js: Adjust UI.
* utils/player.css,
utils/player.html,
utils/player.js: Adjust UI.
* utils/player.css,
utils/player.js: Adjust UI.
* utils/player.js: Change the behavior of control.
2010-01-05 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/player.html,
utils/player.js: Use unobtrusive JavaScript.
* utils/player.js: Refactor.
* utils/player.html,
utils/player.js: Refactor.
* utils/hichannel.json,
utils/hichannel.yaml,
utils/player.js: Refactor and remove bad url.
2010-01-04 Shih-Yuan Lee (FourDollars) <[email protected]>
* utils/hichannel.html,
utils/hichannel.json,
utils/hichannel.py: Add new mechanism about JSON.
* utils/hichannel.html,
utils/hichannel.json,
utils/hichannel.py,
utils/hichannel.yaml,
utils/player.html: Add audio player of HTML5 and adjust data format.
2010-01-03 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/Makefile.am,
src/betaradio.c,
src/gstplay.c,
src/streamplayer.h: Refactor for abstract stream player.
* autogen.sh,
po/POTFILES.in,
po/zh_TW.po: Fix compilation error and update po file.
* utils/hichannel.html,
utils/hichannel.py,
utils/hichannel.yaml: Add new mechanism about YAML.
* src/radiosite.h: Create the prototype for RadioSite.
* utils/hichannel.yaml: Replace 'mms' with 'http'.
* COPYING,
src/betaradio.c,
src/channel.c,
src/channel.h,
src/gstplay.c,
src/radiosite.c,
src/radiosite.h,
src/sitelist.h,
src/streamplayer.h: Change license from GPLv2 to GPLv3.
2009-04-14 Shih-Yuan Lee (FourDollars) <[email protected]>
* configure.ac,
po/zh_TW.po,
src/betaradio.c,
src/channel.c,
src/channel.h,
src/sitelist.h: Update radio list and remove TV.
2009-04-11 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/channel.c: Fetch mms url if fetching http url failed.
2009-01-26 Shih-Yuan Lee (FourDollars) <[email protected]>
* Makefile.am,
autogen.sh,
configure.ac,
m4/Makefile.am,
po/Makevars,
po/zh_TW.po,
src/Makefile.am,
src/betaradio.c: The roughly working gettext support.
* autogen.sh,
configure.ac,
po/zh_TW.po: Polish to pass through `make distcheck`.
2009-01-25 Shih-Yuan Lee (FourDollars) <[email protected]>
* TODO: Update todo list.
* configure.ac,
m4/Makefile.am,
po/LINGUAS,
po/Makevars,
po/POTFILES.in: Try to add i18n support.
* Makefile.am: Add the missing SUBDIRS.
* po/zh_TW.po: Add zh_TW translation file.
* Makefile.am: Add the missing include header gettext.h from
/usr/share/gettext/gettext.
* src/Makefile.am,
src/betaradio.c: Add the necessary work for gettext.
* autogen.sh: Polish autogen.sh for gettext.
* po/zh_TW.po,
src/betaradio.c: Internationalize betaradio.c
2008-11-28 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/gstplay.c,
src/betaradio.c: Polish icon flash timing.
* src/gstplay.c,
src/gstplay.h.
src/betaradio.c: Improve the mechanism of callback function.
* configure.ac,
src/betaradio.c: Add an option to enable tv (disable by default).
2008-11-27 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/gstplay.c,
src/gstplay.h,
src/betaradio.c: Add GstPlayer for GStreamer.
2008-11-18 Shih-Yuan Lee (FourDollars) <[email protected]>
* autogen.sh: Update autogen.sh and add libtool initialize.
2008-10-20 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/sitelist.h: update the source url.
* src/sitelist.h: update the source url.
2008-09-01 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/channel.c: update the source url.
2008-07-06 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/channel.c: Update the source url.
2008-05-01 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/sitelist.h: Update radio site list.
2008-04-14 Shih-Yuan Lee (FourDollars) <[email protected]>
* TODO,
autogen.sh: Add a TODO item.
2008-02-11 Shih-Yuan Lee (FourDollars) <[email protected]>
* data/Makefile.am: Fix the bug lack of radio-on.png and radio-off.png at
tags 0.1.2
2008-02-08 Shih-Yuan Lee (FourDollars) <[email protected]>
* configure.ac: Bump to 0.1.2
2008-02-08 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/betaradio.c: Adjust the source code of GTK+.
2008-01-21 Shih-Yuan Lee (FourDollars) <[email protected]>
* TODO: Add this to record some ideas.
2008-01-21 Shih-Yuan Lee (FourDollars) <[email protected]>
* autogen.sh: Add this for its convenience.
2008-01-14 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/betaradio.c: Add the missing trailer 'NULL' of g_build_filename.
2008-01-14 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/Makefile.am
src/betaradio.c
data/betaradio.desktop.in
data/betaradio-on.png
data/Makefile.am
data/radio-off.png
data/radio-on.png: Modify the tray icon's size and location on disk.
2008-01-14 Shih-Yuan Lee (FourDollars) <[email protected]>
* configure.ac,
data/Makefile.am,
src/betaradio.c: Add new tray icon and make it flash when working.
2007-12-10 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/sitelist.h: Modify site name.
* data/betaradio-on.png,
data/betaradio.png: Update new icons.
2007-11-28 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/sitelist.h: Update site list.
2007-11-15 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/channel.c: Add error check to prevent program's crash.
2007-11-11 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/gstplay.c,
src/channel.c,
src/betaradio.c: Add error check, and polish source code.
2007-11-08 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/sitelist.h,
src/channel.c,
src/betaradio.c,
src/channel.h: Add live channel.
2007-11-06 Shih-Yuan Lee (FourDollars) <[email protected]>
* src/channel.c: Change the url of stream source, and release 0.1.1
2007-07-07 Shih-Yuan Lee (FourDollars) <[email protected]>
* configure.ac,
src/eggtrayicon.h,
src/gstplay.c,
src/sitelist.h,
src/channel.c,
src/gstplay.h,
src/Makefile.am,
src/betaradio.c,
src/eggtrayicon.c,
src/channel.h,
COPYING,
data/betaradio.desktop.in,
data/Makefile.am,
data/betaradio.png,
Makefile.am: betaradio v0.1.0 released