Changes

456 bytes added ,  16:38, 28 December 2010
Update to current version with all the fixes and change of source trunk
Line 5: Line 5:  
| type = ported library
 
| type = ported library
 
| author = Numerous
 
| author = Numerous
| maintainer = [[User:Rhys|shareese]]
+
| maintainer = [[User:Rhys|shareese]], [[User:Dimok|Dimok]]
 
| contributor = [[User:rodries|rodries]]
 
| contributor = [[User:rodries|rodries]]
| version = August 19, 2009
+
| version = October 02, 2010
 
| licence = GNU GPL v2
 
| licence = GNU GPL v2
| source = http://github.com/rhyskoedijk/libntfs/tree/master
+
| source = http://code.google.com/p/libntfs-wii/
 
}}
 
}}
 
'''libntfs''' is a port of the [http://www.ntfs-3g.org/ NTFS-3G] driver to the Nintendo GameCube/Wii, modeled on the [[libfat]] interface.
 
'''libntfs''' is a port of the [http://www.ntfs-3g.org/ NTFS-3G] driver to the Nintendo GameCube/Wii, modeled on the [[libfat]] interface.
Line 37: Line 37:  
To grab the latest and greatest copy of the sources just type:
 
To grab the latest and greatest copy of the sources just type:
   −
  git clone http://github.com/rhyskoedijk/libntfs/tree/master
+
  svn checkout http://libntfs-wii.googlecode.com/svn/trunk/
    
== Compiling and Installing ==
 
== Compiling and Installing ==
Line 57: Line 57:     
== Changelog ==
 
== Changelog ==
 +
=== December 28, 2010 ===
 +
Lot's of changes which completed the lib. For full change log see the change log of libntfs in the WiiXplorer branches.<br>
 +
Here is a list of the main changes:
 +
* Update to NTFS-3G version 2010.10.2
 +
* Fix of the complete write functionality
 +
* Fix corrupting partitions when writing
 +
* Fixes in some read functions
 +
* Fix of volume size determination
 +
* Additional flag to ignore case sensitivity
 +
* Lot's of small bug fixes
 +
 
=== August 19, 2009 ===
 
=== August 19, 2009 ===
 
* Initial  release, based on NTFS-3G 2009.4.4AR.16
 
* Initial  release, based on NTFS-3G 2009.4.4AR.16
98

edits