-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
600 lines (380 loc) · 15.2 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
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.1
#
2006-08-02 11:26:35 GMT Fernando Vezzosi <[email protected]> patch-33
Summary:
minor tweaks for release 0.2
Revision:
mpc123--main--0.1--patch-33
* added info about the mailing list
* cleaned Makefile out of useless stuff
* updated TODO to reflect the actual TODO :)
modified files:
AUTHORS ChangeLog Makefile TODO
2006-08-02 10:20:20 GMT Daniele Sempione <[email protected]> patch-32
Summary:
major/minor fix
Revision:
mpc123--main--0.1--patch-32
* changed major/minor for the release :)
modified files:
ChangeLog Makefile mpc123.h
2006-07-31 18:32:42 GMT Fernando Vezzosi <[email protected]> patch-31
Summary:
exit if two sigints are sent in a short time window
Revision:
mpc123--main--0.1--patch-31
* now it exits if two ^C's are pressed in a rapid succession
* fixed some bugs in the implementation ;)
modified files:
ChangeLog mpc123.c player.c playlist.c signals.c
2006-07-31 16:59:58 GMT Daniele Sempione <[email protected]> patch-30
Summary:
sighandler is thread-safe
Revision:
mpc123--main--0.1--patch-30
* now SIGINT is thread-safe
* added support for terminating program via double SIGINT.
now set to 0.7 secs, let's test it .. (still needed buccia's cleanup
code, right now it only sets the flag)
modified files:
ChangeLog signals.c
2006-07-31 15:42:24 GMT Fernando Vezzosi <[email protected]> patch-29
Summary:
Updated documentation (README and manpage)
Revision:
mpc123--main--0.1--patch-29
* added info about esd
* updated info about program behavior (SIGINT handling
and choosing of default ao device)
modified files:
ChangeLog README mpc123.1
2006-07-31 15:11:09 GMT Daniele Sempione <[email protected]> patch-28
Summary:
added 2006 to some copyrights
Revision:
mpc123--main--0.1--patch-28
* ...
modified files:
ChangeLog Makefile README
2006-07-31 14:40:01 GMT Daniele Sempione <[email protected]> patch-27
Summary:
SIGINT = next song
Revision:
mpc123--main--0.1--patch-27
* now this feature works!! :))
* ported signal handling to sigaction
new files:
.arch-ids/signals.c.id signals.c
modified files:
ChangeLog mpc123.c mpc123.h
2006-07-31 13:54:37 GMT Fernando Vezzosi <[email protected]> patch-26
Summary:
reverted my stupid edits
Revision:
mpc123--main--0.1--patch-26
* i will not mess with a thing i shouldn't have been messing with again
* i will not use wrong string format specifiers again
sorry world
modified files:
ChangeLog mpc123.h reader_file.c
2006-07-31 13:47:38 GMT Fernando Vezzosi <[email protected]> patch-25
Summary:
fixed "next-song" bug, added vim modelines
Revision:
mpc123--main--0.1--patch-25
* fixed a dumb bug of my previous commit, which made the player
skip all playlist elements, when it should have skipped only
the currently played one..
* added the modeline "ft=c:tw=78:ts=2:et:cin" to all source files
modified files:
ChangeLog ao.c mpc123.c mpc123.h player.c playlist.c reader.c
reader_file.c shuffle.c
2006-07-31 13:13:19 GMT Fernando Vezzosi <[email protected]> patch-24
Summary:
Added macro functions for flag handling
Revision:
mpc123--main--0.1--patch-24
* added flags global variable
* added macros for flag handling
* player loop stops if correct flags are set
modified files:
ChangeLog mpc123.h player.c
2006-07-30 10:17:38 GMT Daniele Sempione <[email protected]> patch-23
Summary:
Makefile comment
Revision:
mpc123--main--0.1--patch-23
* disables the -lefence linking option I forgot in the Makefile
modified files:
ChangeLog Makefile
2006-07-30 02:19:04 GMT Fernando Vezzosi <[email protected]> patch-22
Summary:
Fixes in view of new release
Revision:
mpc123--main--0.1--patch-22
* removed generation of locales in Makefile
* better support for all sound systems, including working support for:
- alsa09
- esd
* decent libao defaults are now set at runtime
* improved man page with content and appearance
* improved debugging output
* cosmetic changes
modified files:
ChangeLog Makefile ao.c mpc123.1 mpc123.c mpc123.h
2006-07-29 13:38:47 GMT Daniele Sempione <[email protected]> patch-21
Summary:
removed bugged l10n support
Revision:
mpc123--main--0.1--patch-21
* l10n was too buggy, we'll re-add in the future
* updated copyrights' year
modified files:
ChangeLog Makefile ao.c mpc123.c mpc123.h player.c playlist.c
reader.c reader_file.c shuffle.c
2006-07-28 13:33:57 GMT Fernando Vezzosi <[email protected]> patch-20
Summary:
fixed segfault when using inappropriate commandline flags
Revision:
mpc123--main--0.1--patch-20
* a crappy bug that lead to sigsegv upon invocation
modified files:
ChangeLog mpc123.c
2006-07-28 13:28:17 GMT Fernando Vezzosi <[email protected]> patch-19
Summary:
Revision:
mpc123--main--0.1--patch-19
modified files:
ChangeLog Makefile mpc123.h
2006-06-06 18:39:42 GMT Daniele Sempione <[email protected]> patch-18
Summary:
added '\n' to some strings
Revision:
mpc123--main--0.1--patch-18
* ...
modified files:
ChangeLog ao.c mpc123.c mpc123.h player.c reader.c
2006-03-22 18:07:36 GMT Fernando Vezzosi <[email protected]> patch-17
Summary:
Maybe corrected cheesy bug?
Revision:
mpc123--main--0.1--patch-17
* nasty bug in gettext implementation, we are trying to solve it
-- Fernando Vezzosi <fvezzosi at masobit.net>
modified files:
ChangeLog Makefile ao.c mpc123.c mpc123.h
2006-02-20 16:33:04 GMT Piero Bozzolo <[email protected]> patch-16
Summary:
Added i18n support
Revision:
mpc123--main--0.1--patch-16
Added i18n support for all print function (but not for debug function), added
it_IT locale, changed the makefile for compile all i18n po file.
-- Piero Bozzolo <piero.bozzolo at gmail.com>
new files:
LOCALES/.arch-ids/=id LOCALES/it_IT/.arch-ids/=id
LOCALES/it_IT/LC_MESSAGES/.arch-ids/=id
LOCALES/it_IT/LC_MESSAGES/.arch-ids/mpc123.po.id
LOCALES/it_IT/LC_MESSAGES/mpc123.po
modified files:
ChangeLog Makefile TODO mpc123.h
new directories:
LOCALES LOCALES/.arch-ids LOCALES/it_IT
LOCALES/it_IT/.arch-ids LOCALES/it_IT/LC_MESSAGES
LOCALES/it_IT/LC_MESSAGES/.arch-ids
2006-02-20 14:27:11 GMT Daniele Sempione <[email protected]> patch-15
Summary:
rewrote shuffle.c
Revision:
mpc123--main--0.1--patch-15
* fixed up shuffle.c
modified files:
ChangeLog mpc123.h shuffle.c
2006-02-18 11:35:47 GMT Piero Bozzolo <[email protected]> patch-14
Summary:
Revision:
mpc123--main--0.1--patch-14
modified files:
ChangeLog TODO mpc123.c mpc123.h
2006-01-20 22:55:10 GMT Fernando Vezzosi <[email protected]> patch-13
Summary:
Automatic versioning, debug warning
Revision:
mpc123--main--0.1--patch-13
* The mpc123 version (-V flag) is now updated automatically
by the Makefile rules, and some awk/sed black magic
* added a loud warning if one doesn't debug correctly :)
-- Fernando Vezzosi <fvezzosi at masobit.net>
modified files:
ChangeLog Makefile mpc123.c mpc123.h
2006-01-20 16:24:55 GMT Fernando Vezzosi <[email protected]> patch-12
Summary:
Temporary fix for the infinite-loop bug when unable to play files
Revision:
mpc123--main--0.1--patch-12
* this is a quick hack, we will see how long it will last
-- Fernando Vezzosi <fvezzosi at masobit.net>
modified files:
ChangeLog playlist.c
2006-01-17 15:25:29 GMT Fernando Vezzosi <[email protected]> patch-11
Summary:
Patch by Piotr 'Pedrito' Pass: ESD support
Revision:
mpc123--main--0.1--patch-11
* Added ESD support for audio output
(thanks to Piotr 'Pedrito' Pass)
-- Fernando Vezzosi <fvezzosi at masobit.net>
modified files:
ChangeLog TODO ao.c
2006-01-13 21:37:25 GMT Fernando Vezzosi <[email protected]> patch-10
Summary:
Beautified for 0.1.9 release
Revision:
mpc123--main--0.1--patch-10
* minor edit to documentation (namely AUTHORS file and
man page)
-- Fernando Vezzosi <fvezzosi at masobit.net>
modified files:
AUTHORS ChangeLog Makefile mpc123.1
2006-01-10 14:05:59 GMT Daniele Sempione <[email protected]> patch-9
Summary:
mv Authors AUTHORS
Revision:
mpc123--main--0.1--patch-9
..
modified files:
ChangeLog
renamed files:
.arch-ids/Authors.id
==> .arch-ids/AUTHORS.id
Authors
==> AUTHORS
2006-01-08 13:58:49 GMT Fernando Vezzosi <[email protected]> patch-8
Summary:
added --version|-V option
Revision:
mpc123--main--0.1--patch-8
* prints mpc123 version and quits
-- Fernando Vezzosi <fvezzosi at masobit.net>
modified files:
ChangeLog TODO mpc123.c mpc123.h
2006-01-08 13:46:25 GMT Fernando Vezzosi <[email protected]> patch-7
Summary:
Completed manpage, cosmetic changes
Revision:
mpc123--main--0.1--patch-7
* removed "MP3" string around (wtf did it came from ??!?)
* changed some output strings
-- Fernando Vezzosi <fvezzosi at masobit.net>
modified files:
ChangeLog mpc123.1 mpc123.c
2006-01-08 12:45:50 GMT Fernando Vezzosi <[email protected]> patch-6
Summary:
added tla ChangeLog
Revision:
mpc123--main--0.1--patch-6
* hopefully automatized ChangeLog handling
-- Fernando Vezzosi <fvezzosi at masobit.net>
new files:
.arch-ids/ChangeLog.id ChangeLog
removed files:
.arch-ids/ChangeLog.id ChangeLog
modified files:
TODO
2006-01-06 20:02:23 GMT Daniele Sempione <[email protected]> patch-5
Summary:
added manpage, grammar fixes
Revision:
mpc123--main--0.1--patch-5
* added mpc123.1
* fixed usage in mpc123.c
* fixed minor version number (set to 1 -> version 0.1.0)
new files:
.arch-ids/mpc123.1.id mpc123.1
2006-01-06 19:58:35 GMT Daniele Sempione <[email protected]> patch-4
Summary:
added manpage, grammar fixes
Revision:
mpc123--main--0.1--patch-4
* added mpc123.1
* fixed usage in mpc123.c
* fixed minor version number (set to 1 -> version 0.1.0)
modified files:
mpc123.c mpc123.h
2006-01-06 14:56:01 GMT Daniele Sempione <[email protected]> patch-3
Summary:
Added my name in `Authors'
Revision:
mpc123--main--0.1--patch-3
see above.
modified files:
Authors
2006-01-05 21:55:08 GMT Fernando Vezzosi <[email protected]> patch-2
Summary:
added Authors file
Revision:
mpc123--main--0.1--patch-2
* add your name there if you want to appear
-- Fernando Vezzosi <fvezzosi at masobit.net>
new files:
.arch-ids/Authors.id Authors
2006-01-05 21:41:32 GMT Fernando Vezzosi <[email protected]> patch-1
Summary:
added ChangeLog
Revision:
mpc123--main--0.1--patch-1
* the automatic ChangeLog went away with the version change; fixed.
-- Fernando Vezzosi <fvezzosi at masobit.net>
modified files:
ChangeLog TODO
2006-01-05 21:27:25 GMT Fernando Vezzosi <[email protected]> base-0
Summary:
Version 0.1 release
Revision:
mpc123--main--0.1--base-0
This is the stable release of mpc123 version 0.1;
it is the same as mpc123--main--0.0--patch-36
Development and adding of new features will continue on this branch;
-- Fernando Vezzosi <fvezzosi at masobit.net>
new files:
COPYING ChangeLog LICENSE Makefile README TODO ao.c mpc123.c
mpc123.h player.c playlist.c reader.c reader_file.c shuffle.c
new patches:
[email protected]/mpc123--main--0.0--base-0
[email protected]/mpc123--main--0.0--patch-1
[email protected]/mpc123--main--0.0--patch-2
[email protected]/mpc123--main--0.0--patch-3
[email protected]/mpc123--main--0.0--patch-4
[email protected]/mpc123--main--0.0--patch-5
[email protected]/mpc123--main--0.0--patch-6
[email protected]/mpc123--main--0.0--patch-7
[email protected]/mpc123--main--0.0--patch-8
[email protected]/mpc123--main--0.0--patch-9
[email protected]/mpc123--main--0.0--patch-10
[email protected]/mpc123--main--0.0--patch-11
[email protected]/mpc123--main--0.0--patch-12
[email protected]/mpc123--main--0.0--patch-13
[email protected]/mpc123--main--0.0--patch-14
[email protected]/mpc123--main--0.0--patch-15
[email protected]/mpc123--main--0.0--patch-16
[email protected]/mpc123--main--0.0--patch-17
[email protected]/mpc123--main--0.0--patch-18
[email protected]/mpc123--main--0.0--patch-19
[email protected]/mpc123--main--0.0--patch-20
[email protected]/mpc123--main--0.0--patch-21
[email protected]/mpc123--main--0.0--patch-22
[email protected]/mpc123--main--0.0--patch-23
[email protected]/mpc123--main--0.0--patch-24
[email protected]/mpc123--main--0.0--patch-25
[email protected]/mpc123--main--0.0--patch-26
[email protected]/mpc123--main--0.0--patch-27
[email protected]/mpc123--main--0.0--patch-28
[email protected]/mpc123--main--0.0--patch-29
[email protected]/mpc123--main--0.0--patch-30
[email protected]/mpc123--main--0.0--patch-31
[email protected]/mpc123--main--0.0--patch-32
[email protected]/mpc123--main--0.0--patch-33
[email protected]/mpc123--main--0.0--patch-34
[email protected]/mpc123--main--0.0--patch-35
[email protected]/mpc123--main--0.0--patch-36