2006-10-15 14:11  airborne

	* lib/Makefile.am: library version info bumped to 4:3:2

2006-10-15 14:09  airborne

	* NEWS: added 1.3.0 news

2006-10-15 13:55  airborne

	* lib/cddb_track.c: use RETURN_STR_OR_EMPTY whenever a string is
	  returned, do no return disc artist for track if
	  CDDB_F_NO_TRACK_ARTIST is set

2006-10-15 13:53  airborne

	* lib/: cddb_conn.c, cddb_disc.c: use RETURN_STR_OR_EMPTY whenever
	  a string is returned

2006-10-15 13:51  airborne

	* lib/cddb.c: added libcddb_flags, libcddb_set_flags and
	  libcddb_reset_flags functions

2006-10-15 13:50  airborne

	* include/cddb/cddb_ni.h: added libcddb_flags function and
	  RETURN_STR_OR_EMPTY macro

2006-10-15 13:48  airborne

	* include/cddb/cddb.h: added cddb_flag_t enum, libcddb_set_flags
	  and libcddb_reset_flags functions

2006-10-15 12:10  airborne

	* lib/cddb_cmd.c: added debug trace to cddb_album_next

2006-10-15 12:08  airborne

	* tests/check_server.sh: added test for album command, disabled
	  text search test (no longer supported on server)

2006-10-15 12:07  airborne

	* tests/settings.sh.in: fix query result check

2006-10-15 11:09  airborne

	* configure.ac: version bumped to 1.3.0

2006-10-15 11:04  airborne

	* examples/do_album.c: initial version

2006-10-15 11:03  airborne

	* lib/cddb_cmd.c: added cddb_album and cddb_album_next functions

2006-10-15 10:59  airborne

	* include/cddb/cddb_ni.h: added STR_OR_EMPTY macro

2006-10-15 10:59  airborne

	* include/cddb/cddb_cmd_ni.h: added CMD_ALBUM

2006-10-15 10:58  airborne

	* include/cddb/cddb_cmd.h: added cddb_album and cddb_album_next
	  functions

2006-10-15 10:57  airborne

	* examples/main.c: added support for the album command

2006-10-15 10:54  airborne

	* examples/main.h: added do_album function

2006-10-15 10:53  airborne

	* examples/Makefile.am: added do_album.c

2006-10-15 08:53  airborne

	* lib/cddb_cmd.c: fix extended data processing

2006-10-15 08:52  airborne

	* lib/cddb_util.c: fix compiler warnings

2006-10-15 08:51  airborne

	* include/cddb/cddb_track.h: fix indent

2006-10-15 08:50  airborne

	* examples/do_display.c: handle empty strings in output

2006-09-29 18:03  airborne

	* ChangeLog: [no log message]

2006-09-29 18:02  airborne

	* lib/Makefile.am: library version info bumped to 3:2:1

2006-09-29 18:01  airborne

	* examples/cd_access.c: updated includes for libcdio

2006-09-29 18:00  airborne

	* configure.ac: version bumped to 1.2.1 libcdio required version
	  bumped to 0.76

2006-09-29 17:38  airborne

	* ChangeLog: [no log message]

2006-09-29 17:36  airborne

	* NEWS: added 1.2.2 news

2006-09-29 17:34  airborne

	* lib/cddb_cmd.c: bugfix: correctly specify character set on
	  submission

2005-08-04 20:57  airborne

	* ChangeLog: [no log message]

2005-08-04 20:56  airborne

	* NEWS: added 1.2.1 news

2005-08-04 20:55  airborne

	* lib/Makefile.am: library version info bumped to 3:1:1

2005-08-04 20:48  airborne

	* configure.ac: version bumped to 1.2.1

2005-08-04 20:44  airborne

	* lib/cddb_cmd.c: changed default text search grouping to per
	  category (iso none)

2005-08-03 20:35  airborne

	* lib/cddb_cmd.c: use text search parameters provided by user

2005-08-03 20:28  airborne

	* lib/cddb_conn.c: added functions to set text search parameters,
	  initialize default parameters at creation of connection

2005-08-03 20:27  airborne

	* include/cddb/cddb_conn_ni.h: added text search parameter
	  structure

2005-08-03 20:25  airborne

	* include/cddb/cddb_conn.h: added functions and constants for
	  setting text search parameters

2005-07-31 13:25  airborne

	* configure.ac: remove -O0 in maintainer mode so that uninitialized
	  variables are reported

