source: mp3-find/trunk/Changes @ 34

Last change on this file since 34 was 34, checked in by peter, 18 years ago
  • added tests for the new database methods
  • updated docs for DB.pm
  • added new test file to the MANIFEST
  • updated public changelog (Changes)
File size: 996 bytes
Line 
1Revision history for Perl extension MP3::Find.
2
30.06
4    - deprecated the create_db, update_db, and sync_db methods
5    - databases can be selected by a custom DSN or an already open database handle
6
70.05 28 Apr 2006
8    - mp3find searches in ID3v2 tags if MP3::Tag is available
9    - using Sort::Key for sorting of results (if available)
10
110.04  2 Apr 2006
12    - BUGFIX: fixed tests that were failing because the test mp3 was not included
13    - added "status_callback" option to DB backend constructor
14
150.03  27 Mar 2006
16    - added "exclude_path" option to filesystem backend
17    - added "sync_db" method to the DB backend
18    - added support for searching by ID3v2 tag (using MP3::Tag)
19
200.02  1 Feb 2006
21    - doc updates to MP3::Find (thanks to Mike Slass for the suggestion)
22    - added a test suite for the DB backend
23    - DB management functions are now in the DB backend
24    - rewrote (and documented) mp3db to use the new DB backend functions
25
260.01  29 Jan 2006
27    - first CPAN release
Note: See TracBrowser for help on using the repository browser.