Subject: CVS commit: pkgsrc/audio/libcddb
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 09/20/2004 23:43:20
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Sep 20 23:43:20 UTC 2004

Modified Files:
	pkgsrc/audio/libcddb: Makefile PLIST distinfo
Removed Files:
	pkgsrc/audio/libcddb/patches: patch-aa

Log Message:
Update to 0.9.5:
CHANGES 0.9.4 -> 0.9.5

* It is now possible to query CD entries if you only know the track
  length.  Previous versions of libcddb needed the track offsets from
  the CD.  Track offsets will be calculated automatically when a
  length is specified and the offset is missing.  This is less precise
  than using the actual frame offsets.  So whenever possible use the
  offsets instead.

* Fixed some possible buffer overflows.  The internal buffer size has
  also been increased from 257 to 1024 bytes.  It is now also possible
  to change this buffer size in the cddb_cmd.h.

* Updated regression tests with less strict testing.  Changes in the
  queried CDDB entries should no longer trigger a test failure.

* Improved support for Win32 platforms (thx to Rocky Bernstein).

* improved support for Mac OS X (thx to Rocky Bernstein and Derk-Jan
  Hartman).

* It is now possible to specify the CD-ROM device to be used in the
  example program.

pkgsrc change:
Add TEST_TARGET.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/audio/libcddb/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/audio/libcddb/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/libcddb/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/audio/libcddb/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.