source: mp3-find/trunk/Changes

Last change on this file was 42, checked in by peter, 13 years ago

incremented version to 0.07

File size: 1.1 KB
RevLine 
[1]1Revision history for Perl extension MP3::Find.
2
[42]30.07  7 Jun 2011
4    - fixed tests that were failing due to a bad test plan
5
60.06  11 Jul 2006
[34]7    - deprecated the create_db, update_db, and sync_db methods
8    - databases can be selected by a custom DSN or an already open database handle
9
[42]100.05  28 Apr 2006
[25]11    - mp3find searches in ID3v2 tags if MP3::Tag is available
12    - using Sort::Key for sorting of results (if available)
13
[20]140.04  2 Apr 2006
15    - BUGFIX: fixed tests that were failing because the test mp3 was not included
16    - added "status_callback" option to DB backend constructor
17
[17]180.03  27 Mar 2006
[12]19    - added "exclude_path" option to filesystem backend
[13]20    - added "sync_db" method to the DB backend
[14]21    - added support for searching by ID3v2 tag (using MP3::Tag)
[6]22
[10]230.02  1 Feb 2006
24    - doc updates to MP3::Find (thanks to Mike Slass for the suggestion)
25    - added a test suite for the DB backend
26    - DB management functions are now in the DB backend
27    - rewrote (and documented) mp3db to use the new DB backend functions
[12]28
290.01  29 Jan 2006
30    - first CPAN release
Note: See TracBrowser for help on using the repository browser.