Subject: CVS commit: pkgsrc/audio/musicbrainz
To: None <pkgsrc-changes@netbsd.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 02/20/2003 18:02:37
Module Name: pkgsrc
Committed By: salo
Date: Thu Feb 20 16:02:36 UTC 2003
Modified Files:
pkgsrc/audio/musicbrainz: Makefile PLIST buildlink2.mk distinfo
Log Message:
Updated to version 2.0.0.
Addresses PR pkg/20446 by Matthias Friedrich.
Changes:
2.0.0:
======
- Removed some spurious C++ comments from mb_c.h
- Fixes and improvements to the python language bindings and tools
- Updated NetBSD cdrom reading code
2.0.0-pre4:
===========
- Two new functions have been added:
mb_GetFragmentFromURL - Retrieve a fragment from a URI
mb_GetOrdinalFromList - Retrieve a list ordinal from a given list --
this is sometimes needed to determine the
location of an item in a list. (e.g. a track
in an album in order to find the track number)
- The TRM code has been updated for TRM B#er.
- New queries have been added to queries.h in order to support the improved
FileLookupInterface.
- The client library now uses the mm-2.1 and mq-1.1 namespaces.
- The client library will now be referred to as libmusicbrainz
2.0.0-pre1:
===========
- Added authentication support
- Added new queries
- Added support for submitting client version to the server during TRM
submits
- Updated client code for TRM B#er
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/musicbrainz/Makefile \
pkgsrc/audio/musicbrainz/buildlink2.mk pkgsrc/audio/musicbrainz/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/audio/musicbrainz/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.