mFS file system library for EEPROM memory chips.

Revision:
11:6c4fcb9d6193
Parent:
10:211cb54339a0
Child:
12:928346513c87
--- a/mfs.h	Tue Feb 22 21:09:04 2011 +0000
+++ b/mfs.h	Tue Feb 22 21:39:41 2011 +0000
@@ -50,8 +50,10 @@
  * 0.5     2011-02-22 Olli Vanhoja   * Improved documentation
  *                                   * Block variables changed from char to uint32_t for
  *                                     code optimization (and for possible 16bit update which
-                                       would technically allow 256 TB volume sizes)
+ *                                     would technically allow 256 TB volume sizes)
  *                                   * Optimized file searching algorithms
+ * 0.6     2011-02-22 Olli Vanhoja   * Fixed file remove issue
+ *                                   * Fixed mkfs bug 
  *
  * TODO :
  *          * Directory support (VOL blocks?)