Author: duncan Date: Tue Oct 10 11:31:00 2006 New Revision: 8342 Modified: branches/rel-1-5/freevo/ChangeLog branches/rel-1-5/freevo/RELEASE_NOTES
Log: Updated for freevo-1.6 Modified: branches/rel-1-5/freevo/ChangeLog ============================================================================== --- branches/rel-1-5/freevo/ChangeLog (original) +++ branches/rel-1-5/freevo/ChangeLog Tue Oct 10 11:31:00 2006 @@ -3,6 +3,61 @@ $Id$ +Note +---- +Items marked (X#nnnnnnn) have a tracker item see: +X is (B)ugs or (F)eature request, #nnnnnnn is the tracker number +http://sourceforge.net/tracker/?group_id=46652 + +Release 1.6.0 (2006-10-31): +--------------------------- + + * New events to allow jump directly to menus, tv, movies, music and pictures (B#1567501) + * New multi-tuner support, to allow use of more than one tv card (F#1574282) + * New plug-in for wakeup and shutdown (B#1567885) + * New plug-in 'idlebar.diskfree' to show the available recording disk space (B#1567491) + * New plug-in 'ivtv_xine_tv' to allow pausing of live tv (B#1566518) + * New plug-in 'upsoon' interrupt tv or radio when a recording is about to start (F#1567895) + * Added Catalan translation (F#1512162) + * Added checks for prerequisite packages that were missing (B#1392996,#1566374) + * Added forcing of font and its size to override skin definitions (B#1563296,#1563299) + * Added many more skins to the freevo core package + * Added patch to disable installation of documentation for rpm builds (B#1565074) + * Added PLAY_START and STOP events for radio player (B#1567995) + * Updated df_xine is detected, use it for DVDs (B#1563026) + * Updated freevo tv_grab to report a failure (B#1567705) + * Updated generation of lircrc to allow more buttons to be detected (B#1567503) + * Updated LCDproc for 5.x series (B#1563153) + * Updated lirc handling to suspend and resume correctly (B#1567499) + * Updated menu for DVDs audio and subtitle tracks to use language name instead of code (B#1402649) + * Updated MPlayer tv plugin to pass MPLAYER_AO_DEV (B#1563334) + * Updated playing games to disable the joystick plugin (B#1566590) + * Updated radio player, no longer required the code to be changed (B#1563361,#1563944) + * Updated record server to allow separate pre- and post-padding times (B#1567502) + * Updated record server to ignore case of the title when scheduling a favorite (B#1574292) + * Updated the audio player to allow control when detached, automatic detaching (B#1567939) + * Updated tvtime with new play events (B#1563005) + * Updated tv_util to use TV_RECORDFILE_OKLETTERS (B#1566067) + * Updated webserver so that it can run as a non-privileged user (B#1567943) + * Updated xmltv to version 1.2 giving a significant increase in speed (B#1565080) + * Removed MPlayer and Xine version checks (B#1566373,#1574273) + * Removed -OO option from install (B#1565076) + * Fixed a mediamedia crash on non existent directory (B#1566584) + * Fixed cacheing when xmame is installed and GAMES_ITEMS is not set (B#1567549) + * Fixed cache scanning whole disk when an item is 'None' (B#1567549,#1571008) + * Fixed calls to lirc (B#1568113) + * Fixed cancellation of recording during freevo schedulefavorites (B#1565077) + * Fixed cdbackup plug-in when directory has a permission problem (B#1569162) + * Fixed coversearch when a non-ascii character is in Artist or Album name (B#1565765) + * Fixed detection of xmame version for new versions (B#1298350) + * Fixed favorite item not causing a problem it mod time (B#1563359) + * Fixed get mixer by name calls (B#1563365) + * Fixed idlebar clock display when using UTF-8 (B#1570917) + * Fixed mplayer tv plug-in to close the ivtv device (B#1567494) + * Fixed slide shows so that music does not crash between tracks (B#1563353) + * Fixed usbstorage showing images in audio menu (B#1563010) + * Fixed v4l2 ioctl calls for 64bit AMD machines (B#1563326) + Release 1.5.3 (2005-01-23): --------------------------- * Update to new IMDb website Modified: branches/rel-1-5/freevo/RELEASE_NOTES ============================================================================== --- branches/rel-1-5/freevo/RELEASE_NOTES (original) +++ branches/rel-1-5/freevo/RELEASE_NOTES Tue Oct 10 11:31:00 2006 @@ -1,3 +1,11 @@ +Release Notes for 1.6.0 +----------------------- + +The have been quite a number of changes, see ChangeLog for details. + +elementtree, include in Python-2.5+, is now a prerequisite for freevo, +if can be downloaded from http://effbot.org/zone/elementtree.htm + Release Notes for 1.5.3 ----------------------- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
