Changes

Jump to navigation Jump to search
229 bytes removed ,  11:41, 24 November 2010
no edit summary
Line 1: Line 1: −
=[http://evicijum.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
   
{{lowercase title}}
 
{{lowercase title}}
 
{{Infobox homebrew
 
{{Infobox homebrew
Line 41: Line 40:  
|-
 
|-
 
| 0.0.21
 
| 0.0.21
| NTFS filesystem.<br/>SEEPROM filesystem.<br/>Fix active-mode transfers.<br/>Built with devkitPPC release 19, libogc r3938, libfat r3938.
+
| NTFS filesystem.<br/>SEEPROM filesystem.<br/>Fix active-mode transfers.<br/>Built with devkitPPC release 19, libogc r3938, libfat r3938.
 
|-
 
|-
 
| 0.0.20
 
| 0.0.20
| Make release ZIP structure compatible with HBC's new wiiload.&lt;br/>Attempt to reinitialise network after failure.&lt;br/>Added OTP filesystem support at /otp (libotp).&lt;br/>Attempt to show real timestamps in directory listings.&lt;br/>Built with devkitPPC release 19, libogc 1.8.1 (r3846), libfat 1.0.6 (r3846).
+
| Make release ZIP structure compatible with HBC's new wiiload.<br/>Attempt to reinitialise network after failure.<br/>Added OTP filesystem support at /otp (libotp).<br/>Attempt to show real timestamps in directory listings.<br/>Built with devkitPPC release 19, libogc 1.8.1 (r3846), libfat 1.0.6 (r3846).
 
|-
 
|-
 
| 0.0.19
 
| 0.0.19
| Fixed spurious error when reading bad sectors from NAND.&lt;br/>Add support for SDHC Gecko. (thanks emu_kidid!)&lt;br/>Attempt to fix hang when auto-mounting DVD.&lt;br/>Fixed bug in libogc's IOS_Open that caused hangs in /isfs.
+
| Fixed spurious error when reading bad sectors from NAND.<br/>Add support for SDHC Gecko. (thanks emu_kidid!)<br/>Attempt to fix hang when auto-mounting DVD.<br/>Fixed bug in libogc's IOS_Open that caused hangs in /isfs.
 
|-
 
|-
 
| 0.0.18
 
| 0.0.18
| Enabled SD Gecko at /gcsda and /gcsdb. (thanks dhewg!)&lt;br/>Added NAND image support at /nand (libnandimg).&lt;br/>Added NAND filesystem support at /isfs (libisfs).&lt;br/>Added detection of device removal and insertion for Front SD, SD Gecko, USB and DVD.&lt;br/>Use transparency in The Homebrew Channel icon. (thanks wilson.p.alex!)
+
| Enabled SD Gecko at /gcsda and /gcsdb. (thanks dhewg!)<br/>Added NAND image support at /nand (libnandimg).<br/>Added NAND filesystem support at /isfs (libisfs).<br/>Added detection of device removal and insertion for Front SD, SD Gecko, USB and DVD.<br/>Use transparency in The Homebrew Channel icon. (thanks wilson.p.alex!)
 
|-
 
|-
 
| 0.0.17
 
| 0.0.17
| Upgraded to devkitPPC r16.&lt;br/>Fixed crash bug when mounting /fst for discs with fst_size greater than 32KB.&lt;br/>Fixed logic bug where some files under /fst appear in the wrong directories.&lt;br/>Fixed display initialisation bug causing intermittent blank display on startup.&lt;br/>Added SITE LOAD command to run DOL executables. (thanks svpe/shagkur!)&lt;br/>Added virtual metadata directories under /fst.
+
| Upgraded to devkitPPC r16.<br/>Fixed crash bug when mounting /fst for discs with fst_size greater than 32KB.<br/>Fixed logic bug where some files under /fst appear in the wrong directories.<br/>Fixed display initialisation bug causing intermittent blank display on startup.<br/>Added SITE LOAD command to run DOL executables. (thanks svpe/shagkur!)<br/>Added virtual metadata directories under /fst.
 
|-
 
|-
 
| 0.0.16
 
| 0.0.16
Line 59: Line 58:  
|-
 
|-
 
| 0.0.15
 
| 0.0.15
| boot.dol rebuilt with latest libogc git to add SDHC support. (thanks svpe!)&lt;br/>Released as boot.dol instead of boot.elf for Homebrew Channel beta9 compatibility.&lt;br/>Network initialisation is more reliable - now retries forever on net_init or net_gethostip failure.
+
| boot.dol rebuilt with latest libogc git to add SDHC support. (thanks svpe!)<br/>Released as boot.dol instead of boot.elf for Homebrew Channel beta9 compatibility.<br/>Network initialisation is more reliable - now retries forever on net_init or net_gethostip failure.
 
|-
 
|-
 
| 0.0.14
 
| 0.0.14
Line 71: Line 70:  
|-
 
|-
 
| 0.0.11
 
| 0.0.11
| boot.elf rebuilt with patched libfat to stop read-ahead cache providing old data. (thanks dhewg!)&lt;br/>Attempt to fix USB ethernet adapter by initialisaing network subsystem before FAT&lt;br/>Added release_date to meta.xml.
+
| boot.elf rebuilt with patched libfat to stop read-ahead cache providing old data. (thanks dhewg!)<br/>Attempt to fix USB ethernet adapter by initialisaing network subsystem before FAT<br/>Added release_date to meta.xml.
 
|-
 
|-
 
| 0.0.10
 
| 0.0.10
| boot.elf rebuilt with patched libogc to fix startup crashes when USB devices are present&lt;br/>Added SITE PASSWD and SITE NOPASSWD for controlling the authentication remotely.
+
| boot.elf rebuilt with patched libogc to fix startup crashes when USB devices are present<br/>Added SITE PASSWD and SITE NOPASSWD for controlling the authentication remotely.
 
|-
 
|-
 
| 0.0.9
 
| 0.0.9
Line 81: Line 80:  
|-
 
|-
 
| 0.0.8
 
| 0.0.8
| Fixed MKD bug that caused working directory to change to new directory automatically.&lt;br/>Added no-op SITE CHMOD command to prevent some FTP clients from displaying skip/abort/retry type prompts.
+
| Fixed MKD bug that caused working directory to change to new directory automatically.<br/>Added no-op SITE CHMOD command to prevent some FTP clients from displaying skip/abort/retry type prompts.
 
|
 
|
 
|-
 
|-
 
| 0.0.7
 
| 0.0.7
| Added virtual path support for /sd and /usb. (thanks srg!)&lt;br/>Added SITE LOADER command to return to loader, Added SITE CLEAR command to clear the console&lt;br/>Support for starting without a device connected (thanks srg!)&lt;br/>Support for SD Gecko (though currently disabled in libfat) (thanks srg!)&lt;br/>Re-enable read-ahead when remounting (thanks srg!)
+
| Added virtual path support for /sd and /usb. (thanks srg!)<br/>Added SITE LOADER command to return to loader, Added SITE CLEAR command to clear the console<br/>Support for starting without a device connected (thanks srg!)<br/>Support for SD Gecko (though currently disabled in libfat) (thanks srg!)<br/>Re-enable read-ahead when remounting (thanks srg!)
 
|
 
|
 
|-
 
|-
Line 92: Line 91:  
|-
 
|-
 
| 0.0.5
 
| 0.0.5
| Added support for buggy FTP clients that use "LIST -aL" or similar, at the expense of breaking paths that begin with '-'.&lt;br/>Compiled with corruption-fix and usbstorage libfat patches. (thanks svpe!)&lt;br/>Uncommented FAT read-ahead support (oops)
+
| Added support for buggy FTP clients that use "LIST -aL" or similar, at the expense of breaking paths that begin with '-'.<br/>Compiled with corruption-fix and usbstorage libfat patches. (thanks svpe!)<br/>Uncommented FAT read-ahead support (oops)
 
|-
 
|-
 
| 0.0.4
 
| 0.0.4
| Added rename support, as well as append and resume.&lt;br/>Fixed _another_ nasty crash bug introduced in 0.0.3 when creating directories. (thanks nilsk123!)
+
| Added rename support, as well as append and resume.<br/>Fixed _another_ nasty crash bug introduced in 0.0.3 when creating directories. (thanks nilsk123!)
 
|-
 
|-
 
| 0.0.3
 
| 0.0.3
Line 101: Line 100:  
|-
 
|-
 
| 0.0.2
 
| 0.0.2
| Fixed display/crash bug when creating directories. (thanks feesh!)&lt;br/>Enabled fat read-ahead caching. Increases read speed from ~80KB/s to ~250KB/s for me. (thanks svpe!)  
+
| Fixed display/crash bug when creating directories. (thanks feesh!)<br/>Enabled fat read-ahead caching. Increases read speed from ~80KB/s to ~250KB/s for me. (thanks svpe!)  
 
|-
 
|-
 
| 0.0.1
 
| 0.0.1
1,158

edits

Navigation menu