2005-07-31 13:08  airborne

	* lib/cddb_cmd.c: fix uninitialized variable (return value)

2005-07-23 12:28  airborne

	* configure.ac: use bzip2 for distribution archive

2005-07-23 11:54  airborne

	* ChangeLog, NEWS: added 1.2.0 changes

2005-07-23 11:51  airborne

	* lib/Makefile.am: updated library version

2005-07-23 11:44  airborne

	* tests/settings.sh.in: removed obsolete QUERY_HASH parameter

2005-07-23 11:43  airborne

	* tests/check_server.sh: removed obsolete QUERY_HASH parameter,
	  added text search test

2005-07-23 11:42  airborne

	* examples/main.c: free global strings

2005-07-23 11:41  airborne

	* configure.ac: version bumped to 1.2.0, added gettext version
	  (iconv dependency)

2005-07-23 11:40  airborne

	* bootstrap: added autopoint (config.rpath fix, iconv/gettext
	  dependency)

2005-07-23 11:39  airborne

	* .cvsignore: added files generated by autopoint

2005-07-23 11:35  airborne

	* tests/testdata/: 56c2171b89496518.txt, b2bba00e1890d659.txt: no
	  longer used in query tests

2005-07-23 09:23  airborne

	* lib/cddb_regex.c: free site regex data

2005-07-23 09:22  airborne

	* lib/cddb_cmd.c: clone proxy settings in search command

2005-07-23 09:21  airborne

	* lib/cddb_conn.c: added function to clone proxy parameters from
	  one connection to another

2005-07-23 09:20  airborne

	* include/cddb/cddb_conn_ni.h: added prototype for proxy parameter
	  cloning function

2005-07-23 09:19  airborne

	* examples/main.h: do_search now needs disc structure parameter

2005-07-23 09:17  airborne

	* examples/main.c: disc now created outside of do_search function

2005-07-23 09:10  airborne

	* examples/do_search.c: disc structure provided by caller

2005-07-23 09:09  airborne

	* TODO: [no log message]

2005-07-17 12:03  airborne

	* doc/freedb.howto.txt: Howto from freedb.org v1.07 (2004/01/08)

2005-07-17 12:01  airborne

	* examples/do_search.c: initial version

2005-07-17 11:59  airborne

	* misc/libcddb.ebuild: removed libcdio dependency (to avoid
	  circular dependency problems)

2005-07-17 11:58  airborne

	* lib/cddb_regex.c: added text search results regex, added hex
	  number parser

2005-07-17 11:56  airborne

	* lib/cddb_cmd.c: added implementation of new search functionality
	  (first version, clean-up still necessary)

2005-07-17 11:53  airborne

	* lib/cddb.c: added search connection initialization code

2005-07-17 11:51  airborne

	* include/cddb/cddb_regex.h: added function prototype to extract
	  hex number, added external declaration for text search results
	  regex

2005-07-17 11:48  airborne

	* include/cddb/cddb_ni.h: added external reference for search
	  connection

2005-07-17 11:47  airborne

	* include/cddb/cddb_cmd_ni.h: typedefed command enumeration, added
	  search command constant

2005-07-17 11:46  airborne

	* include/cddb/cddb_cmd.h: added search command prototypes, cleaned
	  up some docs

2005-07-17 11:44  airborne

	* examples/main.c: added code for new search functionality

2005-07-17 11:43  airborne

	* examples/main.h: added do_search function prototype

2005-07-17 11:42  airborne

	* examples/do_query.c: fixed typo in comment

2005-07-17 11:41  airborne

	* examples/Makefile.am: added do_search.c file

2005-07-17 11:39  airborne

	* configure.ac: version bumped to 1.2.0-cvs

2005-07-09 12:53  airborne

	* include/cddb/cddb_cmd.h: updated sites command doc

2005-07-09 11:32  airborne

	* doc/doxygen.conf: excluded some header files

2005-07-09 11:08  airborne

	* ChangeLog: added 1.1.0 changes

2005-07-09 11:07  airborne

	* NEWS: addede 1.1.0 changes

2005-07-09 10:45  airborne

	* configure.ac: updated LIBCDDB_VERSION_NUM version to 110

2005-07-09 10:35  airborne

	* lib/: cddb_track.c, cddb_disc.c, cddb_conn.c: added function
	  implementations for previously #defined functions

2005-07-09 10:34  airborne

	* include/cddb/cddb_conn_ni.h: moved actual defintion of connection
	  structure to this file

