From: <ny...@us...> - 2007-01-04 19:29:09
|
Revision: 240 http://svn.sourceforge.net/pmplib/?rev=240&view=rev Author: nyaochi Date: 2007-01-04 11:29:09 -0800 (Thu, 04 Jan 2007) Log Message: ----------- Some stuffs that were not included in PMPlib 0.13 alpha release. Modified Paths: -------------- trunk/pmplib/ChangeLog trunk/pmplib/README trunk/pmplib/configure.in Modified: trunk/pmplib/ChangeLog =================================================================== --- trunk/pmplib/ChangeLog 2007-01-04 03:55:02 UTC (rev 239) +++ trunk/pmplib/ChangeLog 2007-01-04 19:29:09 UTC (rev 240) @@ -1,6 +1,13 @@ ChangeLog file for pmplib + + Changes in 0.13 (2007-01-04) +- New database reader/writer for iriver E10 (pmp_iriverplus3). +- Playlist conversion for iriver E10 is planned in the upcoming release. +- Fit long progress reports in a line. +- Launch the new PMPlib forum. + Changes in 0.12 (2006-08-01) - Command line options for easypmp have changed (now easier to type). - Easypmp now has a manual page. Modified: trunk/pmplib/README =================================================================== --- trunk/pmplib/README 2007-01-04 03:55:02 UTC (rev 239) +++ trunk/pmplib/README 2007-01-04 19:29:09 UTC (rev 240) @@ -1,5 +1,5 @@ PMPLib - Version 0.12 + Version 0.13 http://pmplib.sourceforge.net/ * STRUCTURE Modified: trunk/pmplib/configure.in =================================================================== --- trunk/pmplib/configure.in 2007-01-04 03:55:02 UTC (rev 239) +++ trunk/pmplib/configure.in 2007-01-04 19:29:09 UTC (rev 240) @@ -27,7 +27,7 @@ dnl ------------------------------------------------------------------ dnl Initialization for automake dnl ------------------------------------------------------------------ -AM_INIT_AUTOMAKE(pmplib, 0.12) +AM_INIT_AUTOMAKE(pmplib, 0.13) AC_CONFIG_HEADERS(config.h) AM_MAINTAINER_MODE AM_C_PROTOTYPES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |