[Acorncd-commits] CVS: Website changes.html,1.1.1.1,1.2
Brought to you by:
jberanek
|
From: John B. <jbe...@us...> - 2005-01-11 17:41:18
|
Update of /cvsroot/acorncd/Website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18234 Modified Files: changes.html Log Message: Summary: Fixed up old changes page. Detail: * As above. Admin: None. Index: changes.html =================================================================== RCS file: /cvsroot/acorncd/Website/changes.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** changes.html 11 Jan 2005 16:25:04 -0000 1.1.1.1 --- changes.html 11 Jan 2005 17:41:06 -0000 1.2 *************** *** 2,141 **** "http://www.w3.org/TR/html4/loose.dtd"> <html> ! <head> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>AcornCD Change list</title> ! </head> ! <body bgcolor="#303577" text="#eeeeee" link="#00ff00" vlink="#00aa00" background="../images/bluerock.gif"> ! ! <h2 align=center>AcornCD change list</h2> ! ! Release 7: ! <ul> ! <li> ! <b>Submissions!</b> This release now supports submissions, but only locally. I'm still awating verification of ! AcornCDDB by the CDDB owners, so I can't allow it to submit to the Internet CDDB servers at ! the moment. Test harness has full support for submissions. ! </li> ! <li> ! Improved handling of choices in AcornCDDB. ! </li> ! <li> ! Tidy-up in various areas. ! </li> ! <li> ! Updated spec to give message numbers for submission wimp messages. Doh! ! </li> ! <li> ! AcornCDDB now meets the licencing requirements for CDDB, which includes showing a CDDB ! icon, Copyright messages, etc. ! </li> ! </ul> ! ! <hr width="50%"> ! ! <ul> ! <li> ! Added <a href="spec.txt">!CDDB developer specification</a>, which specifies the wimp message ! protocol between CDDB clients and the !CDDB server. This now includes a section on submission ! of CDDB entries, although the latest released !CDDB does not contain this functionality, as I'm waiting ! for approval from the CDDB owners. Also added some <a href="subexample.zip">example C code</a> for creating a ! dynamic area and populating it with CD data to pass to !CDDB for a CDDB submission. (It uses the same DA handling code ! that the server and test harness use). ! </li> ! </ul> ! ! <hr width="50%"> ! ! Release 6: ! <ul> ! <li> ! Ahem. Discovered that all the releases thus far haven't been compiled ! to be Internet 4 compatible. This release <b>is</b> compatible with ! Internet 4. Thanks to Rick Hudson for helping me to discover this fact. ! </li> ! </ul> ! ! <hr width="50%"> ! ! Release 5: ! <ul> ! <li> ! Fixed hostname resolution for people that don't use the ANT Resolver, will ! now fall back to blocking DNS if ANT Resolver is not detected. ! </li> ! <li> ! Improved !Run of !CdTest and !RunT of !CDDB to show how the developer ! can obtain the debug output from !CDDB and !CdTest if they want. ! </li> ! </ul> ! ! <hr width="50%"> ! ! Release 4: ! <ul> ! <li> ! Improved Choices file handling. This will mean that people upgrading ! from an earlier release will get an error and the choices values will ! be defaulted. However, seeing as there's only one choice its not such ! a hardship :). ! </li> ! <li> ! <strong>Really</strong> fixed the large database entries problem, ! somehow my fix got lost in release 3. CD entries no longer have a ! max size of 10k (now 100k, I wonder if it should be bigger still). ! </li> ! </ul> ! ! <hr width="50%"> ! ! Release 3: ! <ul> ! <li> ! Fixes one possible problem and tidies up the !Run files of ! the applications. CDs that have large database entries (like ones with ! the lyrics included) should now work correctly. Now correctly RMEnsures ! RISC OS 3.5 (for user-created dynamic areas). ! </li> ! <li> ! Notes about the toolbox modules that !CDDB needs. If you don't have ! the Toolbox module "TextGadgets" you can get it from the ! <a href="/browser/download.html">Acorn Browser downloads</a> page, near ! the bottom of the page where it says "Toolbox Upgrades" or ! <a href="/browser/downloads/TBox981017.cgi">directly</a>. ! </li> ! </ul> ! ! <hr> ! ! <a href="./">Go back to the main AcornCD page</a><br> ! ! <div align=center> ! <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> ! <TR VALIGN=TOP> ! <TD> ! <a href="http://validator.w3.org/"> ! <img src="../images/vh401-1.png" width=37 height=31 border=0 alt="."> ! </a> ! </TD> ! <TD> ! <A HREF="http://validator.w3.org/check?uri=http://redux.org.uk/acorncd/changes.html"> ! <IMG SRC="../images/vh401-2.png" WIDTH=51 HEIGHT=31 ALT="Valid HTML 4.01!" border=0> ! </A> ! </TD> ! </TR> ! </TABLE> ! </div> ! ! <address> ! This page created and maintained by John Beranek ! (<a href="mailto:jo...@re...">jo...@re...</a>). ! ! <script language="JavaScript1.1" type="text/javascript"> ! <!-- ! document.write("<br>Page last updated: " + document.lastModified); ! // --> ! </script> ! </address> ! ! </body> </html> --- 2,127 ---- "http://www.w3.org/TR/html4/loose.dtd"> <html> ! <head> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>AcornCD Change list</title> ! </head> ! <body bgcolor="#303577" text="#eeeeee" link="#00ff00" vlink="#00aa00"> ! ! <h2 align=center>AcornCD change list</h2> ! ! Release 7: ! <ul> ! <li> ! <b>Submissions!</b> This release now supports submissions, but only locally. I'm still awating verification of ! AcornCDDB by the CDDB owners, so I can't allow it to submit to the Internet CDDB servers at ! the moment. Test harness has full support for submissions. ! </li> ! <li> ! Improved handling of choices in AcornCDDB. ! </li> ! <li> ! Tidy-up in various areas. ! </li> ! <li> ! Updated spec to give message numbers for submission wimp messages. Doh! ! </li> ! <li> ! AcornCDDB now meets the licencing requirements for CDDB, which includes showing a CDDB ! icon, Copyright messages, etc. ! </li> ! </ul> ! ! <hr width="50%"> ! ! <ul> ! <li> ! Added !CDDB developer specification, which specifies the wimp message ! protocol between CDDB clients and the !CDDB server. This now includes a section on submission ! of CDDB entries, although the latest released !CDDB does not contain this functionality, as I'm waiting ! for approval from the CDDB owners. Also added some example C code for creating a ! dynamic area and populating it with CD data to pass to !CDDB for a CDDB submission. (It uses the same DA handling code ! that the server and test harness use). ! </li> ! </ul> ! ! <hr width="50%"> ! ! Release 6: ! <ul> ! <li> ! Ahem. Discovered that all the releases thus far haven't been compiled ! to be Internet 4 compatible. This release <b>is</b> compatible with ! Internet 4. Thanks to Rick Hudson for helping me to discover this fact. ! </li> ! </ul> ! ! <hr width="50%"> ! ! Release 5: ! <ul> ! <li> ! Fixed hostname resolution for people that don't use the ANT Resolver, will ! now fall back to blocking DNS if ANT Resolver is not detected. ! </li> ! <li> ! Improved !Run of !CdTest and !RunT of !CDDB to show how the developer ! can obtain the debug output from !CDDB and !CdTest if they want. ! </li> ! </ul> ! ! <hr width="50%"> ! ! Release 4: ! <ul> ! <li> ! Improved Choices file handling. This will mean that people upgrading ! from an earlier release will get an error and the choices values will ! be defaulted. However, seeing as there's only one choice its not such ! a hardship :). ! </li> ! <li> ! <strong>Really</strong> fixed the large database entries problem, ! somehow my fix got lost in release 3. CD entries no longer have a ! max size of 10k (now 100k, I wonder if it should be bigger still). ! </li> ! </ul> ! ! <hr> ! ! <a href="./">Go back to the main AcornCD page</a><br> ! ! <div align=center> ! <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> ! <TR VALIGN=TOP> ! <TD> ! <a href="http://sourceforge.net/"> ! <img src="http://sourceforge.net/sflogo.php?group_id=27072&type=1" ! width="88" height="31" border="0" alt="SourceForge.net Logo"/> ! </a> ! </TD> ! <TD width=20></TD> ! <TD> ! <a href="http://validator.w3.org/"> ! <img src="images/vh401-1.png" width=37 height=31 border=0 alt="."> ! </a> ! </TD> ! <TD> ! <A HREF="http://validator.w3.org/check?uri=http://acorncd.sourceforge.net/changes.html"> ! <IMG SRC="images/vh401-2.png" WIDTH=51 HEIGHT=31 ALT="Valid HTML 4.01!" border=0> ! </A> ! </TD> ! </TR> ! </TABLE> ! </div> ! ! <address> ! This page maintained via CVS. ! ! <script language="JavaScript1.1" type="text/javascript"> ! <!-- ! document.write("<br>Page last updated: " + document.lastModified); ! // --> ! </script> ! </address> ! </body> </html> |