2005-07-09 10:33  airborne

	* include/cddb/cddb_ni.h: moved definitions of track and disc
	  structures to this file

2005-07-09 10:32  airborne

	* include/cddb/cddb_disc.h: moved actual definition of cddb_disc_t
	  structure to cddb_ni.h converted #defined functions to regular
	  functions

2005-07-09 10:31  airborne

	* include/cddb/cddb_track.h: moved actual definition of
	  cddb_track_t structure to cddb_ni.h converted #defined functions
	  to regular functions

2005-07-09 10:29  airborne

	* include/cddb/cddb_conn.h: converted cache mode to enumerated type
	  actual definition of connection structure moved to cddb_conn_ni.h
	  converted #defined functions into regular functions

2005-07-09 10:25  airborne

	* examples/do_display.c: added const keyword for strings returned
	  by library

2005-07-09 10:20  airborne

	* examples/cd_access.c: use LBA instead of LSN

2005-07-09 10:18  airborne

	* configure.ac: bump version to 1.1.0

2005-06-15 18:22  airborne

	* TODO: removed sites command to do

2005-06-15 18:21  airborne

	* examples/main.c: removed obsolete comment

2005-06-15 18:21  airborne

	* examples/do_sites.c: a lot more documentation

2005-06-15 18:19  airborne

	* include/cddb/cddb_ni.h: added site iconv function, updated ASSERT
	  macros

2005-06-15 18:18  airborne

	* include/cddb/cddb_conn.h: added site setter, some const keyowrds

2005-06-15 18:15  airborne

	* lib/cddb_conn.c: added site setter, some const keywords

2005-06-15 18:13  airborne

	* lib/cddb_cmd.c: iconv support for sites

2005-06-15 18:12  airborne

	* lib/cddb_site.c: added const keyword where appropriate, added
	  iconv function

2005-06-15 18:08  airborne

	* include/cddb/cddb_site.h: added const keywords where appropriate,
	  fixed some docs

2005-05-30 21:36  airborne

	* include/cddb/cddb_ni.h: added range assert macro

2005-05-30 21:35  airborne

	* lib/cddb_site.c: added setters and the submit path

2005-05-30 21:34  airborne

	* include/cddb/cddb_site.h: added setters and the HTTP submit path

2005-05-29 10:24  airborne

	* examples/do_sites.c, include/cddb/cddb_site.h, include/cddb/ll.h,
	  lib/cddb_site.c, lib/ll.c: initial revision

2005-05-29 10:22  airborne

	* examples/Makefile.am: extra source do_sites.c

2005-05-29 10:21  airborne

	* examples/main.h: sites command integration

2005-05-29 10:21  airborne

	* examples/main.c: added code for sites command

2005-05-29 10:20  airborne

	* lib/cddb_regex.c: sites command regular expression function to
	  retrieve floating point match code clean-up

2005-05-29 10:19  airborne

	* lib/cddb_error.c: new error code for invalid input parameters

2005-05-29 10:18  airborne

	* lib/cddb_disc.c: comment clean-up

2005-05-29 10:16  airborne

	* lib/: cddb_cmd.c, cddb_conn.c: sites command integration query
	  result now uses linked list

2005-05-29 10:12  airborne

	* include/cddb/cddb_regex.h: added sites command regex added
	  function to retrieve floating point match

2005-05-29 10:11  airborne

	* include/cddb/cddb_ni.h: added ASSERT macros

2005-05-29 10:11  airborne

	* include/cddb/cddb_error.h: added error code to signal invalid
	  input parameters

2005-05-29 10:09  airborne

	* include/cddb/cddb_conn.h: sites command integration query results
	  now use the generic linked list structure

2005-05-29 10:08  airborne

	* include/cddb/cddb_cmd_ni.h: sites command integration query
	  results now use linked list (removed clear function)

2005-05-29 10:06  airborne

	* include/cddb/: cddb.h, cddb_cmd.h: sites command integration

2005-05-29 10:03  airborne

	* include/cddb/Makefile.am: sites command integration

2005-05-29 09:59  airborne

	* lib/Makefile.am: sites command integration, library version
	  bumped (new interface)

2005-05-29 09:54  airborne

	* configure.ac: version bumped to 1.1.0-cvs

2005-05-07 11:59  airborne

	* THANKS: [no log message]

2005-05-07 11:54  airborne

	* lib/Makefile.am: library implementation version incremented

