From: <suc...@us...> - 2006-07-05 10:43:30
|
Revision: 121 Author: sucknblow Date: 2006-07-05 03:43:25 -0700 (Wed, 05 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=121&view=rev Log Message: ----------- Oh, what a lot of improvements we've made for 0.12. :o) Modified Paths: -------------- trunk/ChangeLog Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-07-05 10:20:27 UTC (rev 120) +++ trunk/ChangeLog 2006-07-05 10:43:25 UTC (rev 121) @@ -5,8 +5,15 @@ - Command line options for easypmp have changed (now easier to type). - Easypmp now has a manual page. - Support for Samsung YH-920 added. +- Support iriver H10 [5GB/6GB] UMS firmware 2.53. +- Store file timestamp in Samsung databases to improve database update. +- Automatically detect local character encoding. +- The --list-devices option now outputs to stdout, rather than stderr. +- Fixed crash when updating databases on Samsung devices. - Fixed crash when reading Ogg Vorbis tags. +- Fixed crash when using --strip-words on files with no artist tag. - Bug fix for reading playists using iriverplus2 devices. +- Information about copyright owners and licenses now more comprehensive. Changes in 0.11 - POSIX code updated: now works on Linux. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ny...@us...> - 2006-07-06 17:01:54
|
Revision: 123 Author: nyaochi Date: 2006-07-06 10:01:48 -0700 (Thu, 06 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=123&view=rev Log Message: ----------- Added ChangeLog entries for version 0.1 to 0.10. Please feel free to revise my English. Modified Paths: -------------- trunk/ChangeLog Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-07-06 11:06:04 UTC (rev 122) +++ trunk/ChangeLog 2006-07-06 17:01:48 UTC (rev 123) @@ -1,7 +1,7 @@ ChangeLog file for pmplib - Changes in 0.12 + Changes in 0.12 (TBD) - Command line options for easypmp have changed (now easier to type). - Easypmp now has a manual page. - Support for Samsung YH-920 added. @@ -15,11 +15,51 @@ - Bug fix for reading playists using iriverplus2 devices. - Information about copyright owners and licenses now more comprehensive. - Changes in 0.11 + Changes in 0.11 (2006-06-06) - POSIX code updated: now works on Linux. -- Bug-fix in playlist conversion for iRiver Plus2 -- Strip words in artist names -- Plugins installed into $(libdir)/pmplib +- Bug-fix in playlist conversion for iRiver Plus2. +- Strip words in artist names. +- Plugins installed into $(libdir)/pmplib. - Debian packaging scripts available (although not policy compliant). -- U10 1.65 supported +- U10 1.65 supported. + Changes in 0.10 (2006-05-25) +- U10 1.64 supported. + + Changes in 0.9 (2006-05-06) +- New JavaScript playlist (JSPL) specification for better flexibility. +- Bug fix for JSPL when database rebuild/update is not specified. +- Support for Samsung YH-820 added. +- Support for Samsung YH-925 added. +- PMPlib now has an official web site (http://pmplib.sourceforge.net/). + + Changes in 0.8 (2006-02-13) +- JavaScript playlist (JSPL) added. +- EasyPMP now utilizes folder/file names to obtain media information. +- Bug fix for playlist conversion using PortalPlayer devices. + + Changes in 0.7 (2006-02-11) +- Support for Medion MDJuke 440 and MDJuke220 added. + + Changes in 0.6 (2006-01-24) +- Bug fix in database writer for iriverplus2 devices. + + Changes in 0.5 (2006-01-09) +- EasyPMP now has Win32 GUI. + + Changes in 0.4 (2006-01-03) +- Update mode for media database and playlist conversion implemented. +- Command line options for EasyPMP have changed. +- License changes (GPL to LGPL) for some DLLs. + + Changes in 0.3 (2006-01-01) +- Support for iriver H10 UMS and MTP players added. +- Playlist conversion for all supported devices implemented. +- Bug fix in database writer for iriverplus2 devices. +- Internal libraries released as dynamic link libraries (DLLs). + + Changes in 0.2 (2006-12-24) +- Support for iriver H100/300 series (aka. iRivNavi.iDB) added. + + Changes in 0.1 (2006-12-23) +- Initial attempt to read/write media database for iriverplus2 devices. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ny...@us...> - 2006-07-29 15:46:36
|
Revision: 143 Author: nyaochi Date: 2006-07-29 08:27:47 -0700 (Sat, 29 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=143&view=rev Log Message: ----------- Updated ChangeLog. Modified Paths: -------------- trunk/ChangeLog Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-07-29 05:26:08 UTC (rev 142) +++ trunk/ChangeLog 2006-07-29 15:27:47 UTC (rev 143) @@ -12,7 +12,10 @@ - Fixed crash when updating databases on Samsung devices. - Fixed crash when reading Ogg Vorbis tags. - Fixed crash when using --strip-words on files with no artist tag. +- Bug fix in string conversion with iconv. +- Bug fix for stripping words such as 'the' in artist names. - Bug fix for reading playists using iriverplus2 devices. +- Show error messages from SpiderMonkey (JavaScript engine). - Information about copyright owners and licenses now more comprehensive. Changes in 0.11 (2006-06-06) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |