|
From: Michael R. <mr...@us...> - 2003-10-21 17:26:56
|
Update of /cvsroot/xine/xine-lib
In directory sc8-pr-cvs1:/tmp/cvs-serv25716
Modified Files:
TODO
Log Message:
adding members in the middle of an engine structure breaks plugin API
solutions: increase (in this case: ALL) plugin interface versions or
add the new member at the end
taking solution 2 for now and adding a TODO-item for later
Index: TODO
===================================================================
RCS file: /cvsroot/xine/xine-lib/TODO,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- TODO 13 Oct 2003 17:14:17 -0000 1.64
+++ TODO 21 Oct 2003 16:08:04 -0000 1.65
@@ -31,7 +31,8 @@
1-alpha/beta/rc series to demonstarte this to end users)
1-rc6 Most compile warnings are fixed. Hopefully the translators have
- finished their job as well.
+ finished their job as well. xine engine structures have been
+ looked over and some resorting/reorganizing has been done.
1-rc7 All known bugs should be fixed now. There is a big call for
testers. If they don't find any new bugs for at least a week,
@@ -70,6 +71,7 @@
- rename config entries to a more consistent scheme
(providing automatic config file conversion, of course)
- sort out which messages should go to console and which to xine_log
+- look over global structures and do some cleanup
- id3v2.3,v2.4 support
- "metainfo change" event
- new demuxers/decoders (eg. matroska)
|