summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2007-08-17 00:54:16 +0000
committerChris Johns <chrisj@rtems.org>2007-08-17 00:54:16 +0000
commit1374fd3f072fbb87f0a7af5726fb8a2571a8688e (patch)
tree98a75d741a0c81388858f8ef645265b751270f59 /cpukit/ChangeLog
parent2007-08-13 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-1374fd3f072fbb87f0a7af5726fb8a2571a8688e.tar.bz2
2007-08-17 Chris Johns <chrisj@rtems.org>
* libmisc/capture/README: Minor copyright change. * libmisc/capture/capture-cli.c, libmisc/capture/capture.c, libmisc/capture/capture.h: Fixed the memory leak when lots of tasks are being created and deleted. Improved the trigger interface so all task type actions can be caught.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index aff1600c1e..f4a8098c3b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-17 Chris Johns <chrisj@rtems.org>
+ * libmisc/capture/README: Minor copyright change.
+ * libmisc/capture/capture-cli.c, libmisc/capture/capture.c,
+ libmisc/capture/capture.h: Fixed the memory leak when lots of
+ tasks are being created and deleted. Improved the trigger
+ interface so all task type actions can be caught.
+
2007-08-13 Chris Johns <chrisj@rtems.org>
* score/include/rtems/score/object.h: Point the
OBJECTS_RTEMS_CLASSES_LAST macro to the last entry.