[xiph-cvs] r6474 - in trunk/positron: . scripts
volsung at xiph.org
volsung at xiph.org
Tue Mar 30 14:53:27 PST 2004
Author: volsung
Date: 2004-03-30 17:53:26 -0500 (Tue, 30 Mar 2004)
New Revision: 6474
Modified:
trunk/positron/ChangeLog
trunk/positron/README
trunk/positron/TODO
trunk/positron/scripts/positron
Log:
Documentation updates
<p>Modified: trunk/positron/ChangeLog
===================================================================
--- trunk/positron/ChangeLog 2004-03-30 16:30:54 UTC (rev 6473)
+++ trunk/positron/ChangeLog 2004-03-30 22:53:26 UTC (rev 6474)
@@ -1,4 +1,4 @@
-Version ??? (???):
+Version 1.1 (April 1, 2004):
* mp3_support option added to permit MP3 support to be disabled.
Handy for testing firmwares that lack MP3 support.
* Fixed serious bug that caused deletion of multiple files to be done
@@ -12,6 +12,12 @@
existing databases.
* Database handling fix that forces firmwares after 1.41 to cache
the database when it is modified.
+ * Informational messages when scanning directories for files so
+ you know something is going on.
+ * Better error reporting when database directory is not present.
+ * Ogg Vorbis support turned on by default.
+ * Eliminated warnings in Python 2.3 about character encodings
+ in *_zip.py files.
Version 1.0 (June 19, 2003):
* Ogg Vorbis support added. (Turned off by default) Requires
Modified: trunk/positron/README
===================================================================
--- trunk/positron/README 2004-03-30 16:30:54 UTC (rev 6473)
+++ trunk/positron/README 2004-03-30 22:53:26 UTC (rev 6474)
@@ -1,7 +1,7 @@
positron - Neuros Synchronization Manager for Linux
-Version 1.0
+Version 1.1
-Copyright 2003 - Xiph.org Foundation
+Copyright 2003-2004 - Xiph.org Foundation
Written and maintained by Stan Seibert <volsung at xiph.org>
MP3Info.py: Copyright 2002 - Vivake Gupta (vivakeATomniscia.org).
@@ -95,11 +95,12 @@
BACKING UP THE DATABASE
-Because positron is beta release software, it would be best to back up
-the Neuros database before use. You can do this by copying the entire
-"WOID_DB" directory on the Neuros to some safe location. If you need
-to restore the database, just remove the "WOID_DB" directory on the
-Neuros and copy your backup copy of the directory in its place.
+Given various bug reports about lockups when doing USB transfers to
+the Neuros in Linux, it would be best to back up the Neuros database
+before use. You can do this by copying the entire "WOID_DB" directory
+on the Neuros to some safe location. If you need to restore the
+database, just remove the "WOID_DB" directory on the Neuros and copy
+your backup copy of the directory in its place.
USAGE
Modified: trunk/positron/TODO
===================================================================
--- trunk/positron/TODO 2004-03-30 16:30:54 UTC (rev 6473)
+++ trunk/positron/TODO 2004-03-30 22:53:26 UTC (rev 6474)
@@ -3,8 +3,6 @@
Bugs
----
-* Sorting entries in PAI modules.
-
* A file can be added to the database twice if the file is removed
from disk but not the database, then it is added again.
@@ -14,14 +12,6 @@
Features
--------
-* Proper detection of valid music file attributes (title, genre, time,
-etc) in Ogg Vorbis files.
-
-* General music format framework and API for both detecting music info
-and transcoding to a format the Neuros supports. Needs to be
-flexible enough to support firmware that only does MP3 as well as
-firmware that can do both MP3 and Ogg.
-
* HiSi identification support
* Playlist management
Modified: trunk/positron/scripts/positron
===================================================================
--- trunk/positron/scripts/positron 2004-03-30 16:30:54 UTC (rev 6473)
+++ trunk/positron/scripts/positron 2004-03-30 22:53:26 UTC (rev 6474)
@@ -33,7 +33,7 @@
import positron.ports
-version = "positron version 1.0"
+version = "positron version 1.1"
# Hash table of commands. The first value in the tuple is the module
# where the command is stored. The second value is the order to
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list