summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/sptests/ChangeLog')
-rw-r--r--c/src/tests/sptests/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/tests/sptests/ChangeLog b/c/src/tests/sptests/ChangeLog
index f897d74e8b..8611d8a020 100644
--- a/c/src/tests/sptests/ChangeLog
+++ b/c/src/tests/sptests/ChangeLog
@@ -1,3 +1,12 @@
+2001-01-29 Joel Sherrill <joel@OARcorp.com>
+
+ * Fixed bug where resetting a timer that was not at the head
+ of one of the task timer chains resulted in the Timer Server
+ task waking up too far in the future.
+ * Added rtems_timer_get_information() directive to support testing.
+ * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
+ above condition.
+
2001-01-22 Joel Sherrill <joel@OARcorp.com>
* sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified