From: Robert K. <may...@us...> - 2001-07-31 23:04:22
|
Update of /cvsroot/bitcollider/bitcollider In directory usw-pr-cvs1:/tmp/cvs-serv20184 Modified Files: ChangeLog Log Message: Added the needed lt_dlinit() and lt_dlopen() calls and updated the changelog to reflect the ID3v2 bug fix. Index: ChangeLog =================================================================== RCS file: /cvsroot/bitcollider/bitcollider/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** ChangeLog 2001/07/24 02:02:08 1.4 --- ChangeLog 2001/07/31 23:04:20 1.5 *************** *** 2,5 **** --- 2,8 ---- ------------------------- + - ID3v2 genres were being reported as strings and not as numeric ID3v1 + equivalents. Now all ID3v2 genres that map to ID3v1 genres should + work ok. - fixed bug where an extra semi-colon would cause an if-block to always execute and sometimes crash. |