summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
blob: 6f2b0c02322ed15e8976dae90bbad5d556c5f57d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Mon Dec  5 20:16:51 UTC 2011  Steve Huston  <shuston@riverace.com>

        * ace/Atomic_Op.{h inl}:
        * ace/Atomic_Op_T.{h inl}:
        * ace/Atomic_Op_GCC_T.{h inl}:
          Added new method TYPE exchange (TYPE newval) which exchanges the
          ACE_Atomic_Op's value with the specified new value. Thanks to John
          Lilley for contributing this addition.

        * tests/Atomic_Op_Test.cpp: Added test for exchange().

        * NEWS: Added description of the new exchange() method.

Mon Dec  5 12:27:54 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/TTY_IO.h:
          Doxygen fix

        * ace/config-linux.h:
          Layout changes

        * tests/Cached_Accept_Conn_Test.h:
        * tests/Cached_Accept_Conn_Test.cpp:
        * tests/MEM_Stream_Test.cpp:
        * tests/QtReactor_Test.cpp:
          Layout changes and removed some ACE_UNUSED_ARG usage

Mon Dec  5 11:25:31 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/cleanbuilds.sh:
        * bin/mail_test_stats.sh:
          Extended our daily test stats with another email, the failing tests
          for today excluding the not fixed ones

Mon Dec  5 08:35:54 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/Download.html:
          Release has vc9/vc10

Mon Dec  5 08:22:11 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/diff-builds-and-group-fixed-tests-only.sh:
        * docs/Download.html:
        * etc/index.html:
          Made 6.0.6 publicly available

        * docs/bczar/bczar.html:
          Updated for next release and added wget step to get subversion config
          file to make sure we checkout using commit timestamps

Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End: