~ubuntu-branches/ubuntu/raring/libcddb/raring

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-01-17 18:24:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100117182443-lnkwqi0fvdc5c4jg
Tags: 1.3.2-0ubuntu1
* New upstream release.
 - Fix a crash on aqualung (LP: #316056)
* debian/control:
 - Build-depends on libcdio-dev (>= 0.76).
 - Add Section libs.
 - Use ${binary:Version} instead of ${Source-Version} substvar.
 - Add missing ${misc:Depends}.
 - Build-depends on debhelper (>= 5.0.0).
* debian/rules:
 - Update SONAME minor version.
 - Don't ignore error on distclean.
 - Use debian/compat instead of using export DH_COMPAT.
* debian/*.install:
 - Remove unused /usr/lib/include/* location.
* debian/libcddb2.postinst & libcddb2.postrm:
 - Remove, it's automatically handle by debhelper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-10-15 14:11  airborne
 
2
 
 
3
        * lib/Makefile.am: library version info bumped to 4:3:2
 
4
 
 
5
2006-10-15 14:09  airborne
 
6
 
 
7
        * NEWS: added 1.3.0 news
 
8
 
 
9
2006-10-15 13:55  airborne
 
10
 
 
11
        * lib/cddb_track.c: use RETURN_STR_OR_EMPTY whenever a string is
 
12
          returned, do no return disc artist for track if
 
13
          CDDB_F_NO_TRACK_ARTIST is set
 
14
 
 
15
2006-10-15 13:53  airborne
 
16
 
 
17
        * lib/: cddb_conn.c, cddb_disc.c: use RETURN_STR_OR_EMPTY whenever
 
18
          a string is returned
 
19
 
 
20
2006-10-15 13:51  airborne
 
21
 
 
22
        * lib/cddb.c: added libcddb_flags, libcddb_set_flags and
 
23
          libcddb_reset_flags functions
 
24
 
 
25
2006-10-15 13:50  airborne
 
26
 
 
27
        * include/cddb/cddb_ni.h: added libcddb_flags function and
 
28
          RETURN_STR_OR_EMPTY macro
 
29
 
 
30
2006-10-15 13:48  airborne
 
31
 
 
32
        * include/cddb/cddb.h: added cddb_flag_t enum, libcddb_set_flags
 
33
          and libcddb_reset_flags functions
 
34
 
 
35
2006-10-15 12:10  airborne
 
36
 
 
37
        * lib/cddb_cmd.c: added debug trace to cddb_album_next
 
38
 
 
39
2006-10-15 12:08  airborne
 
40
 
 
41
        * tests/check_server.sh: added test for album command, disabled
 
42
          text search test (no longer supported on server)
 
43
 
 
44
2006-10-15 12:07  airborne
 
45
 
 
46
        * tests/settings.sh.in: fix query result check
 
47
 
 
48
2006-10-15 11:09  airborne
 
49
 
 
50
        * configure.ac: version bumped to 1.3.0
 
51
 
 
52
2006-10-15 11:04  airborne
 
53
 
 
54
        * examples/do_album.c: initial version
 
55
 
 
56
2006-10-15 11:03  airborne
 
57
 
 
58
        * lib/cddb_cmd.c: added cddb_album and cddb_album_next functions
 
59
 
 
60
2006-10-15 10:59  airborne
 
61
 
 
62
        * include/cddb/cddb_ni.h: added STR_OR_EMPTY macro
 
63
 
 
64
2006-10-15 10:59  airborne
 
65
 
 
66
        * include/cddb/cddb_cmd_ni.h: added CMD_ALBUM
 
67
 
 
68
2006-10-15 10:58  airborne
 
69
 
 
70
        * include/cddb/cddb_cmd.h: added cddb_album and cddb_album_next
 
71
          functions
 
72
 
 
73
2006-10-15 10:57  airborne
 
74
 
 
75
        * examples/main.c: added support for the album command
 
76
 
 
77
2006-10-15 10:54  airborne
 
78
 
 
79
        * examples/main.h: added do_album function
 
80
 
 
81
2006-10-15 10:53  airborne
 
82
 
 
83
        * examples/Makefile.am: added do_album.c
 
84
 
 
85
2006-10-15 08:53  airborne
 
86
 
 
87
        * lib/cddb_cmd.c: fix extended data processing
 
88
 
 
89
2006-10-15 08:52  airborne
 
90
 
 
91
        * lib/cddb_util.c: fix compiler warnings
 
92
 
 
93
2006-10-15 08:51  airborne
 
94
 
 
95
        * include/cddb/cddb_track.h: fix indent
 
96
 
 
97
2006-10-15 08:50  airborne
 
98
 
 
99
        * examples/do_display.c: handle empty strings in output
 
100
 
 
101
2006-09-29 18:03  airborne
 
102
 
 
103
        * ChangeLog: [no log message]
 
104
 
 
105
2006-09-29 18:02  airborne
 
106
 
 
107
        * lib/Makefile.am: library version info bumped to 3:2:1
 
108
 
 
109
2006-09-29 18:01  airborne
 
110
 
 
111
        * examples/cd_access.c: updated includes for libcdio
 
112
 
 
113
2006-09-29 18:00  airborne
 
114
 
 
115
        * configure.ac: version bumped to 1.2.1 libcdio required version
 
116
          bumped to 0.76
 
117
 
 
118
2006-09-29 17:38  airborne
 
119
 
 
120
        * ChangeLog: [no log message]
 
121
 
 
122
2006-09-29 17:36  airborne
 
123
 
 
124
        * NEWS: added 1.2.2 news
 
125
 
 
126
2006-09-29 17:34  airborne
 
127
 
 
128
        * lib/cddb_cmd.c: bugfix: correctly specify character set on
 
129
          submission
 
130
 
 
131
2005-08-04 20:57  airborne
 
132
 
 
133
        * ChangeLog: [no log message]
 
134
 
 
135
2005-08-04 20:56  airborne
 
136
 
 
137
        * NEWS: added 1.2.1 news
 
138
 
1
139
2005-08-04 20:55  airborne
2
140
 
3
141
        * lib/Makefile.am: library version info bumped to 3:1:1
9
147
2005-08-04 20:44  airborne
10
148
 
11
149
        * lib/cddb_cmd.c: changed default text search grouping to per
12
 
        category (iso none)
 
150
          category (iso none)
13
151
 
14
152
2005-08-03 20:35  airborne
15
153
 
18
156
2005-08-03 20:28  airborne
19
157
 
20
158
        * lib/cddb_conn.c: added functions to set text search parameters,
21
 
        initialize default parameters at creation of connection
 
159
          initialize default parameters at creation of connection
22
160
 
23
161
2005-08-03 20:27  airborne
24
162
 
25
163
        * include/cddb/cddb_conn_ni.h: added text search parameter
26
 
        structure
 
164
          structure
27
165
 
28
166
2005-08-03 20:25  airborne
29
167
 
30
168
        * include/cddb/cddb_conn.h: added functions and constants for
31
 
        setting text search parameters
 
169
          setting text search parameters
32
170
 
33
171
2005-07-31 13:25  airborne
34
172
 
35
173
        * configure.ac: remove -O0 in maintainer mode so that uninitialized
36
 
        variables are reported
 
174
          variables are reported
37
175
 
38
176
2005-07-31 13:08  airborne
39
177
 
58
196
2005-07-23 11:43  airborne
59
197
 
60
198
        * tests/check_server.sh: removed obsolete QUERY_HASH parameter,
61
 
        added text search test
 
199
          added text search test
62
200
 
63
201
2005-07-23 11:42  airborne
64
202
 
67
205
2005-07-23 11:41  airborne
68
206
 
69
207
        * configure.ac: version bumped to 1.2.0, added gettext version
70
 
        (iconv dependency)
 
208
          (iconv dependency)
71
209
 
72
210
2005-07-23 11:40  airborne
73
211
 
74
212
        * bootstrap: added autopoint (config.rpath fix, iconv/gettext
75
 
        dependency)
 
213
          dependency)
76
214
 
77
215
2005-07-23 11:39  airborne
78
216
 
81
219
2005-07-23 11:35  airborne
82
220
 
83
221
        * tests/testdata/: 56c2171b89496518.txt, b2bba00e1890d659.txt: no
84
 
        longer used in query tests
 
222
          longer used in query tests
85
223
 
86
224
2005-07-23 09:23  airborne
87
225
 
94
232
2005-07-23 09:21  airborne
95
233
 
96
234
        * lib/cddb_conn.c: added function to clone proxy parameters from
97
 
        one connection to another
 
235
          one connection to another
98
236
 
99
237
2005-07-23 09:20  airborne
100
238
 
101
239
        * include/cddb/cddb_conn_ni.h: added prototype for proxy parameter
102
 
        cloning function
 
240
          cloning function
103
241
 
104
242
2005-07-23 09:19  airborne
105
243
 
128
266
2005-07-17 11:59  airborne
129
267
 
130
268
        * misc/libcddb.ebuild: removed libcdio dependency (to avoid
131
 
        circular dependency problems)
 
269
          circular dependency problems)
132
270
 
133
271
2005-07-17 11:58  airborne
134
272
 
135
273
        * lib/cddb_regex.c: added text search results regex, added hex
136
 
        number parser
 
274
          number parser
137
275
 
138
276
2005-07-17 11:56  airborne
139
277
 
140
278
        * lib/cddb_cmd.c: added implementation of new search functionality
141
 
        (first version, clean-up still necessary)
 
279
          (first version, clean-up still necessary)
142
280
 
143
281
2005-07-17 11:53  airborne
144
282
 
147
285
2005-07-17 11:51  airborne
148
286
 
149
287
        * include/cddb/cddb_regex.h: added function prototype to extract
150
 
        hex number, added external declaration for text search results
151
 
        regex
 
288
          hex number, added external declaration for text search results
 
289
          regex
152
290
 
153
291
2005-07-17 11:48  airborne
154
292
 
155
293
        * include/cddb/cddb_ni.h: added external reference for search
156
 
        connection
 
294
          connection
157
295
 
158
296
2005-07-17 11:47  airborne
159
297
 
160
298
        * include/cddb/cddb_cmd_ni.h: typedefed command enumeration, added
161
 
        search command constant
 
299
          search command constant
162
300
 
163
301
2005-07-17 11:46  airborne
164
302
 
165
303
        * include/cddb/cddb_cmd.h: added search command prototypes, cleaned
166
 
        up some docs
 
304
          up some docs
167
305
 
168
306
2005-07-17 11:44  airborne
169
307
 
208
346
2005-07-09 10:35  airborne
209
347
 
210
348
        * lib/: cddb_track.c, cddb_disc.c, cddb_conn.c: added function
211
 
        implementations for previously #defined functions
 
349
          implementations for previously #defined functions
212
350
 
213
351
2005-07-09 10:34  airborne
214
352
 
215
353
        * include/cddb/cddb_conn_ni.h: moved actual defintion of connection
216
 
        structure to this file
 
354
          structure to this file
217
355
 
218
356
2005-07-09 10:33  airborne
219
357
 
220
358
        * include/cddb/cddb_ni.h: moved definitions of track and disc
221
 
        structures to this file
 
359
          structures to this file
222
360
 
223
361
2005-07-09 10:32  airborne
224
362
 
225
363
        * include/cddb/cddb_disc.h: moved actual definition of cddb_disc_t
226
 
        structure to cddb_ni.h converted #defined functions to regular
227
 
        functions
 
364
          structure to cddb_ni.h converted #defined functions to regular
 
365
          functions
228
366
 
229
367
2005-07-09 10:31  airborne
230
368
 
231
369
        * include/cddb/cddb_track.h: moved actual definition of
232
 
        cddb_track_t structure to cddb_ni.h converted #defined functions to
233
 
        regular functions
 
370
          cddb_track_t structure to cddb_ni.h converted #defined functions
 
371
          to regular functions
234
372
 
235
373
2005-07-09 10:29  airborne
236
374
 
237
375
        * include/cddb/cddb_conn.h: converted cache mode to enumerated type
238
 
        actual definition of connection structure moved to cddb_conn_ni.h
239
 
        converted #defined functions into regular functions
 
376
          actual definition of connection structure moved to cddb_conn_ni.h
 
377
          converted #defined functions into regular functions
240
378
 
241
379
2005-07-09 10:25  airborne
242
380
 
243
381
        * examples/do_display.c: added const keyword for strings returned
244
 
        by library
 
382
          by library
245
383
 
246
384
2005-07-09 10:20  airborne
247
385
 
266
404
2005-06-15 18:19  airborne
267
405
 
268
406
        * include/cddb/cddb_ni.h: added site iconv function, updated ASSERT
269
 
        macros
 
407
          macros
270
408
 
271
409
2005-06-15 18:18  airborne
272
410
 
283
421
2005-06-15 18:12  airborne
284
422
 
285
423
        * lib/cddb_site.c: added const keyword where appropriate, added
286
 
        iconv function
 
424
          iconv function
287
425
 
288
426
2005-06-15 18:08  airborne
289
427
 
290
428
        * include/cddb/cddb_site.h: added const keywords where appropriate,
291
 
        fixed some docs
 
429
          fixed some docs
292
430
 
293
431
2005-05-30 21:36  airborne
294
432
 
305
443
2005-05-29 10:24  airborne
306
444
 
307
445
        * examples/do_sites.c, include/cddb/cddb_site.h, include/cddb/ll.h,
308
 
        lib/cddb_site.c, lib/ll.c: initial revision
 
446
          lib/cddb_site.c, lib/ll.c: initial revision
309
447
 
310
448
2005-05-29 10:22  airborne
311
449
 
322
460
2005-05-29 10:20  airborne
323
461
 
324
462
        * lib/cddb_regex.c: sites command regular expression function to
325
 
        retrieve floating point match code clean-up
 
463
          retrieve floating point match code clean-up
326
464
 
327
465
2005-05-29 10:19  airborne
328
466
 
335
473
2005-05-29 10:16  airborne
336
474
 
337
475
        * lib/: cddb_cmd.c, cddb_conn.c: sites command integration query
338
 
        result now uses linked list
 
476
          result now uses linked list
339
477
 
340
478
2005-05-29 10:12  airborne
341
479
 
342
480
        * include/cddb/cddb_regex.h: added sites command regex added
343
 
        function to retrieve floating point match
 
481
          function to retrieve floating point match
344
482
 
345
483
2005-05-29 10:11  airborne
346
484
 
349
487
2005-05-29 10:11  airborne
350
488
 
351
489
        * include/cddb/cddb_error.h: added error code to signal invalid
352
 
        input parameters
 
490
          input parameters
353
491
 
354
492
2005-05-29 10:09  airborne
355
493
 
356
494
        * include/cddb/cddb_conn.h: sites command integration query results
357
 
        now use the generic linked list structure
 
495
          now use the generic linked list structure
358
496
 
359
497
2005-05-29 10:08  airborne
360
498
 
361
499
        * include/cddb/cddb_cmd_ni.h: sites command integration query
362
 
        results now use linked list (removed clear function)
 
500
          results now use linked list (removed clear function)
363
501
 
364
502
2005-05-29 10:06  airborne
365
503
 
372
510
2005-05-29 09:59  airborne
373
511
 
374
512
        * lib/Makefile.am: sites command integration, library version
375
 
        bumped (new interface)
 
513
          bumped (new interface)
376
514
 
377
515
2005-05-29 09:54  airborne
378
516
 
405
543
2005-05-07 11:35  airborne
406
544
 
407
545
        * INSTALL: added entry about running 'ldconfig' after 'make
408
 
        install'
 
546
          install'
409
547
 
410
548
2005-05-07 11:34  airborne
411
549
 
414
552
2005-05-07 11:33  airborne
415
553
 
416
554
        * lib/cddb_cmd.c: - return error on proxy authentication failure -
417
 
        bugfix in frame offset parsing
 
555
          bugfix in frame offset parsing
418
556
 
419
557
2005-05-07 11:20  airborne
420
558
 
421
559
        * include/cddb/cddb_error.h, lib/cddb_error.c: added error code for
422
 
        failed proxy authentication
 
560
          failed proxy authentication
423
561
 
424
562
2005-05-07 11:18  airborne
425
563
 
426
564
        * lib/cddb_conn.c: added new function
427
 
        cddb_set_http_proxy_credentials
 
565
          cddb_set_http_proxy_credentials
428
566
 
429
567
2005-05-07 11:16  airborne
430
568
 
431
569
        * include/cddb/cddb_conn.h: add new function
432
 
        cddb_set_http_proxy_credentials
 
570
          cddb_set_http_proxy_credentials
433
571
 
434
572
2005-05-07 11:13  airborne
435
573
 
450
588
2005-04-22 23:43  airborne
451
589
 
452
590
        * include/cddb/cddb_ni.h, lib/cddb_util.c: iconv compiler warning
453
 
        fix
 
591
          fix
454
592
 
455
593
2005-04-22 23:42  airborne
456
594
 
457
595
        * examples/cd_access.c: updated cdio message to reflect possible
458
 
        use of --without-cdio option
 
596
          use of --without-cdio option
459
597
 
460
598
2005-04-22 23:41  airborne
461
599
 
462
600
        * configure.ac: version bumped to 1.0.1, added --without-cdio
463
 
        option
 
601
          option
464
602
 
465
603
2005-04-22 23:40  airborne
466
604
 
509
647
2005-04-16 21:55  airborne
510
648
 
511
649
        * include/cddb/cddb_conn.h: added proxy user name and password
512
 
        getters/setters
 
650
          getters/setters
513
651
 
514
652
2005-04-16 21:54  airborne
515
653
 
530
668
2005-04-16 05:31  rockyb
531
669
 
532
670
        * configure.ac, examples/Makefile.am: GNU/Linux includes libiconv
533
 
        in its main libraries. Solaris (and probably many other OSes)
534
 
        don't. Add automake check to see if libiconv is needed.
 
671
          in its main libraries. Solaris (and probably many other OSes)
 
672
          don't. Add automake check to see if libiconv is needed.
535
673
 
536
674
2005-04-08 03:55  rockyb
537
675
 
540
678
2005-04-08 03:49  rockyb
541
679
 
542
680
        * include/cddb/: Makefile.am, version.h.in: Add a way to test from
543
 
        inside an application what version of libcddb is getting used. For
544
 
        this C Preprocessor variable LIBCDDB_VERSION_NUM was added.
545
 
        
546
 
        Also added a string which applications can use to give a more
547
 
        descriptive output of the version of libcddb in use.
 
681
          inside an application what version of libcddb is getting used.
 
682
          For this C Preprocessor variable LIBCDDB_VERSION_NUM was added.
 
683
 
 
684
          Also added a string which applications can use to give a more
 
685
          descriptive output of the version of libcddb in use.
548
686
 
549
687
2005-04-08 03:45  rockyb
550
688
 
551
689
        * configure.ac, include/cddb/cddb.h: Add a way to test from inside
552
 
        an application what version of libcddb is getting used. For this C
553
 
        Preprocessor variable LIBCDDB_VERSION_NUM was added.
554
 
        
555
 
        Also added a string which applications can use to give a more
556
 
        descriptive output of the version of libcddb in use.
 
690
          an application what version of libcddb is getting used. For this
 
691
          C Preprocessor variable LIBCDDB_VERSION_NUM was added.
 
692
 
 
693
          Also added a string which applications can use to give a more
 
694
          descriptive output of the version of libcddb in use.
557
695
 
558
696
2005-03-11 22:33  airborne
559
697
 
566
704
2005-03-11 22:29  airborne
567
705
 
568
706
        * examples/cd_access.c, examples/do_display.c, examples/do_query.c,
569
 
        examples/do_read.c, examples/main.c, examples/main.h,
570
 
        include/cddb/cddb_cmd.h, include/cddb/cddb_cmd_ni.h,
571
 
        include/cddb/cddb_config.h.in, include/cddb/cddb_conn.h,
572
 
        include/cddb/cddb_conn_ni.h, include/cddb/cddb_disc.h,
573
 
        include/cddb/cddb_error.h, include/cddb/cddb_log.h,
574
 
        include/cddb/cddb_log_ni.h, include/cddb/cddb_net.h,
575
 
        include/cddb/cddb_ni.h, include/cddb/cddb_track.h, lib/cddb_cmd.c,
576
 
        lib/cddb_disc.c, lib/cddb_error.c, lib/cddb_log.c, lib/cddb_net.c,
577
 
        lib/cddb_track.c, lib/cddb_util.c: copyright extension into 2005
 
707
          examples/do_read.c, examples/main.c, examples/main.h,
 
708
          include/cddb/cddb_cmd.h, include/cddb/cddb_cmd_ni.h,
 
709
          include/cddb/cddb_config.h.in, include/cddb/cddb_conn.h,
 
710
          include/cddb/cddb_conn_ni.h, include/cddb/cddb_disc.h,
 
711
          include/cddb/cddb_error.h, include/cddb/cddb_log.h,
 
712
          include/cddb/cddb_log_ni.h, include/cddb/cddb_net.h,
 
713
          include/cddb/cddb_ni.h, include/cddb/cddb_track.h,
 
714
          lib/cddb_cmd.c, lib/cddb_disc.c, lib/cddb_error.c,
 
715
          lib/cddb_log.c, lib/cddb_net.c, lib/cddb_track.c,
 
716
          lib/cddb_util.c: copyright extension into 2005
578
717
 
579
718
2005-03-11 22:25  airborne
580
719
 
591
730
2005-03-11 22:19  airborne
592
731
 
593
732
        * lib/cddb_regex.c: initialization flag moved to cddb.c,
594
 
        re-indented the code
 
733
          re-indented the code
595
734
 
596
735
2005-03-11 22:17  airborne
597
736
 
598
737
        * lib/cddb_conn.c: regex initialization now done in library init
599
 
        function, no automatic destruction
 
738
          function, no automatic destruction
600
739
 
601
740
2005-03-11 22:14  airborne
602
741
 
613
752
2005-02-04 22:10  rockyb
614
753
 
615
754
        * include/cddb/cddb_regex.h, lib/cddb_conn.c, lib/cddb_regex.c:
616
 
        Plug memory leaks - wasn't freeing regex data.
 
755
          Plug memory leaks - wasn't freeing regex data.
617
756
 
618
757
2004-10-16 16:52  airborne
619
758
 
634
773
2004-10-16 10:02  airborne
635
774
 
636
775
        * configure.ac: added extra substitution, used in unit tests
637
 
        (settings.sh.in)
 
776
          (settings.sh.in)
638
777
 
639
778
2004-10-16 10:00  airborne
640
779
 
647
786
2004-10-16 09:58  airborne
648
787
 
649
788
        * include/cddb/cddb_error.h, lib/cddb_error.c: moved line size
650
 
        error back to its original location in enum (to stay backwards
651
 
        compatible)
 
789
          error back to its original location in enum (to stay backwards
 
790
          compatible)
652
791
 
653
792
2004-10-16 09:56  airborne
654
793
 
655
794
        * tests/: testdata/12340000.ISO8859-1.txt,
656
 
        testdata/12340000.UTF8.txt, check_charset.sh,
657
 
        testcache/misc/12340000: initial revision
 
795
          testdata/12340000.UTF8.txt, check_charset.sh,
 
796
          testcache/misc/12340000: initial revision
658
797
 
659
798
2004-10-16 08:32  airborne
660
799
 
661
800
        * lib/cddb_cmd.c: added character set conversion support for query
662
 
        command
 
801
          command
663
802
 
664
803
2004-10-15 21:43  airborne
665
804
 
666
805
        * lib/cddb_conn.c: [bugfix] make sure to alloc enough memory (thank
667
 
        you Valgrind) [bugfix] fix memory leak (thank you Valgrind)
 
806
          you Valgrind) [bugfix] fix memory leak (thank you Valgrind)
668
807
 
669
808
2004-10-15 21:42  airborne
670
809
 
673
812
2004-10-15 21:23  airborne
674
813
 
675
814
        * configure.ac: tab removal don't check for iconv_open (header file
676
 
        should be enough)
 
815
          should be enough)
677
816
 
678
817
2004-10-15 21:21  airborne
679
818
 
682
821
2004-10-15 21:07  airborne
683
822
 
684
823
        * lib/cddb_util.c: added conditional compile for character set
685
 
        conversion
 
824
          conversion
686
825
 
687
826
2004-10-15 21:05  airborne
688
827
 
689
828
        * lib/cddb_cmd.c: added character set conversion when writing CDDB
690
 
        record [bugfix] make sure category is saved when genre is empty
691
 
        string [bugfix] when writing prevent network access when CACHE_ONLY
692
 
        is set
 
829
          record [bugfix] make sure category is saved when genre is empty
 
830
          string [bugfix] when writing prevent network access when
 
831
          CACHE_ONLY is set
693
832
 
694
833
2004-10-15 21:01  airborne
695
834
 
696
835
        * lib/cddb_disc.c: conversion descriptor is parameter now
697
 
        conditional compile (HAVE_ICONV_H) is no longer necessary here
 
836
          conditional compile (HAVE_ICONV_H) is no longer necessary here
698
837
 
699
838
2004-10-15 20:59  airborne
700
839
 
701
840
        * lib/cddb_track.c: conversion descriptor is parameter now
702
 
        conditional compile (HAVE_ICONV_H) no longer necessary here
 
841
          conditional compile (HAVE_ICONV_H) no longer necessary here
703
842
 
704
843
2004-10-15 20:55  airborne
705
844
 
706
845
        * include/cddb/cddb_ni.h: define dummy iconv_t type if no iconv.h
707
 
        header is included
 
846
          header is included
708
847
 
709
848
2004-10-15 20:54  airborne
710
849
 
711
850
        * include/cddb/cddb_conn_ni.h: iconv_t now always exists (see
712
 
        cddb_ni.h)
 
851
          cddb_ni.h)
713
852
 
714
853
2004-10-15 20:47  airborne
715
854
 
718
857
2004-10-15 20:46  airborne
719
858
 
720
859
        * include/cddb/cddb_ni.h: include iconv header conversion funtions
721
 
        now get iconv structure instead of cddb connection structure
 
860
          now get iconv structure instead of cddb connection structure
722
861
 
723
862
2004-10-15 20:41  airborne
724
863
 
725
864
        * include/cddb/cddb_conn_ni.h: add structure for character set
726
 
        conversion
 
865
          conversion
727
866
 
728
867
2004-10-15 20:40  airborne
729
868
 
730
869
        * include/cddb/cddb_conn.h: avoid inclusion of optinal iconv.h in
731
 
        installed header file use custom opaque structure instead
 
870
          installed header file use custom opaque structure instead
732
871
 
733
872
2004-10-09 08:14  airborne
734
873
 
741
880
2004-10-08 23:15  airborne
742
881
 
743
882
        * configure.ac: removed deprecated --enable-debug option, added
744
 
        checks for iconv support, added check for realloc function, updated
745
 
        maintainer CFLAGS (strdup caused problems with previous set)
 
883
          checks for iconv support, added check for realloc function,
 
884
          updated maintainer CFLAGS (strdup caused problems with previous
 
885
          set)
746
886
 
747
887
2004-10-08 23:13  airborne
748
888
 
755
895
2004-10-08 23:12  airborne
756
896
 
757
897
        * lib/cddb_cmd.c: convert strings to user character set after
758
 
        parsing disc record
 
898
          parsing disc record
759
899
 
760
900
2004-10-08 23:09  airborne
761
901
 
762
902
        * lib/: cddb_disc.c, cddb_track.c: added character set conversion
763
 
        function
 
903
          function
764
904
 
765
905
2004-10-08 23:08  airborne
766
906
 
767
907
        * lib/cddb_conn.c: added character set conversion fields and
768
 
        function
 
908
          function
769
909
 
770
910
2004-10-08 23:05  airborne
771
911
 
772
912
        * examples/main.c: added option for defining character set on
773
 
        command line
 
913
          command line
774
914
 
775
915
2004-10-08 23:03  airborne
776
916
 
777
917
        * include/cddb/cddb_ni.h: added prototypes for private character
778
 
        set conversion functions, incremented protocol version to 6
 
918
          set conversion functions, incremented protocol version to 6
779
919
 
780
920
2004-10-08 23:01  airborne
781
921
 
782
922
        * include/cddb/cddb_conn.h: added character set conversion fields
783
 
        and fucntion
 
923
          and fucntion
784
924
 
785
925
2004-10-08 22:59  airborne
786
926
 
787
927
        * include/cddb/cddb_error.h, lib/cddb_error.c: added character set
788
 
        conversion errors
 
928
          conversion errors
789
929
 
790
930
2004-10-08 21:55  airborne
791
931
 
792
932
        * lib/cddb_regex.c: [bugfix] FreeDB changed their spec, the string
793
 
        " seconds" on disc length line is no longer mandatory
 
933
          " seconds" on disc length line is no longer mandatory
794
934
 
795
935
2004-07-24 07:41  airborne
796
936
 
811
951
2004-07-21 18:17  airborne
812
952
 
813
953
        * lib/cddb_net.c: updated functions to use cddb_conn_t struct as
814
 
        parameter
 
954
          parameter
815
955
 
816
956
2004-07-21 18:16  airborne
817
957
 
820
960
2004-07-21 18:15  airborne
821
961
 
822
962
        * lib/cddb_conn.c: add setter for buffer size updated buffer
823
 
        allocation
 
963
          allocation
824
964
 
825
965
2004-07-21 18:14  airborne
826
966
 
827
967
        * lib/cddb_cmd.c: buffer size now field in connection context
828
 
        updated parameters for changed API of network functions
 
968
          updated parameters for changed API of network functions
829
969
 
830
970
2004-07-21 18:12  airborne
831
971
 
832
972
        * include/cddb/cddb_conn.h: added buffer size variable to
833
 
        connection context updated docs
 
973
          connection context updated docs
834
974
 
835
975
2004-07-21 18:11  airborne
836
976
 
837
977
        * include/cddb/cddb_net.h: most functions now receive a cddb_conn_t
838
 
        structure
 
978
          structure
839
979
 
840
980
2004-07-21 18:09  airborne
841
981
 
842
982
        * include/cddb/cddb_ni.h: inserted constant DEFAULT_BUF_SIZE
843
 
        (previously in cddb_cmd.h as LINE_SIZE)
 
983
          (previously in cddb_cmd.h as LINE_SIZE)
844
984
 
845
985
2004-07-21 18:08  airborne
846
986
 
847
987
        * include/cddb/cddb_cmd.h: moved LINE_SIZE constant to cdb_ni.h
848
 
        (renamed to DEFAULT_BUF_SIZE)
 
988
          (renamed to DEFAULT_BUF_SIZE)
849
989
 
850
990
2004-07-21 14:33  airborne
851
991
 
862
1002
2004-07-21 14:30  airborne
863
1003
 
864
1004
        * include/cddb/cddb_cmd.h: increased default line buffer size from
865
 
        257 to 1024
 
1005
          257 to 1024
866
1006
 
867
1007
2004-07-21 14:29  airborne
868
1008
 
869
1009
        * lib/cddb_net.c: made LINE_SIZE configurable at run-time (iso at
870
 
        compile-time)
 
1010
          compile-time)
871
1011
 
872
1012
2004-07-21 14:22  airborne
873
1013
 
874
1014
        * lib/cddb_cmd.c: made LINE_SIZE configurable at run-time (iso at
875
 
        compile-time) added some buffer overflow checks
 
1015
          compile-time) added some buffer overflow checks
876
1016
 
877
1017
2004-07-18 09:25  airborne
878
1018
 
881
1021
2004-07-18 09:23  airborne
882
1022
 
883
1023
        * examples/do_query.c, examples/do_read.c, examples/main.h,
884
 
        include/cddb/cddb.h, include/cddb/cddb_cmd.h,
885
 
        include/cddb/cddb_cmd_ni.h, include/cddb/cddb_conn.h,
886
 
        include/cddb/cddb_conn_ni.h, include/cddb/cddb_disc.h,
887
 
        include/cddb/cddb_error.h, include/cddb/cddb_log.h,
888
 
        include/cddb/cddb_log_ni.h, include/cddb/cddb_ni.h,
889
 
        include/cddb/cddb_track.h, lib/cddb_disc.c, lib/cddb_error.c,
890
 
        lib/cddb_log.c: updated copyright
 
1024
          include/cddb/cddb.h, include/cddb/cddb_cmd.h,
 
1025
          include/cddb/cddb_cmd_ni.h, include/cddb/cddb_conn.h,
 
1026
          include/cddb/cddb_conn_ni.h, include/cddb/cddb_disc.h,
 
1027
          include/cddb/cddb_error.h, include/cddb/cddb_log.h,
 
1028
          include/cddb/cddb_log_ni.h, include/cddb/cddb_ni.h,
 
1029
          include/cddb/cddb_track.h, lib/cddb_disc.c, lib/cddb_error.c,
 
1030
          lib/cddb_log.c: updated copyright
891
1031
 
892
1032
2004-07-18 09:19  airborne
893
1033
 
894
1034
        * tests/settings.sh.in: print reason of failure changed cddb_query
895
 
        check (now only checks whether there are multiple results)
 
1035
          check (now only checks whether there are multiple results)
896
1036
 
897
1037
2004-07-18 09:15  airborne
898
1038
 
901
1041
2004-07-18 09:14  airborne
902
1042
 
903
1043
        * tests/check_cache.sh: changed non-existing disc ID (the previous
904
 
        one now exists)
 
1044
          one now exists)
905
1045
 
906
1046
2004-07-18 09:14  airborne
907
1047
 
908
1048
        * lib/cddb_track.c: added code to set track length (with automatic
909
 
        calculation of frame offset)
 
1049
          calculation of frame offset)
910
1050
 
911
1051
2004-07-18 09:13  airborne
912
1052
 
927
1067
2004-07-18 09:09  airborne
928
1068
 
929
1069
        * include/cddb/cddb_track.h: made track list, doubly linked added
930
 
        API functions for setting/getting track length
 
1070
          API functions for setting/getting track length
931
1071
 
932
1072
2004-07-18 09:08  airborne
933
1073
 
948
1088
2004-07-18 09:05  airborne
949
1089
 
950
1090
        * examples/: main.c, main.h: added option to use track length iso
951
 
        frame offset
 
1091
          frame offset
952
1092
 
953
1093
2004-07-18 08:59  airborne
954
1094
 
955
1095
        * examples/cd_access.c: added option to use track length iso frame
956
 
        offset
 
1096
          offset
957
1097
 
958
1098
2004-07-18 08:57  airborne
959
1099
 
960
1100
        * lib/Makefile.am: added extra include directory for people
961
 
        building outside of source dir
 
1101
          building outside of source dir
962
1102
 
963
1103
2004-07-18 08:55  airborne
964
1104
 
965
1105
        * examples/Makefile.am: added extra include dir for people building
966
 
        outside of source dir
 
1106
          outside of source dir
967
1107
 
968
1108
2004-07-18 08:53  airborne
969
1109
 
970
1110
        * configure.ac: removed 'cvs' suffix from next version number (to
971
 
        be released very soon)
 
1111
          be released very soon)
972
1112
 
973
1113
2004-07-07 13:52  rockyb
974
1114
 
975
1115
        * lib/cddb_net.c: Yet another change to accomodate OSX 10.2 with
976
 
        it's weird includes. (May also be relevant for various old BSD
977
 
        systems.)
 
1116
          it's weird includes. (May also be relevant for various old BSD
 
1117
          systems.)
978
1118
 
979
1119
2004-07-07 12:29  rockyb
980
1120
 
981
1121
        * configure.ac, include/cddb/cddb_config.h.in,
982
 
        include/cddb/cddb_net.h, lib/cddb_net.c, lib/cddb_track.c: Changes
983
 
        to make includes work out on OS X 10.2.  OSX 10.2 headers don't
984
 
        include all system headers that a system header needs and expects
985
 
        it to be done by the outside included file.
 
1122
          include/cddb/cddb_net.h, lib/cddb_net.c, lib/cddb_track.c:
 
1123
          Changes to make includes work out on OS X 10.2.  OSX 10.2 headers
 
1124
          don't include all system headers that a system header needs and
 
1125
          expects it to be done by the outside included file.
986
1126
 
987
1127
2004-07-06 11:50  rockyb
988
1128
 
989
1129
        * include/cddb/cddb_net.h: Yet another artifact from broken OSX
990
 
        10.2 includes.
 
1130
          10.2 includes.
991
1131
 
992
1132
2004-07-06 10:32  rockyb
993
1133
 
994
1134
        * configure.ac, lib/cddb_net.c: Test for time.h and sys/time.h. OSX
995
 
        seems to have some weirdness in the way time.h needs to be
996
 
        included.
 
1135
          seems to have some weirdness in the way time.h needs to be
 
1136
          included.
997
1137
 
998
1138
2004-04-23 04:17  rockyb
999
1139
 
1000
1140
        * include/cddb/: Makefile.am, cddb.h, cddb_conn.h: Wasn't
1001
 
        installing cddb_config.h cddb_conn.h needs unconditional #include
1002
 
        <netinet/in.h>
 
1141
          installing cddb_config.h cddb_conn.h needs unconditional #include
 
1142
          <netinet/in.h>
1003
1143
 
1004
1144
2004-04-04 04:13  rockyb
1005
1145
 
1008
1148
2004-04-04 04:13  rockyb
1009
1149
 
1010
1150
        * include/cddb/.cvsignore: cddb_config.h is derived from
1011
 
        cddb_config.h.in.
 
1151
          cddb_config.h.in.
1012
1152
 
1013
1153
2004-04-04 04:11  rockyb
1014
1154
 
1015
1155
        * configure.ac, include/cddb/cddb_config.h.in,
1016
 
        include/cddb/cddb_regex.h: Start public config settings. (Initial)
1017
 
        motivation
1018
 
        
1019
 
        OSX needs #include <unistd.h> before #include <regex.h> This is
1020
 
        perhaps a clean way to do this.
 
1156
          include/cddb/cddb_regex.h: Start public config settings.
 
1157
          (Initial) motivation
 
1158
 
 
1159
          OSX needs #include <unistd.h> before #include <regex.h> This is
 
1160
          perhaps a clean way to do this.
1021
1161
 
1022
1162
2004-03-10 04:17  rockyb
1023
1163
 
1026
1166
2004-03-10 04:08  rockyb
1027
1167
 
1028
1168
        * configure.ac, include/cddb/cddb_conn.h, include/cddb/cddb_net.h,
1029
 
        include/cddb/cddb_regex.h, lib/cddb_cmd.c, lib/cddb_conn.c,
1030
 
        lib/cddb_regex.c: Closer to having -mno-cygwin work. Also more
1031
 
        portable for wierdo non-POSIX compliant OS's.
 
1169
          include/cddb/cddb_regex.h, lib/cddb_cmd.c, lib/cddb_conn.c,
 
1170
          lib/cddb_regex.c: Closer to having -mno-cygwin work. Also more
 
1171
          portable for wierdo non-POSIX compliant OS's.
1032
1172
 
1033
1173
2004-03-09 13:43  rockyb
1034
1174
 
1035
1175
        * lib/cddb_conn.c: Test for presence of various headers. Closer to
1036
 
        working on cygwin with -mno-cygwin
 
1176
          working on cygwin with -mno-cygwin
1037
1177
 
1038
1178
2004-03-09 13:42  rockyb
1039
1179
 
1042
1182
2004-03-09 02:28  rockyb
1043
1183
 
1044
1184
        * examples/main.c: Add -i <device> option. If libcdio isn't around
1045
 
        don't suggest that a a device can be given.
 
1185
          don't suggest that a a device can be given.
1046
1186
 
1047
1187
2004-03-09 02:26  rockyb
1048
1188
 
1051
1191
2004-03-08 13:54  rockyb
1052
1192
 
1053
1193
        * examples/cd_access.c: Update URL. libcdio has moved from non-GNU
1054
 
        to GNU.
 
1194
          to GNU.
1055
1195
 
1056
1196
2004-03-08 02:30  rockyb
1057
1197
 
1058
1198
        * configure.ac, examples/Makefile.am: *: Use pkgconfig to get
1059
 
        libcdio properties. (We now require 0.67). In particular we need
1060
 
        CFLAGS and LD_FLAGS.
1061
 
        
1062
 
        configure.ac: Bump CVS number to 0.65cvs so people do not confuse
1063
 
        with 0.64.
 
1199
          libcdio properties. (We now require 0.67). In particular we need
 
1200
          CFLAGS and LD_FLAGS.
 
1201
 
 
1202
          configure.ac: Bump CVS number to 0.65cvs so people do not confuse
 
1203
          with 0.64.
1064
1204
 
1065
1205
2004-03-03 13:39  rockyb
1066
1206
 
1073
1213
2004-03-03 13:35  rockyb
1074
1214
 
1075
1215
        * tests/check_server.sh: On some shells and "test" (like on
1076
 
        Solaris) don't like   test -z $foo gives a required argument
1077
 
        missing.
1078
 
        
1079
 
          test -z "$foo"
1080
 
        
1081
 
        works though.
 
1216
          Solaris) don't like   test -z $foo gives a required argument
 
1217
          missing.
 
1218
 
 
1219
            test -z "$foo"
 
1220
 
 
1221
          works though.
1082
1222
 
1083
1223
2004-03-03 13:31  rockyb
1084
1224
 
1087
1227
2004-03-03 13:30  rockyb
1088
1228
 
1089
1229
        * examples/do_display.c: Remove implicit definition of strlen
1090
 
        warning.
 
1230
          warning.
1091
1231
 
1092
1232
2004-03-02 01:36  rockyb
1093
1233
 
1094
1234
        * configure.ac: automake wants AM_CONFIG_HEADER rather than
1095
 
        AC_CONFIG_HEADERS.  We can work with autoconf as far back as 2.55.
 
1235
          AC_CONFIG_HEADERS.  We can work with autoconf as far back as
 
1236
          2.55.
1096
1237
 
1097
1238
2004-03-02 01:32  rockyb
1098
1239
 
1099
1240
        * lib/cddb_net.c: Remove compiler warning of memset implicit
1100
 
        declaration. Use HAVE_...H defines in the config.h.
 
1241
          declaration. Use HAVE_...H defines in the config.h.
1101
1242
 
1102
1243
2003-06-12 19:59  airborne
1103
1244
 
1104
1245
        * tests/testdata/: 56c2171b89496518.txt, b2bba00e1890d659.txt:
1105
 
        updated test result data with new FreeDB server results
 
1246
          updated test result data with new FreeDB server results
1106
1247
 
1107
1248
2003-05-31 15:44  airborne
1108
1249
 
1127
1268
2003-05-31 15:29  airborne
1128
1269
 
1129
1270
        * lib/cddb_log.c: [impl] reset log handler if NULL handler is
1130
 
        provided
 
1271
          provided
1131
1272
 
1132
1273
2003-05-31 15:26  airborne
1133
1274
 
1134
1275
        * include/cddb/: Makefile.am, cddb_ni.h: moved non-public part of
1135
 
        cddb_log.h to cddb_log_ni.h
 
1276
          cddb_log.h to cddb_log_ni.h
1136
1277
 
1137
1278
2003-05-31 15:26  airborne
1138
1279
 
1139
1280
        * include/cddb/cddb_log.h: added API doc, moved none public
1140
 
        functions to cddb_log_ni.h
 
1281
          functions to cddb_log_ni.h
1141
1282
 
1142
1283
2003-05-31 15:25  airborne
1143
1284
 
1150
1291
2003-05-29 13:47  airborne
1151
1292
 
1152
1293
        * misc/libcddb.ebuild: added libcdio dependency, fixed ChangeLog
1153
 
        file name
 
1294
          file name
1154
1295
 
1155
1296
2003-05-29 13:46  airborne
1156
1297
 
1183
1324
2003-05-25 20:31  airborne
1184
1325
 
1185
1326
        * lib/cddb_cmd.c: [impl] added play order parsing state, cleaned up
1186
 
        end parsing detection
 
1327
          end parsing detection
1187
1328
 
1188
1329
2003-05-25 16:25  airborne
1189
1330
 
1190
1331
        * lib/cddb_net.c: removed a debug log line (too many lines being
1191
 
        logged)
 
1332
          logged)
1192
1333
 
1193
1334
2003-05-25 16:24  airborne
1194
1335
 
1195
1336
        * examples/do_display.c: only display extended track data if there
1196
 
        is any
 
1337
          is any
1197
1338
 
1198
1339
2003-05-25 16:23  airborne
1199
1340
 
1200
1341
        * tests/testdata/: 920ef00b.txt, 920ef00c.txt: updated test data
1201
 
        after implementing extended data functionality
 
1342
          after implementing extended data functionality
1202
1343
 
1203
1344
2003-05-25 15:14  airborne
1204
1345
 
1205
1346
        * tests/: check_cache.sh, check_discid.sh, check_parse.sh,
1206
 
        check_server.sh, settings.sh.in: added support to skip certain
1207
 
        tests
 
1347
          check_server.sh, settings.sh.in: added support to skip certain
 
1348
          tests
1208
1349
 
1209
1350
2003-05-23 23:33  airborne
1210
1351
 
1211
1352
        * lib/cddb_cmd.c: [impl] added support for submitting extended disc
1212
 
        and track data
 
1353
          and track data
1213
1354
 
1214
1355
2003-05-23 23:24  airborne
1215
1356
 
1218
1359
2003-05-23 23:22  airborne
1219
1360
 
1220
1361
        * tests/: OVERVIEW.txt, testcache/misc/12345674,
1221
 
        testcache/misc/12345675, testcache/misc/12345676,
1222
 
        testcache/misc/12345677, testdata/12345674.txt,
1223
 
        testdata/12345675.txt, testdata/12345676.txt,
1224
 
        testdata/12345677.txt: Initial revision
 
1362
          testcache/misc/12345675, testcache/misc/12345676,
 
1363
          testcache/misc/12345677, testdata/12345674.txt,
 
1364
          testdata/12345675.txt, testdata/12345676.txt,
 
1365
          testdata/12345677.txt: Initial revision
1225
1366
 
1226
1367
2003-05-23 23:19  airborne
1227
1368
 
1228
1369
        * tests/: testcache/misc/12345678, testdata/12345678.txt: added
1229
 
        extended track data tests and some extra track tests
 
1370
          extended track data tests and some extra track tests
1230
1371
 
1231
1372
2003-05-23 23:18  airborne
1232
1373
 
1235
1376
2003-05-23 23:17  airborne
1236
1377
 
1237
1378
        * lib/cddb_cmd.c: [impl] if DTITLE does not contain both artist and
1238
 
        title, assume they are equal
 
1379
          title, assume they are equal
1239
1380
 
1240
1381
2003-05-23 23:15  airborne
1241
1382
 
1244
1385
2003-05-23 23:12  airborne
1245
1386
 
1246
1387
        * examples/do_display.c: also display extended disc and track data
1247
 
        if present
 
1388
          if present
1248
1389
 
1249
1390
2003-05-23 23:11  airborne
1250
1391
 
1251
1392
        * include/cddb/cddb_regex.h, lib/cddb_regex.c: added extended data
1252
 
        and play order regular expressions
 
1393
          and play order regular expressions
1253
1394
 
1254
1395
2003-05-23 23:10  airborne
1255
1396
 
1256
1397
        * include/cddb/cddb_disc.h, include/cddb/cddb_track.h,
1257
 
        lib/cddb_disc.c, lib/cddb_track.c: [iface] added extended data
1258
 
        setters and getters
 
1398
          lib/cddb_disc.c, lib/cddb_track.c: [iface] added extended data
 
1399
          setters and getters
1259
1400
 
1260
1401
2003-05-23 22:40  airborne
1261
1402
 
1264
1405
2003-05-20 23:42  airborne
1265
1406
 
1266
1407
        * configure.ac, lib/cddb_log.c: added support to specify default
1267
 
        log level as configure argument
 
1408
          log level as configure argument
1268
1409
 
1269
1410
2003-05-20 22:53  airborne
1270
1411
 
1271
1412
        * lib/cddb_cmd.c: [impl] switched to new logging framework,
1272
 
        re-indented switch blocks
 
1413
          re-indented switch blocks
1273
1414
 
1274
1415
2003-05-20 22:47  airborne
1275
1416
 
1278
1419
2003-05-20 22:45  airborne
1279
1420
 
1280
1421
        * lib/cddb_conn.c: [impl] switched to new logging framework,
1281
 
        re-indented switch blocks
 
1422
          re-indented switch blocks
1282
1423
 
1283
1424
2003-05-20 22:43  airborne
1284
1425
 
1285
1426
        * lib/: cddb_disc.c, cddb_net.c, cddb_track.c: [impl] switched to
1286
 
        new logging framework
 
1427
          new logging framework
1287
1428
 
1288
1429
2003-05-20 22:42  airborne
1289
1430
 
1290
1431
        * include/cddb/cddb_conn_ni.h: added functions for setting/logging
1291
 
        libcddb errors
 
1432
          libcddb errors
1292
1433
 
1293
1434
2003-05-20 22:41  airborne
1294
1435
 
1301
1442
2003-05-20 22:39  airborne
1302
1443
 
1303
1444
        * include/cddb/Makefile.am, lib/Makefile.am: added files for
1304
 
        logging framework
 
1445
          logging framework
1305
1446
 
1306
1447
2003-05-20 22:38  airborne
1307
1448
 
1314
1455
2003-05-20 22:28  airborne
1315
1456
 
1316
1457
        * tests/testdata/56c2171b89496518.txt: more entries added to
1317
 
        multiple result query test
 
1458
          multiple result query test
1318
1459
 
1319
1460
2003-05-20 22:27  airborne
1320
1461
 
1321
1462
        * include/cddb/debug.h: dlog has been replaced by actual logging
1322
 
        framework
 
1463
          framework
1323
1464
 
1324
1465
2003-05-13 22:46  airborne
1325
1466
 
1328
1469
2003-05-13 22:43  airborne
1329
1470
 
1330
1471
        * configure.ac: added some checks suggested by autoscan (after
1331
 
        adding network timeout code)
 
1472
          adding network timeout code)
1332
1473
 
1333
1474
2003-05-13 22:29  airborne
1334
1475
 
1337
1478
2003-05-13 22:27  airborne
1338
1479
 
1339
1480
        * include/cddb/cddb_net.h, lib/cddb_net.c: [impl] added timeout
1340
 
        support to network read/write functions
 
1481
          support to network read/write functions
1341
1482
 
1342
1483
2003-05-12 21:17  airborne
1343
1484
 
1344
1485
        * lib/cddb_net.c: [impl] added BeOS specific code to
1345
 
        timeout_connect (hope this works)
 
1486
          timeout_connect (hope this works)
1346
1487
 
1347
1488
2003-05-12 20:48  airborne
1348
1489
 
1349
1490
        * include/cddb/: cddb_conn.h, cddb_ni.h: [iface] added time-out
1350
 
        support
 
1491
          support
1351
1492
 
1352
1493
2003-05-12 20:47  airborne
1353
1494
 
1354
1495
        * lib/cddb_net.c, include/cddb/cddb_net.h: added connect and
1355
 
        gethostbyname functions supporting time-out (thanks Google)
 
1496
          gethostbyname functions supporting time-out (thanks Google)
1356
1497
 
1357
1498
2003-05-12 20:46  airborne
1358
1499
 
1359
1500
        * lib/cddb_conn.c: [impl] added DNS query and connect time-out
1360
 
        support
 
1501
          support
1361
1502
 
1362
1503
2003-05-09 20:17  airborne
1363
1504
 
1364
1505
        * examples/: do_query.c, main.c, main.h: be quiet in query mode if
1365
 
        required
 
1506
          required
1366
1507
 
1367
1508
2003-05-09 20:09  airborne
1368
1509
 
1387
1528
2003-05-08 22:27  airborne
1388
1529
 
1389
1530
        * include/cddb/cddb_conn.h, lib/cddb_conn.c: [impl] added ~
1390
 
        expansion support in setting of cache dir
 
1531
          expansion support in setting of cache dir
1391
1532
 
1392
1533
2003-05-08 21:43  airborne
1393
1534
 
1396
1537
2003-05-08 21:40  airborne
1397
1538
 
1398
1539
        * tests/: check_cache.sh, check_discid.sh, check_parse.sh,
1399
 
        check_server.sh, settings.sh.in: report failures correctly
 
1540
          check_server.sh, settings.sh.in: report failures correctly
1400
1541
 
1401
1542
2003-05-08 20:09  airborne
1402
1543
 
1403
1544
        * lib/cddb_cmd.c: alternate length calculation, snprintf does not
1404
 
        return required length on Solaris
 
1545
          return required length on Solaris
1405
1546
 
1406
1547
2003-05-08 19:39  airborne
1407
1548
 
1408
1549
        * tests/: check_cache.sh, check_discid.sh, check_parse.sh,
1409
 
        check_server.sh: make sure sourced file is found on Solaris
 
1550
          check_server.sh: make sure sourced file is found on Solaris
1410
1551
 
1411
1552
2003-05-08 19:27  airborne
1412
1553
 
1413
1554
        * configure.ac: fix for Solaris compilation (thx to Rocky
1414
 
        Bernstein)
 
1555
          Bernstein)
1415
1556
 
1416
1557
2003-05-07 21:02  airborne
1417
1558
 
1424
1565
2003-05-07 20:46  airborne
1425
1566
 
1426
1567
        * include/cddb/cddb_disc.h: added doc for individual CDDB
1427
 
        categories
 
1568
          categories
1428
1569
 
1429
1570
2003-05-06 22:34  airborne
1430
1571
 
1437
1578
2003-05-04 19:38  airborne
1438
1579
 
1439
1580
        * examples/do_read.c, include/cddb/cddb_disc.h, lib/cddb_cmd.c,
1440
 
        lib/cddb_disc.c: [iface] changed name of cddb_disc_set_category
1441
 
        into cddb_disc_set_category_str for consistency
 
1581
          lib/cddb_disc.c: [iface] changed name of cddb_disc_set_category
 
1582
          into cddb_disc_set_category_str for consistency
1442
1583
 
1443
1584
2003-05-04 19:37  airborne
1444
1585
 
1447
1588
2003-05-04 11:29  airborne
1448
1589
 
1449
1590
        * lib/: cddb_disc.c, cddb_track.c: use macro to conver frames to
1450
 
        seconds
 
1591
          seconds
1451
1592
 
1452
1593
2003-05-04 11:28  airborne
1453
1594
 
1454
1595
        * include/cddb/cddb_disc.h: added SECONDS_TO_FRAMES macro, add
1455
 
        setter for disc year
 
1596
          setter for disc year
1456
1597
 
1457
1598
2003-05-04 11:27  airborne
1458
1599
 
1465
1606
2003-05-01 17:42  airborne
1466
1607
 
1467
1608
        * lib/cddb_cmd.c: [impl] do not allow submit with default e-mail
1468
 
        address
 
1609
          address
1469
1610
 
1470
1611
2003-05-01 17:41  airborne
1471
1612
 
1472
1613
        * include/cddb/cddb_error.h, lib/cddb_error.c: added error code/msg
1473
 
        for invalid e-mail address
 
1614
          for invalid e-mail address
1474
1615
 
1475
1616
2003-05-01 17:24  airborne
1476
1617
 
1477
1618
        * lib/cddb_conn.c: do not use $USER and $HOSTNAME by default, use
1478
 
        anonymous@localhost instead
 
1619
          anonymous@localhost instead
1479
1620
 
1480
1621
2003-05-01 16:50  airborne
1481
1622
 
1484
1625
2003-05-01 16:48  airborne
1485
1626
 
1486
1627
        * include/cddb/cddb_conn.h: added some getters/setters, updated
1487
 
        docs
 
1628
          docs
1488
1629
 
1489
1630
2003-05-01 16:48  airborne
1490
1631
 
1493
1634
2003-05-01 11:50  airborne
1494
1635
 
1495
1636
        * lib/: cddb_cmd.c, cddb_conn.c: added client program modification
1496
 
        code
 
1637
          code
1497
1638
 
1498
1639
2003-05-01 11:49  airborne
1499
1640
 
1500
1641
        * include/cddb/cddb_conn.h: updated docs, added some
1501
 
        getters/setters, add client program modification code
 
1642
          getters/setters, add client program modification code
1502
1643
 
1503
1644
2003-05-01 10:14  airborne
1504
1645
 
1519
1660
2003-04-30 21:16  airborne
1520
1661
 
1521
1662
        * doc/doxygen.conf: generate tag file (will be used in website
1522
 
        generation)
 
1663
          generation)
1523
1664
 
1524
1665
2003-04-30 20:55  airborne
1525
1666
 
1560
1701
2003-04-25 19:56  airborne
1561
1702
 
1562
1703
        * tests/settings.sh.in: added check_not_found function, rearranged
1563
 
        some other stuff
 
1704
          some other stuff
1564
1705
 
1565
1706
2003-04-25 19:55  airborne
1566
1707
 
1567
1708
        * examples/: do_read.c, main.c, main.h: do not print error messages
1568
 
        when running in quiet mode
 
1709
          when running in quiet mode
1569
1710
 
1570
1711
2003-04-25 19:53  airborne
1571
1712
 
1590
1731
2003-04-24 21:18  airborne
1591
1732
 
1592
1733
        * tests/check_server.sh: added code to test the read and query
1593
 
        commands
 
1734
          commands
1594
1735
 
1595
1736
2003-04-24 21:18  airborne
1596
1737
 
1615
1756
2003-04-22 20:16  airborne
1616
1757
 
1617
1758
        * .cvsignore, include/.cvsignore, include/cddb/.cvsignore,
1618
 
        lib/.cvsignore, tests/.cvsignore, examples/.cvsignore: added some
1619
 
        files for people building (configure,make) in main CVS tree
 
1759
          lib/.cvsignore, tests/.cvsignore, examples/.cvsignore: added some
 
1760
          files for people building (configure,make) in main CVS tree
1620
1761
 
1621
1762
2003-04-22 20:14  airborne
1622
1763
 
1623
1764
        * lib/cddb_cmd.c: moved buffer freeing to right after when it is no
1624
 
        longer needed
 
1765
          longer needed
1625
1766
 
1626
1767
2003-04-22 20:07  airborne
1627
1768
 
1630
1771
2003-04-21 19:17  airborne
1631
1772
 
1632
1773
        * examples/cd_access.c, examples/main.c, examples/main.h,
1633
 
        lib/cddb_cmd.c: [bugfix] fixed memory leaks reported by valgrind
 
1774
          lib/cddb_cmd.c: [bugfix] fixed memory leaks reported by valgrind
1634
1775
 
1635
1776
2003-04-21 14:08  airborne
1636
1777
 
1643
1784
2003-04-21 14:06  airborne
1644
1785
 
1645
1786
        * Makefile.am: make sure example gets build before executing any
1646
 
        tests
 
1787
          tests
1647
1788
 
1648
1789
2003-04-21 13:22  airborne
1649
1790
 
1650
1791
        * tests/Makefile.am: make sure test data makes it into distribution
1651
 
        archive
 
1792
          archive
1652
1793
 
1653
1794
2003-04-21 13:09  airborne
1654
1795
 
1657
1798
2003-04-21 13:08  airborne
1658
1799
 
1659
1800
        * tests/: testcache/misc/12345678, testcache/misc/12345679,
1660
 
        testcache/misc/1234567a, testcache/misc/1234567b,
1661
 
        testcache/misc/1234567c, testcache/misc/1234567d,
1662
 
        testcache/misc/1234567e, testcache/misc/1234567f,
1663
 
        testcache/misc/12345680, testcache/misc/12345681,
1664
 
        testcache/misc/12345682, testcache/misc/12345683,
1665
 
        testdata/12345678.txt, testdata/12345679.txt,
1666
 
        testdata/1234567a.txt, testdata/1234567b.txt,
1667
 
        testdata/1234567c.txt, testdata/1234567d.txt,
1668
 
        testdata/1234567e.txt, testdata/1234567f.txt,
1669
 
        testdata/12345680.txt, testdata/12345681.txt,
1670
 
        testdata/12345682.txt, testdata/12345683.txt: Initial revision
 
1801
          testcache/misc/1234567a, testcache/misc/1234567b,
 
1802
          testcache/misc/1234567c, testcache/misc/1234567d,
 
1803
          testcache/misc/1234567e, testcache/misc/1234567f,
 
1804
          testcache/misc/12345680, testcache/misc/12345681,
 
1805
          testcache/misc/12345682, testcache/misc/12345683,
 
1806
          testdata/12345678.txt, testdata/12345679.txt,
 
1807
          testdata/1234567a.txt, testdata/1234567b.txt,
 
1808
          testdata/1234567c.txt, testdata/1234567d.txt,
 
1809
          testdata/1234567e.txt, testdata/1234567f.txt,
 
1810
          testdata/12345680.txt, testdata/12345681.txt,
 
1811
          testdata/12345682.txt, testdata/12345683.txt: Initial revision
1671
1812
 
1672
1813
2003-04-21 13:04  airborne
1673
1814
 
1674
1815
        * tests/check_parse.sh: added some disc title and artist parsing
1675
 
        tests
 
1816
          tests
1676
1817
 
1677
1818
2003-04-21 12:21  airborne
1678
1819
 
1689
1830
2003-04-21 12:19  airborne
1690
1831
 
1691
1832
        * examples/: cd_access.c, do_query.c, main.h: return error codes
1692
 
        when exiting
 
1833
          when exiting
1693
1834
 
1694
1835
2003-04-21 12:19  airborne
1695
1836
 
1696
1837
        * examples/main.c: return error codes when exiting + bugfix in
1697
 
        cache dir command-line argument parsing
 
1838
          cache dir command-line argument parsing
1698
1839
 
1699
1840
2003-04-21 11:07  airborne
1700
1841
 
1701
1842
        * lib/cddb_cmd.c: [bugfix] fixed state machine when parsing reaches
1702
 
        end of stream
 
1843
          end of stream
1703
1844
 
1704
1845
2003-04-21 10:46  airborne
1705
1846
 
1706
1847
        * lib/cddb_cmd.c: [bugfix] multi-line parsing now append track
1707
 
        title to track instead of disc
 
1848
          title to track instead of disc
1708
1849
 
1709
1850
2003-04-21 08:59  airborne
1710
1851
 
1725
1866
2003-04-21 00:21  airborne
1726
1867
 
1727
1868
        * tests/Makefile.am: switched tests from native code to shell
1728
 
        scripts
 
1869
          scripts
1729
1870
 
1730
1871
2003-04-21 00:20  airborne
1731
1872
 
1734
1875
2003-04-21 00:19  airborne
1735
1876
 
1736
1877
        * configure.ac: remove dependency on check library, added
1737
 
        settings.sh to output files
 
1878
          settings.sh to output files
1738
1879
 
1739
1880
2003-04-21 00:17  airborne
1740
1881
 
1741
1882
        * tests/: base.c, base.h, check_discid.c: tests now performed with
1742
 
        shell script and example program
 
1883
          shell script and example program
1743
1884
 
1744
1885
2003-04-20 21:30  airborne
1745
1886
 
1748
1889
2003-04-20 21:28  airborne
1749
1890
 
1750
1891
        * configure.ac: added -O0 compiler flag in maintainer-mode because
1751
 
        -Wpointer-arith and -O generates too many warnings (compiler/libc
1752
 
        problem (not libcddb code))
 
1892
          -Wpointer-arith and -O generates too many warnings (compiler/libc
 
1893
          problem (not libcddb code))
1753
1894
 
1754
1895
2003-04-20 21:25  airborne
1755
1896
 
1766
1907
2003-04-20 19:37  airborne
1767
1908
 
1768
1909
        * examples/main.c: added read support for CD data read from CD-ROM
1769
 
        drive
 
1910
          drive
1770
1911
 
1771
1912
2003-04-20 19:24  airborne
1772
1913
 
1773
1914
        * examples/do_query.c: fixed match counter, moved disc ID to this
1774
 
        function
 
1915
          function
1775
1916
 
1776
1917
2003-04-20 19:12  airborne
1777
1918
 
1778
1919
        * examples/cd_access.c: moved disc creation code to separate
1779
 
        function
 
1920
          function
1780
1921
 
1781
1922
2003-04-20 19:02  airborne
1782
1923
 
1783
1924
        * examples/do_query.c: added code to retrieve and print query
1784
 
        results
 
1925
          results
1785
1926
 
1786
1927
2003-04-20 19:01  airborne
1787
1928
 
1802
1943
2003-04-20 16:41  airborne
1803
1944
 
1804
1945
        * examples/main.c: added query support and extra command-line
1805
 
        parameters
 
1946
          parameters
1806
1947
 
1807
1948
2003-04-20 16:40  airborne
1808
1949
 
1823
1964
2003-04-18 00:19  airborne
1824
1965
 
1825
1966
        * examples/: main.c, main.h: [impl] added support for reading CD
1826
 
        info from CD-ROM and calculating disc IDs
 
1967
          info from CD-ROM and calculating disc IDs
1827
1968
 
1828
1969
2003-04-18 00:18  airborne
1829
1970
 
1830
1971
        * include/cddb/cddb_ni.h: [iface] FRAMES_PER_SECOND now externally
1831
 
        visible in cddb_disc.h
 
1972
          visible in cddb_disc.h
1832
1973
 
1833
1974
2003-04-18 00:16  airborne
1834
1975
 
1835
1976
        * include/cddb/: cddb_disc.h, cddb_track.h: [iface] added some
1836
 
        getters and setters, updated docs
 
1977
          getters and setters, updated docs
1837
1978
 
1838
1979
2003-04-18 00:14  airborne
1839
1980
 
1846
1987
2003-04-18 00:12  airborne
1847
1988
 
1848
1989
        * configure.ac: added check for libcdio, used by example program if
1849
 
        present
 
1990
          present
1850
1991
 
1851
1992
2003-04-17 19:54  airborne
1852
1993
 
1853
1994
        * misc/: libcddb-0.9.0.ebuild, libcddb.ebuild: renamed ebuild to
1854
 
        have no version info in the file name
 
1995
          have no version info in the file name
1855
1996
 
1856
1997
2003-04-17 19:53  airborne
1857
1998
 
1864
2005
2003-04-17 19:35  airborne
1865
2006
 
1866
2007
        * include/cddb/cddb_ni.h: [bugfix] FREE_NOT_NULL macro now resets
1867
 
        ptr to NULL after freeing it
 
2008
          ptr to NULL after freeing it
1868
2009
 
1869
2010
2003-04-17 19:33  airborne
1870
2011
 
1871
2012
        * lib/cddb_cmd.c: [bugfix] clear title and artist name before
1872
 
        setting new data (avoids appending to old strings)
 
2013
          setting new data (avoids appending to old strings)
1873
2014
 
1874
2015
2003-04-17 19:28  airborne
1875
2016
 
1876
2017
        * lib/cddb_disc.c, lib/cddb_track.c, include/cddb/cddb_disc.h,
1877
 
        include/cddb/cddb_track.h: [impl] deleting artist name and title
1878
 
        possible by setting it to NULL
 
2018
          include/cddb/cddb_track.h: [impl] deleting artist name and title
 
2019
          possible by setting it to NULL
1879
2020
 
1880
2021
2003-04-16 23:01  airborne
1881
2022
 
1884
2025
2003-04-16 21:38  airborne
1885
2026
 
1886
2027
        * NEWS: initial text inserted, includes changes between 0.1.6 and
1887
 
        0.9.0
 
2028
          0.9.0
1888
2029
 
1889
2030
2003-04-16 21:37  airborne
1890
2031
 
1917
2058
2003-04-16 08:20  airborne
1918
2059
 
1919
2060
        * lib/cddb_cmd.c: seperate function to create cache file name,
1920
 
        remove invalid cache entries
 
2061
          remove invalid cache entries
1921
2062
 
1922
2063
2003-04-15 00:28  airborne
1923
2064
 
1926
2067
2003-04-15 00:25  airborne
1927
2068
 
1928
2069
        * examples/do_display.c, examples/do_read.c, examples/main.c,
1929
 
        include/cddb/cddb.h, include/cddb/cddb_cmd.h,
1930
 
        include/cddb/cddb_cmd_ni.h, include/cddb/cddb_conn.h,
1931
 
        include/cddb/cddb_conn_ni.h, include/cddb/cddb_disc.h,
1932
 
        include/cddb/cddb_error.h, include/cddb/cddb_net.h,
1933
 
        include/cddb/cddb_ni.h, include/cddb/cddb_regex.h,
1934
 
        include/cddb/cddb_track.h, include/cddb/debug.h, lib/cddb_cmd.c,
1935
 
        lib/cddb_conn.c, lib/cddb_disc.c, lib/cddb_error.c, lib/cddb_net.c,
1936
 
        lib/cddb_regex.c, lib/cddb_track.c: wrong license header, now LGPL
1937
 
        iso GPL
 
2070
          include/cddb/cddb.h, include/cddb/cddb_cmd.h,
 
2071
          include/cddb/cddb_cmd_ni.h, include/cddb/cddb_conn.h,
 
2072
          include/cddb/cddb_conn_ni.h, include/cddb/cddb_disc.h,
 
2073
          include/cddb/cddb_error.h, include/cddb/cddb_net.h,
 
2074
          include/cddb/cddb_ni.h, include/cddb/cddb_regex.h,
 
2075
          include/cddb/cddb_track.h, include/cddb/debug.h, lib/cddb_cmd.c,
 
2076
          lib/cddb_conn.c, lib/cddb_disc.c, lib/cddb_error.c,
 
2077
          lib/cddb_net.c, lib/cddb_regex.c, lib/cddb_track.c: wrong license
 
2078
          header, now LGPL iso GPL
1938
2079
 
1939
2080
2003-04-14 23:27  airborne
1940
2081
 
1941
2082
        * examples/do_read.c, examples/main.h, include/cddb/cddb.h,
1942
 
        include/cddb/cddb_cmd.h, include/cddb/cddb_cmd_ni.h,
1943
 
        include/cddb/cddb_conn.h, include/cddb/cddb_conn_ni.h,
1944
 
        include/cddb/cddb_disc.h, include/cddb/cddb_error.h,
1945
 
        include/cddb/cddb_net.h, include/cddb/cddb_ni.h,
1946
 
        include/cddb/cddb_regex.h, include/cddb/cddb_track.h,
1947
 
        include/cddb/debug.h, lib/cddb_cmd.c, lib/cddb_conn.c,
1948
 
        lib/cddb_disc.c, lib/cddb_error.c, lib/cddb_net.c,
1949
 
        lib/cddb_regex.c, lib/cddb_track.c, tests/base.c, tests/base.h,
1950
 
        tests/check_discid.c: added copyright header
 
2083
          include/cddb/cddb_cmd.h, include/cddb/cddb_cmd_ni.h,
 
2084
          include/cddb/cddb_conn.h, include/cddb/cddb_conn_ni.h,
 
2085
          include/cddb/cddb_disc.h, include/cddb/cddb_error.h,
 
2086
          include/cddb/cddb_net.h, include/cddb/cddb_ni.h,
 
2087
          include/cddb/cddb_regex.h, include/cddb/cddb_track.h,
 
2088
          include/cddb/debug.h, lib/cddb_cmd.c, lib/cddb_conn.c,
 
2089
          lib/cddb_disc.c, lib/cddb_error.c, lib/cddb_net.c,
 
2090
          lib/cddb_regex.c, lib/cddb_track.c, tests/base.c, tests/base.h,
 
2091
          tests/check_discid.c: added copyright header
1951
2092
 
1952
2093
2003-04-14 23:10  airborne
1953
2094
 
1954
2095
        * include/cddb/cddb_conn.h, lib/cddb_cmd.c, lib/cddb_conn.c:
1955
 
        updated local cache semantics, cache can now be turned on and off,
1956
 
        but can also be set to cache only, i.e. no network access allowed
 
2096
          updated local cache semantics, cache can now be turned on and
 
2097
          off, but can also be set to cache only, i.e. no network access
 
2098
          allowed
1957
2099
 
1958
2100
2003-04-14 23:06  airborne
1959
2101
 
1974
2116
2003-04-14 22:06  airborne
1975
2117
 
1976
2118
        * include/cddb/cddb_conn.h, lib/cddb_conn.c: updated functions to
1977
 
        (dis/en)able HTTP and proxy connections
 
2119
          (dis/en)able HTTP and proxy connections
1978
2120
 
1979
2121
2003-04-13 11:27  airborne
1980
2122
 
1983
2125
2003-04-13 11:16  airborne
1984
2126
 
1985
2127
        * tests/: Makefile.am, base.c, base.h, check_discid.c: Initial
1986
 
        revision
 
2128
          revision
1987
2129
 
1988
2130
2003-04-13 11:12  airborne
1989
2131
 
1996
2138
2003-04-13 11:09  airborne
1997
2139
 
1998
2140
        * acconfig.h: this file is now automatically created by
1999
 
        configure.in
 
2141
          configure.in
2000
2142
 
2001
2143
2003-04-13 11:08  airborne
2002
2144
 
2003
2145
        * configure.ac: renamed from configure.in, added warning flags,
2004
 
        updated to run with new autoconf tools
 
2146
          updated to run with new autoconf tools
2005
2147
 
2006
2148
2003-04-13 11:06  airborne
2007
2149
 
2018
2160
2003-04-13 11:01  airborne
2019
2161
 
2020
2162
        * Makefile.am: added tests directory, moved examples from src to
2021
 
        examples
 
2163
          examples
 
2164
 
 
2165
2003-04-13 10:58  airborne
 
2166
 
 
2167
        * src/: main.c, .cvsignore, Makefile.am: Examples are now in the
 
2168
          examples directory.
2022
2169
 
2023
2170
2003-04-13 10:56  airborne
2024
2171
 
2027
2174
2003-04-13 10:54  airborne
2028
2175
 
2029
2176
        * lib/Makefile.am: remove warning flags, they are in configure.in
2030
 
        now
 
2177
          now
2031
2178
 
2032
2179
2003-04-13 10:54  airborne
2033
2180
 
2044
2191
2003-04-13 10:49  airborne
2045
2192
 
2046
2193
        * include/cddb/cddb_ni.h: fixed line length (256 chars +
2047
 
        terminating 0)
 
2194
          terminating 0)
2048
2195
 
2049
2196
2003-04-13 10:49  airborne
2050
2197
 
2051
2198
        * include/cddb/: cddb_disc.h, cddb_track.h: added some getters and
2052
 
        setters, updated some docs
 
2199
          setters, updated some docs
2053
2200
 
2054
2201
2003-04-13 00:15  airborne
2055
2202
 
2058
2205
2003-04-12 19:52  airborne
2059
2206
 
2060
2207
        * include/cddb/cddb_conn.h: use integers instead of internally
2061
 
        defined constants
 
2208
          defined constants
2062
2209
 
2063
2210
2003-04-12 18:56  airborne
2064
2211
 
2065
2212
        * lib/cddb_cmd.c: fixed problem with cache being used while trying
2066
 
        to read from network
 
2213
          to read from network
2067
2214
 
2068
2215
2003-04-12 18:55  airborne
2069
2216
 
2070
2217
        * include/cddb/cddb_conn.h, lib/cddb_conn.c: added some setters,
2071
 
        added cache read flag
 
2218
          added cache read flag
2072
2219
 
2073
2220
2003-04-11 22:29  airborne
2074
2221
 
2075
 
        * lib/Makefile.am: more compiler options to improve code sanity
 
2222
        * lib/Makefile.am, src/Makefile.am: more compiler options to
 
2223
          improve code sanity
2076
2224
 
2077
2225
2003-04-11 22:27  airborne
2078
2226
 
2081
2229
2003-04-11 22:26  airborne
2082
2230
 
2083
2231
        * include/cddb/cddb_regex.h, lib/cddb_cmd.c: fix some compiler
2084
 
        warnings
 
2232
          warnings
2085
2233
 
2086
2234
2003-04-11 22:24  airborne
2087
2235
 
2101
2249
 
2102
2250
2003-03-04 20:53  airborne
2103
2251
 
2104
 
        * lib/Makefile.am: treat compiler warnings as errors
 
2252
        * lib/Makefile.am, src/Makefile.am: treat compiler warnings as
 
2253
          errors
2105
2254
 
2106
2255
2003-03-04 20:51  airborne
2107
2256
 
2108
2257
        * include/cddb/cddb_conn_ni.h: added getter for file descriptor of
2109
 
        cached entry
 
2258
          cached entry
2110
2259
 
2111
2260
2003-03-04 20:51  airborne
2112
2261
 
2113
2262
        * include/cddb/: cddb_conn.h, cddb_ni.h: do not use socket as file
2114
 
        descriptor (BeOS)
 
2263
          descriptor (BeOS)
2115
2264
 
2116
2265
2003-03-04 20:07  airborne
2117
2266
 
2128
2277
2003-02-04 22:15  airborne
2129
2278
 
2130
2279
        * lib/Makefile.am, include/cddb/Makefile.am: added networking
2131
 
        source files
 
2280
          source files
2132
2281
 
2133
2282
2003-02-03 22:11  airborne
2134
2283
 
2137
2286
2003-02-03 20:19  airborne
2138
2287
 
2139
2288
        * include/cddb/cddb_cmd_ni.h, lib/cddb_cmd.c, lib/cddb_conn.c:
2140
 
        fixed some non-constant const pointers
 
2289
          fixed some non-constant const pointers
2141
2290
 
2142
2291
2003-01-27 22:54  airborne
2143
2292
 
2158
2307
2003-01-27 22:34  airborne
2159
2308
 
2160
2309
        * lib/cddb_regex.c, include/cddb/cddb_regex.h: removed const
2161
 
        modifiers to avoid compiler warnings
 
2310
          modifiers to avoid compiler warnings
2162
2311
 
2163
2312
2003-01-27 22:31  airborne
2164
2313
 
2165
2314
        * lib/cddb_cmd.c: added multi-line support (based on patch by David
2166
 
        Mitchell)
 
2315
          Mitchell)
2167
2316
 
2168
2317
2003-01-27 22:19  airborne
2169
2318
 
2172
2321
2003-01-27 22:15  airborne
2173
2322
 
2174
2323
        * include/cddb/cddb_disc.h, include/cddb/cddb_track.h,
2175
 
        lib/cddb_disc.c, lib/cddb_track.c: support for incremental creation
2176
 
        of disc/track artist names and titles (thx David Mitchell)
 
2324
          lib/cddb_disc.c, lib/cddb_track.c: support for incremental
 
2325
          creation of disc/track artist names and titles (thx David
 
2326
          Mitchell)
2177
2327
 
2178
2328
2003-01-27 20:07  airborne
2179
2329
 
2180
2330
        * include/cddb/: cddb.h, cddb_cmd.h, cddb_cmd_ni.h, cddb_conn.h,
2181
 
        cddb_conn_ni.h, cddb_disc.h, cddb_error.h, cddb_ni.h, cddb_regex.h,
2182
 
        cddb_track.h, debug.h: C++ extern declaration (thx to David
2183
 
        Mitchell and David Collett)
 
2331
          cddb_conn_ni.h, cddb_disc.h, cddb_error.h, cddb_ni.h,
 
2332
          cddb_regex.h, cddb_track.h, debug.h: C++ extern declaration (thx
 
2333
          to David Mitchell and David Collett)
2184
2334
 
2185
2335
2002-12-18 20:25  airborne
2186
2336
 
2187
2337
        * include/cddb/cddb_disc.h, lib/cddb_cmd.c, lib/cddb_disc.c: added
2188
 
        support for disc year (original patch by David Mitchell)
 
2338
          support for disc year (original patch by David Mitchell)
2189
2339
 
2190
2340
2002-12-02 22:48  airborne
2191
2341
 
2226
2376
2002-11-18 23:19  airborne
2227
2377
 
2228
2378
        * include/cddb/cddb_cmd_ni.h, include/cddb/cddb_ni.h,
2229
 
        lib/cddb_cmd.c, lib/cddb_conn.c: enable protocol version 5 in CDDBP
2230
 
        mode
 
2379
          lib/cddb_cmd.c, lib/cddb_conn.c: enable protocol version 5 in
 
2380
          CDDBP mode
2231
2381
 
2232
2382
2002-11-17 17:50  airborne
2233
2383
 
2236
2386
2002-11-17 17:46  airborne
2237
2387
 
2238
2388
        * include/cddb/cddb_disc.h, lib/cddb_cmd.c, lib/cddb_conn.c,
2239
 
        lib/cddb_disc.c: improved music genre support
 
2389
          lib/cddb_disc.c: improved music genre support
 
2390
 
 
2391
2002-11-17 17:45  airborne
 
2392
 
 
2393
        * src/main.c: replaces tabs with spaces
2240
2394
 
2241
2395
2002-11-17 17:45  airborne
2242
2396
 
2243
2397
        * lib/cddb_track.c: support for disc reference, added track artist
2244
 
        getter function
 
2398
          getter function
2245
2399
 
2246
2400
2002-11-17 17:35  airborne
2247
2401
 
2248
2402
        * include/cddb/cddb_track.h: add disc reference to track structure,
2249
 
        added track artist getter function
 
2403
          added track artist getter function
2250
2404
 
2251
2405
2002-11-17 17:33  airborne
2252
2406
 
2259
2413
2002-11-13 23:38  airborne
2260
2414
 
2261
2415
        * lib/cddb_conn.c: fix SIGPIPE problem when connection timed out
2262
 
        (an alternative solution is commented out)
 
2416
          (an alternative solution is commented out)
2263
2417
 
2264
2418
2002-11-11 21:40  joske
2265
2419
 
2266
2420
        * lib/cddb_cmd.c: if artist for track not given, use the artist
2267
 
        from the disc
 
2421
          from the disc
2268
2422
 
2269
2423
2002-11-10 17:35  airborne
2270
2424
 
2285
2439
2002-11-10 17:20  airborne
2286
2440
 
2287
2441
        * include/cddb/cddb_conn.h, include/cddb/cddb_ni.h, lib/cddb_cmd.c,
2288
 
        lib/cddb_conn.c, TODO: added HTTP proxy support
 
2442
          lib/cddb_conn.c, src/main.c, TODO: added HTTP proxy support
2289
2443
 
2290
2444
2002-11-08 18:41  airborne
2291
2445
 
2302
2456
2002-11-07 23:44  airborne
2303
2457
 
2304
2458
        * lib/cddb_cmd.c: conversion of 32 bit int sometimes failed with
2305
 
        strtol, so using strtoll now
 
2459
          strtol, so using strtoll now
2306
2460
 
2307
2461
2002-11-07 22:12  airborne
2308
2462
 
2315
2469
2002-11-05 00:03  airborne
2316
2470
 
2317
2471
        * lib/cddb_cmd.c: query data parser now also extracts disc ID,
2318
 
        necessary for inexact matches
 
2472
          necessary for inexact matches
2319
2473
 
2320
2474
2002-11-05 00:01  airborne
2321
2475
 
2322
2476
        * lib/: cddb_disc.c, cddb_track.c: null pointer prevention in debug
2323
 
        print routine
 
2477
          print routine
2324
2478
 
2325
2479
2002-11-05 00:00  airborne
2326
2480
 
2333
2487
2002-11-03 11:28  airborne
2334
2488
 
2335
2489
        * include/cddb/cddb_cmd.h, lib/cddb_cmd.c: let cddb_query return
2336
 
        the number of matches found
 
2490
          the number of matches found
2337
2491
 
2338
2492
2002-11-03 11:27  airborne
2339
2493
 
2346
2500
2002-11-02 17:49  airborne
2347
2501
 
2348
2502
        * include/cddb/cddb_cmd.h, include/cddb/cddb_cmd_ni.h,
2349
 
        include/cddb/cddb_conn.h, lib/cddb_cmd.c, lib/cddb_conn.c: Added
2350
 
        support for CDDB query inexact matches.
 
2503
          include/cddb/cddb_conn.h, lib/cddb_cmd.c, lib/cddb_conn.c: Added
 
2504
          support for CDDB query inexact matches.
2351
2505
 
2352
2506
2002-11-02 17:45  airborne
2353
2507
 
2354
2508
        * include/cddb/cddb_disc.h, include/cddb/cddb_track.h,
2355
 
        lib/cddb_disc.c, lib/cddb_track.c: Added support for cloning and
2356
 
        copying tracks and discs
 
2509
          lib/cddb_disc.c, lib/cddb_track.c: Added support for cloning and
 
2510
          copying tracks and discs
2357
2511
 
2358
2512
2002-11-02 14:18  airborne
2359
2513
 
2362
2516
2002-11-02 09:49  airborne
2363
2517
 
2364
2518
        * lib/cddb_cmd.c: Increment track number when reading frame
2365
 
        offsets.
 
2519
          offsets.
2366
2520
 
2367
2521
2002-11-02 09:21  airborne
2368
2522
 
2369
2523
        * .cvsignore, doc/.cvsignore, include/.cvsignore,
2370
 
        include/cddb/.cvsignore, lib/.cvsignore: Initial revision
 
2524
          include/cddb/.cvsignore, lib/.cvsignore, src/.cvsignore: Initial
 
2525
          revision
2371
2526
 
2372
2527
2002-11-02 09:13  airborne
2373
2528
 
2374
2529
        * lib/cddb_cmd.c: Added support for track number.  Fixed bug in
2375
 
        cddb_read causing it to add already existing tracks.
 
2530
          cddb_read causing it to add already existing tracks.
2376
2531
 
2377
2532
2002-11-02 09:12  airborne
2378
2533
 
2379
 
        * lib/cddb_disc.c: Added setter methods for disc artist and title. 
2380
 
        Added support for track number.
 
2534
        * lib/cddb_disc.c: Added setter methods for disc artist and title.
 
2535
          Added support for track number.
2381
2536
 
2382
2537
2002-11-02 09:10  airborne
2383
2538
 
2384
2539
        * lib/cddb_track.c: Added track number and length to track
2385
 
        structure.  Added setter methods for track artist and title.
 
2540
          structure.  Added setter methods for track artist and title.
2386
2541
 
2387
2542
2002-11-02 09:08  airborne
2388
2543
 
2389
2544
        * include/cddb/cddb_disc.h: Added setter methods for disc artist
2390
 
        and title.
 
2545
          and title.
2391
2546
 
2392
2547
2002-11-02 09:07  airborne
2393
2548
 
2394
2549
        * include/cddb/cddb_track.h: Added track number and length to track
2395
 
        structure.  Added setters methods for track artist and title.
 
2550
          structure.  Added setters methods for track artist and title.
2396
2551
 
2397
2552
2002-11-02 09:06  airborne
2398
2553
 
2401
2556
2002-10-28 21:14  airborne
2402
2557
 
2403
2558
        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
2404
 
        TODO, acconfig.h, bootstrap, configure.in, doc/doxygen.conf,
2405
 
        include/Makefile.am, include/cddb/Makefile.am, include/cddb/cddb.h,
2406
 
        include/cddb/cddb_cmd.h, include/cddb/cddb_cmd_ni.h,
2407
 
        include/cddb/cddb_conn.h, include/cddb/cddb_conn_ni.h,
2408
 
        include/cddb/cddb_disc.h, include/cddb/cddb_error.h,
2409
 
        include/cddb/cddb_ni.h, include/cddb/cddb_regex.h,
2410
 
        include/cddb/cddb_track.h, include/cddb/debug.h, lib/Makefile.am,
2411
 
        lib/cddb_cmd.c, lib/cddb_conn.c, lib/cddb_disc.c, lib/cddb_error.c,
2412
 
        lib/cddb_regex.c, lib/cddb_track.c: Initial revision
 
2559
          TODO, acconfig.h, bootstrap, configure.in, doc/doxygen.conf,
 
2560
          include/Makefile.am, include/cddb/Makefile.am,
 
2561
          include/cddb/cddb.h, include/cddb/cddb_cmd.h,
 
2562
          include/cddb/cddb_cmd_ni.h, include/cddb/cddb_conn.h,
 
2563
          include/cddb/cddb_conn_ni.h, include/cddb/cddb_disc.h,
 
2564
          include/cddb/cddb_error.h, include/cddb/cddb_ni.h,
 
2565
          include/cddb/cddb_regex.h, include/cddb/cddb_track.h,
 
2566
          include/cddb/debug.h, lib/Makefile.am, lib/cddb_cmd.c,
 
2567
          lib/cddb_conn.c, lib/cddb_disc.c, lib/cddb_error.c,
 
2568
          lib/cddb_regex.c, lib/cddb_track.c, src/Makefile.am, src/main.c:
 
2569
          Initial revision
2413
2570