diff packages/fs/jffs2/current/ChangeLog @ 1536:748c09136e09

Redo some previous changes that were lost in merge with MTD files
author gthomas
date Wed, 10 Mar 2004 13:49:42 +0000
parents 89eafd905d8d
children 008dfd864e5e
line wrap: on
line diff
--- a/packages/fs/jffs2/current/ChangeLog
+++ b/packages/fs/jffs2/current/ChangeLog
@@ -10,6 +10,11 @@ 2004-02-20  Vincent Catros  <Vincent.Cat
 	allowing path terminated with any number of '/'
 	(i.e : chdir(/tmp///)).
 
+2004-03-03  Thomas Koeller  <thomas.koeller@baslerweb.com>
+
+       * src/fs-ecos.c:
+       Make JFFS2 honor O_TRUNC flag when opening files /w read access.
+
 2004-02-17  David Woodhouse  <dwmw2@redhat.com>
 
 	* src/fs-ecos.c:
@@ -22,7 +27,11 @@ 2004-01-27  David Woodhouse  <dwmw2@redh
 	the _parent_inode, not the child (which may be zero in the case 
 	of an unlink).
 
-004-01-05  Thomas Koeller  <thomas.koeller@baslerweb.com>
+2004-01-09  Thomas Koeller  <thomas.koeller@baslerweb.com>
+
+       * src/fs-ecos.c: Fixed inode reference counting in jffs2_ops_link().
+
+2004-01-05  Thomas Koeller  <thomas.koeller@baslerweb.com>
 
 	* cdl/jffs2.cdl: Re-added CYGPKG_FS_JFFS2_CFLAGS_REMOVE that had been
 	removed by previous change.