]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/fs/jffs2/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / fs / jffs2 / v2_0 / ChangeLog
index ff349068c479c553d116981d10b0761672d65cee..60987a0c77f2aa337cdf4cc2f9118c5d40b35c5c 100644 (file)
@@ -1,3 +1,17 @@
+2008-04-02  Xinghua Yang <yxinghua@sunnorth.com.cn>
+            Taiyun  Wang <taiyun@sunnorth.com.cn>
+            Andrew Lunn <andrew.lunn@ascom.ch>
+
+       * cdl/jffs2.cdl: Use CYGPKG_FS_JFFS2_RET_DIRENT_DTYPE to control
+       whether jffs2 sets file type in jffs2_fo_dirread.
+       * src/fs-ecos.c: Set file type in jffs2_fo_dirread.
+       * tests/jffs2_1.c: Test the new d_type in dirent when present.
+       
+2006-03-09  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+       * src/fs-ecos.c: Generalise the check for broken ARM compilers
+       and add the MIPS compiler as also being broken.
+
 2005-08-03  Andrew Lunn  <andrew.lunn@ascom.ch>
 
        * tests/jffs2_1.c: Include <stdio.h> to stop compiler warning.