2005-05-07 11:42  airborne

	* ChangeLog: added 1.0.2 changes

2005-05-07 11:41  airborne

	* NEWS: added changes between 1.0.1 and 1.0.2

2005-05-07 11:37  airborne

	* misc/libcddb.ebuild: sync with latest ebuild in portage

2005-05-07 11:36  airborne

	* TODO: [no log message]

2005-05-07 11:35  airborne

	* INSTALL: added entry about running 'ldconfig' after 'make
	  install'

2005-05-07 11:34  airborne

	* configure.ac: version bumped to 1.0.2

2005-05-07 11:33  airborne

	* lib/cddb_cmd.c: - return error on proxy authentication failure -
	  bugfix in frame offset parsing

2005-05-07 11:20  airborne

	* include/cddb/cddb_error.h, lib/cddb_error.c: added error code for
	  failed proxy authentication

2005-05-07 11:18  airborne

	* lib/cddb_conn.c: added new function
	  cddb_set_http_proxy_credentials

2005-05-07 11:16  airborne

	* include/cddb/cddb_conn.h: add new function
	  cddb_set_http_proxy_credentials

2005-05-07 11:13  airborne

	* examples/main.c: use new cddb_set_http_proxy_credentials function

2005-04-22 23:48  airborne

	* NEWS: added changes between 1.0.0 and 1.0.1

2005-04-22 23:45  airborne

	* ChangeLog: added 1.0.1 changes

2005-04-22 23:44  airborne

	* include/cddb/cddb_regex.h: extra include for MacOS X compilation

2005-04-22 23:43  airborne

	* include/cddb/cddb_ni.h, lib/cddb_util.c: iconv compiler warning
	  fix

2005-04-22 23:42  airborne

	* examples/cd_access.c: updated cdio message to reflect possible
	  use of --without-cdio option

2005-04-22 23:41  airborne

	* configure.ac: version bumped to 1.0.1, added --without-cdio
	  option

2005-04-22 23:40  airborne

	* THANKS: more and updated thanks

2005-04-22 23:40  airborne

	* .cvsignore: added build directory

2005-04-17 00:04  rockyb

	* lib/Makefile.am: cygwin library building needs LIBICONV

2005-04-16 23:49  rockyb

	* lib/.cvsignore: A couple more .lo files.

2005-04-16 22:12  airborne

	* NEWS: added changes between 0.9.5 and 1.0.0

2005-04-16 22:08  airborne

	* ChangeLog: added 1.0.0 changes

2005-04-16 22:05  airborne

	* TODO: [no log message]

2005-04-16 22:04  airborne

	* lib/cddb_cmd.c: added proxy authentication

2005-04-16 22:03  airborne

	* lib/cddb_conn.c: added proxy auth getters and setters

2005-04-16 22:02  airborne

	* lib/cddb_util.c: added base64 encoder

2005-04-16 21:59  airborne

	* include/cddb/cddb_ni.h: added base64 decoder prototype

2005-04-16 21:55  airborne

	* include/cddb/cddb_conn.h: added proxy user name and password
	  getters/setters

2005-04-16 21:54  airborne

	* examples/main.c: added proxy auth support

2005-04-16 21:53  airborne

	* configure.ac: version bumped to 1.0.0

2005-04-16 11:17  rockyb

	* include/cddb/.cvsignore: version.h is a derived file.

2005-04-16 11:15  rockyb

	* libcddb.pc.in: Another missing reference to libiconv

2005-04-16 05:31  rockyb

	* configure.ac, examples/Makefile.am: GNU/Linux includes libiconv
	  in its main libraries. Solaris (and probably many other OSes)
	  don't. Add automake check to see if libiconv is needed.

2005-04-08 03:55  rockyb

	* examples/cd_access.c: CdIo -> CdIo_t

2005-04-08 03:49  rockyb

	* include/cddb/: Makefile.am, version.h.in: Add a way to test from
	  inside an application what version of libcddb is getting used.
	  For this C Preprocessor variable LIBCDDB_VERSION_NUM was added.

	  Also added a string which applications can use to give a more
	  descriptive output of the version of libcddb in use.

2005-04-08 03:45  rockyb

	* configure.ac, include/cddb/cddb.h: Add a way to test from inside
	  an application what version of libcddb is getting used. For this
	  C Preprocessor variable LIBCDDB_VERSION_NUM was added.

	  Also added a string which applications can use to give a more
	  descriptive output of the version of libcddb in use.

