From: <he...@us...> - 2005-05-31 19:41:46
|
Update of /cvsroot/gc-linux/htdocs/xml/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27571 Modified Files: lkb_changelog.xml download.xml news.xml Log Message: 31 May 2005, Improved DVD Interface driver - R14 kernel build Index: lkb_changelog.xml =================================================================== RCS file: /cvsroot/gc-linux/htdocs/xml/en/lkb_changelog.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- lkb_changelog.xml 24 May 2005 18:20:58 -0000 1.1 +++ lkb_changelog.xml 31 May 2005 19:41:37 -0000 1.2 @@ -4,11 +4,25 @@ <info> <title>Latest Kernel Build ChangeLog</title> <author>Albert Herranz</author> - <date>24 May 2005</date> + <date>31 May 2005</date> </info> <p>Here you will find a log of changes for each of the Latest Kernel Build releases.</p> + <h2>Build 14, 31 May 2005</h2> + + <list> + <item>DI (DVD Interface)</item> + <list> + <item>Minimize spin ups and spin downs. + </item> + <item>Mount media faster. + </item> + <item>Retry failed operations 10 times before giving up. + </item> + </list> + </list> + <h2>Build 13, 24 May 2005</h2> <list> Index: download.xml =================================================================== RCS file: /cvsroot/gc-linux/htdocs/xml/en/download.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- download.xml 24 May 2005 18:20:58 -0000 1.13 +++ download.xml 31 May 2005 19:41:37 -0000 1.14 @@ -15,7 +15,7 @@ <h2>Latest Kernel Build</h2> - <p>(Build 13, 24 May 2005, <a href="lkb_changelog.html">ChangeLog</a>)</p> + <p>(Build 14, 31 May 2005, <a href="lkb_changelog.html">ChangeLog</a>)</p> <p>This build always has the latest features, but might not work reliably. You may choose between two different kernel images.</p> Index: news.xml =================================================================== RCS file: /cvsroot/gc-linux/htdocs/xml/en/news.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- news.xml 21 May 2005 13:50:13 -0000 1.36 +++ news.xml 31 May 2005 19:41:37 -0000 1.37 @@ -2,6 +2,11 @@ <?xml-stylesheet href="news.xsl" type="text/xsl"?> <news> <item> + <date>31 May 2005</date> + <title>Improved DVD Interface driver</title> + <text>We managed to reduce to a minimum the drive spin-ups needed (thanks cheqmate!), media is now successfully mounted faster, and errors are retried several times to help recover from possible temporary failures. Want to check this? Visit the <a href="docs/download.html">Latest Kernel Build</a> page.</text> + </item> + <item> <date>21 May 2005</date> <title>Updated cactus extensions</title> <text>The "cactus" firmware extensions have, since some days, support for drives 06 (minimally tested) and 08 (untested), in addition to drive 04. If you want to review or test the new stuff look at the <a href="http://cvs.sourceforge.net/viewcvs.py/gc-linux/linux/">CVS</a> and <a href="docs/download.html">Latest Kernel Build</a>.</text> |