summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 44a9fd85c4..ade6f77599 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-01 Vinu Rajashekhar <vinutheraj@gmail.com>
+
+ PR 1529/cpukit
+ * utime.c: Change file access time and modified time to
+ current time if pointer to struct utimbuf is NULL.
+ * imfs_utime.c: Upon successful completion, imfs_utime() marks
+ the time of the last file status change, st_ctime, to be updated.
+
2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/rtems_memalign.c, score/include/rtems/score/heap.h: