summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2012-11-06 13:35:20 +0000
committermcorino <mcorino@users.noreply.github.com>2012-11-06 13:35:20 +0000
commitd76cca151399de6aed0e0ad9aa469dbd8c85fbee (patch)
tree8b01923f3827915ed7ee7170308df2dba01f8c58
parent224bdc211e78c7a7600eb5a4aff81b0e628790ed (diff)
downloadATCD-d76cca151399de6aed0e0ad9aa469dbd8c85fbee.tar.gz
ChangelogTag: Tue Nov 6 13:34:20 UTC 2012 Martin Corino <mcorino@remedy.nl>
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/NEWS10
2 files changed, 15 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index aa0110d0191..dded760539b 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 6 13:34:20 UTC 2012 Martin Corino <mcorino@remedy.nl>
+
+ * NEWS:
+ Updated for new time policy support for ACE Events.
+
Tue Nov 6 11:46:45 UTC 2012 Martin Corino <mcorino@remedy.nl>
* bin/fuzz.pl:
diff --git a/ACE/NEWS b/ACE/NEWS
index 98a9749e429..eacdde33d76 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -1,6 +1,16 @@
USER VISIBLE CHANGES BETWEEN ACE-6.1.5 and ACE-6.1.6
====================================================
+. Added new event and sema initialization methods to OS_NS_Thread
+ to allow passing pre-initialized condition attributes providing
+ basic support for using time policies in ACE Event classes.
+
+. Added TIME_POLICY support to ACE_Event classes to allow for
+ monotonic timer support for ACE Events.
+
+. Added new regression test:
+ Monotonic_Manual_Event_Test
+
USER VISIBLE CHANGES BETWEEN ACE-6.1.4 and ACE-6.1.5
====================================================