2005-03-11 22:33  airborne

	* doc/doxygen.conf: auto-update for newer Doxygen version

2005-03-11 22:32  airborne

	* include/cddb/cddb_conn.h: doc update

2005-03-11 22:29  airborne

	* examples/cd_access.c, examples/do_display.c, examples/do_query.c,
	  examples/do_read.c, examples/main.c, examples/main.h,
	  include/cddb/cddb_cmd.h, include/cddb/cddb_cmd_ni.h,
	  include/cddb/cddb_config.h.in, include/cddb/cddb_conn.h,
	  include/cddb/cddb_conn_ni.h, include/cddb/cddb_disc.h,
	  include/cddb/cddb_error.h, include/cddb/cddb_log.h,
	  include/cddb/cddb_log_ni.h, include/cddb/cddb_net.h,
	  include/cddb/cddb_ni.h, include/cddb/cddb_track.h,
	  lib/cddb_cmd.c, lib/cddb_disc.c, lib/cddb_error.c,
	  lib/cddb_log.c, lib/cddb_net.c, lib/cddb_track.c,
	  lib/cddb_util.c: copyright extension into 2005

2005-03-11 22:25  airborne

	* configure.ac: version bumped to 1.0.0-cvs

2005-03-11 22:24  airborne

	* THANKS: [no log message]

2005-03-11 22:20  airborne

	* examples/main.c: shutdown library before terminating

2005-03-11 22:19  airborne

	* lib/cddb_regex.c: initialization flag moved to cddb.c,
	  re-indented the code

2005-03-11 22:17  airborne

	* lib/cddb_conn.c: regex initialization now done in library init
	  function, no automatic destruction

2005-03-11 22:14  airborne

	* lib/Makefile.am: added cddb.c

2005-03-11 22:13  airborne

	* include/cddb/cddb.h: added library init and shutdown routines

2005-03-11 22:11  airborne

	* lib/cddb.c: initial version

2005-02-04 22:10  rockyb

	* include/cddb/cddb_regex.h, lib/cddb_conn.c, lib/cddb_regex.c:
	  Plug memory leaks - wasn't freeing regex data.

2004-10-16 16:52  airborne

	* ChangeLog: added 0.9.6 changes

2004-10-16 16:51  airborne

	* NEWS: added changes between 0.9.5 and 0.9.6

2004-10-16 15:53  airborne

	* lib/cddb_util.c: conversion fails if out of memory

2004-10-16 10:09  airborne

	* lib/Makefile.am: incremented library revision number

2004-10-16 10:02  airborne

	* configure.ac: added extra substitution, used in unit tests
	  (settings.sh.in)

2004-10-16 10:00  airborne

	* tests/settings.sh.in: added iconv support

2004-10-16 10:00  airborne

	* tests/Makefile.am: added charset test script

2004-10-16 09:58  airborne

	* include/cddb/cddb_error.h, lib/cddb_error.c: moved line size
	  error back to its original location in enum (to stay backwards
	  compatible)

2004-10-16 09:56  airborne

	* tests/: testdata/12340000.ISO8859-1.txt,
	  testdata/12340000.UTF8.txt, check_charset.sh,
	  testcache/misc/12340000: initial revision

2004-10-16 08:32  airborne

	* lib/cddb_cmd.c: added character set conversion support for query
	  command

2004-10-15 21:43  airborne

	* lib/cddb_conn.c: [bugfix] make sure to alloc enough memory (thank
	  you Valgrind) [bugfix] fix memory leak (thank you Valgrind)

2004-10-15 21:42  airborne

	* include/cddb/cddb_conn_ni.h: [cosmetic] removed white space

2004-10-15 21:23  airborne

	* configure.ac: tab removal don't check for iconv_open (header file
	  should be enough)

2004-10-15 21:21  airborne

	* lib/cddb_conn.c: use new character set conversion structure

2004-10-15 21:07  airborne

	* lib/cddb_util.c: added conditional compile for character set
	  conversion

2004-10-15 21:05  airborne

	* lib/cddb_cmd.c: added character set conversion when writing CDDB
	  record [bugfix] make sure category is saved when genre is empty
	  string [bugfix] when writing prevent network access when
	  CACHE_ONLY is set

2004-10-15 21:01  airborne

	* lib/cddb_disc.c: conversion descriptor is parameter now
	  conditional compile (HAVE_ICONV_H) is no longer necessary here

2004-10-15 20:59  airborne

	* lib/cddb_track.c: conversion descriptor is parameter now
	  conditional compile (HAVE_ICONV_H) no longer necessary here

2004-10-15 20:55  airborne

	* include/cddb/cddb_ni.h: define dummy iconv_t type if no iconv.h
	  header is included

2004-10-15 20:54  airborne

	* include/cddb/cddb_conn_ni.h: iconv_t now always exists (see
	  cddb_ni.h)

2004-10-15 20:47  airborne

	* lib/cddb_regex.c: even more robust disc length parsing regex

2004-10-15 20:46  airborne

	* include/cddb/cddb_ni.h: include iconv header conversion funtions
	  now get iconv structure instead of cddb connection structure

2004-10-15 20:41  airborne

	* include/cddb/cddb_conn_ni.h: add structure for character set
	  conversion

2004-10-15 20:40  airborne

	* include/cddb/cddb_conn.h: avoid inclusion of optinal iconv.h in
	  installed header file use custom opaque structure instead

2004-10-09 08:14  airborne

	* lib/cddb_conn.c: free iconv structures

2004-10-08 23:18  airborne

	* misc/libcddb.ebuild: sync with portage tree version

2004-10-08 23:15  airborne

	* configure.ac: removed deprecated --enable-debug option, added
	  checks for iconv support, added check for realloc function,
	  updated maintainer CFLAGS (strdup caused problems with previous
	  set)

2004-10-08 23:13  airborne

	* lib/cddb_util.c: initial version

2004-10-08 23:12  airborne

	* lib/Makefile.am: added cddb_util.c file

2004-10-08 23:12  airborne

	* lib/cddb_cmd.c: convert strings to user character set after
	  parsing disc record

2004-10-08 23:09  airborne

	* lib/: cddb_disc.c, cddb_track.c: added character set conversion
	  function

2004-10-08 23:08  airborne

	* lib/cddb_conn.c: added character set conversion fields and
	  function

2004-10-08 23:05  airborne

	* examples/main.c: added option for defining character set on
	  command line

2004-10-08 23:03  airborne

	* include/cddb/cddb_ni.h: added prototypes for private character
	  set conversion functions, incremented protocol version to 6

2004-10-08 23:01  airborne

	* include/cddb/cddb_conn.h: added character set conversion fields
	  and fucntion

2004-10-08 22:59  airborne

	* include/cddb/cddb_error.h, lib/cddb_error.c: added character set
	  conversion errors

2004-10-08 21:55  airborne

	* lib/cddb_regex.c: [bugfix] FreeDB changed their spec, the string
	  " seconds" on disc length line is no longer mandatory

2004-07-24 07:41  airborne

	* configure.ac: version bumped to 0.9.6

2004-07-24 07:41  airborne

	* misc/libcddb.ebuild: updated libcdio requirement

2004-07-21 18:21  airborne

	* ChangeLog: added 0.9.5 changes

2004-07-21 18:19  airborne

	* NEWS: added changes between 0.9.4 and 0.9.5

2004-07-21 18:17  airborne

	* lib/cddb_net.c: updated functions to use cddb_conn_t struct as
	  parameter

2004-07-21 18:16  airborne

	* lib/cddb_error.c: updated message for CDDB_ERR_BUFFER_SIZE

2004-07-21 18:15  airborne

	* lib/cddb_conn.c: add setter for buffer size updated buffer
	  allocation

2004-07-21 18:14  airborne

	* lib/cddb_cmd.c: buffer size now field in connection context
	  updated parameters for changed API of network functions

2004-07-21 18:12  airborne

	* include/cddb/cddb_conn.h: added buffer size variable to
	  connection context updated docs

2004-07-21 18:11  airborne

	* include/cddb/cddb_net.h: most functions now receive a cddb_conn_t
	  structure

2004-07-21 18:09  airborne

	* include/cddb/cddb_ni.h: inserted constant DEFAULT_BUF_SIZE
	  (previously in cddb_cmd.h as LINE_SIZE)

2004-07-21 18:08  airborne

	* include/cddb/cddb_cmd.h: moved LINE_SIZE constant to cdb_ni.h
	  (renamed to DEFAULT_BUF_SIZE)

2004-07-21 14:33  airborne

	* TODO: removed error handling item

2004-07-21 14:33  airborne

	* THANKS: added credits for improved Mac OS X and Win32 support

2004-07-21 14:31  airborne

	* README: add testing section heading
[--snip--]
