summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-11-28 16:36:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-11-28 16:36:14 +0000
commite5a80202a815fc459172b05da80b900050dec025 (patch)
tree6009ef6bf9cb8f8367de49e7ac39c6f15fc23b0f /cpukit/ChangeLog
parent2011-11-27 Sebastien Bourdeauducq <seb@tmplab.org> (diff)
downloadrtems-e5a80202a815fc459172b05da80b900050dec025.tar.bz2
2011-11-28 Werner Almesberger <werner@almesberger.net>
PR 1961/cpukit * score/src/coremsgsubmit.c: Close window caused by using message pending count rather than directly obtaining unused buffer.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6489ea5b17..f79ef4fc0b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-28 Werner Almesberger <werner@almesberger.net>
+
+ PR 1961/cpukit
+ * score/src/coremsgsubmit.c: Close window caused by using message
+ pending count rather than directly obtaining unused buffer.
+
2011-11-26 Gedare Bloom <gedare@rtems.org>
PR 1963