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  r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           