From: <th...@us...> - 2002-11-23 15:11:36
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/docs In directory sc8-pr-cvs1:/tmp/cvs-serv30815/docs Modified Files: ChangeLog Log Message: Updated FileCore for changes in RISC O S 5 including the addition of FileCore_DiscOp64. Also fixed an incorrect flag value, and added some missing flags from RISC O S 3.6 additions. Index: ChangeLog =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/docs/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ChangeLog 23 Nov 2002 12:46:28 -0000 1.16 --- ChangeLog 23 Nov 2002 15:11:34 -0000 1.17 *************** *** 28,31 **** --- 28,33 ---- ImageRender and CMYK sprite support. (Tom Hughes) - Added the RISC O S 5 HAL Interface. (Tom Hughes) + - Updated FileCore to reflect RISC O S 5 changes, including the + addition of FileCore_DiscOp64. (Tom Hughes) * Bug Fixes: *************** *** 42,45 **** --- 44,48 ---- - EventInternet_RARPReply corrected to take 2 args; the requester's address had been omitted. (Dave Ruck) + - Corrected value of FileCore_HardDiscsCanEject. (Tom Hughes) * CVS release: |