Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / ChangeLogs / TAO-2_4_1
blob4edd49eff78c039f754960c3553101d4862a9621
1 commit 999c2d14947c0e6f67061972cc8971789c5acbb4
2 Author: Johnny Willemsen <jwillemsen@remedy.nl>
3 Date:   Tue Oct 4 12:07:48 2016 +0200
5     Extended list of user visible changes
6         * ACE/NEWS:
7         * TAO/NEWS:
9 commit 668e749f2e66f540932c15078be44e14c5e43016
10 Author: Adam Mitz <mitza@ociweb.com>
11 Date:   Fri Sep 30 12:38:23 2016 -0500
13     Fixed parallel build error
15 commit f1e42feed37f849562a1782f7f80a8ad371a3e46
16 Author: Huang-Ming Huang <huangh@ociweb.com>
17 Date:   Thu Sep 22 16:38:33 2016 -0500
19     Remove null reference checks
21 commit 9ef7b1dd9a1ac4181df901f81bd134b53884181b
22 Author: Huang-Ming Huang <huangh@ociweb.com>
23 Date:   Thu Sep 22 14:31:36 2016 -0500
25     Fix some fuzz errors
27 commit 7a3126ae033cfab39c26ce38ad6112cf51e92f0d
28 Author: Huang-Ming Huang <huangh@ociweb.com>
29 Date:   Thu Sep 22 12:19:56 2016 -0500
31     Fix issues with explicit template instantiation with versioned namespace
33 commit eb42ae1e7cbce5863f79e4519befccb13e8f9018
34 Author: Huang-Ming Huang <huangh@ociweb.com>
35 Date:   Wed Sep 21 14:29:22 2016 -0500
37     Fixed all explicit singleton template instantiation
39 commit d4e368c76124dc6dea13e33f92411aef17197fca
40 Author: Johnny Willemsen <jwillemsen@remedy.nl>
41 Date:   Thu Sep 15 16:20:00 2016 +0200
43     Mark the IFRService persistence test with !FIXED_BUGS_ONLY, it fails frequently which goes back to 2009, see bugzilla 3699
44         * TAO/bin/tao_other_tests.lst:
46 commit 5385cbc61f1ce880b06abd2960265297753f53cc
47 Author: Johnny Willemsen <jwillemsen@remedy.nl>
48 Date:   Thu Sep 15 16:00:48 2016 +0200
50     Cleanup
51         * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp:
52         * TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.h:
53         * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp:
54         * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/run_test.pl:
56 commit 87671627d5de5ed9c4a5dd06c4e1f7710ecba9eb
57 Author: Johnny Willemsen <jwillemsen@remedy.nl>
58 Date:   Thu Sep 15 16:00:08 2016 +0200
60     Removed not needed variable
61         * TAO/orbsvcs/IFR_Service/IFR_Service.h:
63 commit cdf54724dea3807bfd5ed0773b11838048c2cf3a
64 Author: Johnny Willemsen <jwillemsen@remedy.nl>
65 Date:   Thu Sep 15 15:41:09 2016 +0200
67     Zapped some empty lines
68         * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/README:
70 commit 616babd5d1d50df61646b23bb6b4200f70dffe45
71 Author: Johnny Willemsen <jwillemsen@remedy.nl>
72 Date:   Thu Sep 15 15:40:52 2016 +0200
74     Added shutdown to cleanly shutdown the ORB and release all CORBA resources to resolve several valgrind reported memory leaks
75         * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp:
76         * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.h:
77         * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/test.cpp:
79 commit 21737cc4d46d96e3b2c527b60277caf1bf4c3749
80 Author: Johnny Willemsen <jwillemsen@remedy.nl>
81 Date:   Wed Sep 14 15:50:06 2016 +0200
83     Initialise member
84         * TAO/tao/Messaging/AMH_Response_Handler.cpp:
86 commit 4be7a6680d28a33c81773e464e1c58c9d719e458
87 Author: Johnny Willemsen <jwillemsen@remedy.nl>
88 Date:   Wed Sep 14 15:48:07 2016 +0200
90     Check the return value of get_component
91         * TAO/tao/IORManipulation/IORManip_IIOP_Filter.cpp:
93 commit bbd816c5ddf6a8f44ccf6d5af520e134f578028b
94 Author: Johnny Willemsen <jwillemsen@remedy.nl>
95 Date:   Wed Sep 14 15:47:46 2016 +0200
97     Fixed coverity errors, initialize pointers
98         * TAO/tao/HTTP_Client.cpp:
99         * TAO/tao/HTTP_Handler.cpp:
101 commit 5f217dc03ff7bb574f281056b2d526b50863d65b
102 Author: Johnny Willemsen <jwillemsen@remedy.nl>
103 Date:   Wed Sep 14 11:23:37 2016 +0200
105     Fixed memory leaks reported by Coverity
106         * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
107         * TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp:
109 commit ac6416f590563684d6ba660ddb89bd13c0842c70
110 Author: Johnny Willemsen <jwillemsen@remedy.nl>
111 Date:   Wed Sep 14 11:02:02 2016 +0200
113     Use own_factory_ at the moment to cleanup to delete the factory at the moment we own it at destruction, fixes coverity errors
114         * TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.cpp:
116 commit 5382791dbaa61a859cc4b8e6746b86c183d4f5b3
117 Author: Johnny Willemsen <jwillemsen@remedy.nl>
118 Date:   Wed Sep 14 11:01:35 2016 +0200
120     Initialise value with 0 to fix Coverity error
121         * TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp:
123 commit f3387d02b2617c272300f22f2ae7a5864065997f
124 Author: Johnny Willemsen <jwillemsen@remedy.nl>
125 Date:   Sun Sep 4 19:20:58 2016 +0200
127     Fixed warning
128         * TAO/utils/logWalker/Invocation.cpp:
130 commit 03ef5706e8b3dcdd8de7636f39aaca7543b23283
131 Author: Johnny Willemsen <jwillemsen@remedy.nl>
132 Date:   Fri Sep 2 20:53:02 2016 +0200
134     Revert "*_SINGLETON_DECLARE needs to appear in .cpp files, not .h."
135     
136     This reverts commit 411929ec7d2550f289eb1a2f045f2fc6651cb002.
138 commit 1004be5609bb7842835d865422c65332d08425ee
139 Author: Johnny Willemsen <jwillemsen@remedy.nl>
140 Date:   Fri Sep 2 20:52:39 2016 +0200
142     Revert "Updated previous change to TAO_AV_Core for versioned namespaces"
143     
144     This reverts commit 62cc01c2cc61f0da9618056e825274ec481a7686.
146 commit 09cb0cc2e512ebcd3eba1a784dcf460568339d3f
147 Merge: d1463d5 c96749e
148 Author: Johnny Willemsen <jwillemsen@remedy.nl>
149 Date:   Fri Sep 2 19:45:00 2016 +0200
151     Merge branch 'master' of git://github.com/DOCGroup/ATCD
153 commit d1463d5340978fac91d662c8518a40aee1430721
154 Author: Johnny Willemsen <jwillemsen@remedy.nl>
155 Date:   Fri Sep 2 19:44:53 2016 +0200
157     Initialise pointer with 0
158         * TAO/orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.cpp:
160 commit fe1f3dfb843c1480f0b9639efacf36be64bc0a4d
161 Author: Johnny Willemsen <jwillemsen@remedy.nl>
162 Date:   Fri Sep 2 19:44:41 2016 +0200
164     Documentation changes
165         * TAO/orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h:
166         * TAO/orbsvcs/orbsvcs/Naming/Persistent_Entries.h:
167         * TAO/orbsvcs/orbsvcs/Notify/Properties.h:
169 commit c96749ebafa25b5660884e9071bf178837b53298
170 Merge: 62cc01c 068b865
171 Author: Johnny Willemsen <jwillemsen@users.noreply.github.com>
172 Date:   Wed Aug 31 18:54:50 2016 +0200
174     Merge pull request #286 from jwillemsen/master
175     
176     Documentation changes
178 commit 068b86554f9954b3270d6e263adbc817c6b733fa
179 Author: Johnny Willemsen <jwillemsen@remedy.nl>
180 Date:   Wed Aug 31 11:48:02 2016 +0200
182     Documentation changes
184 commit 62cc01c2cc61f0da9618056e825274ec481a7686
185 Author: Adam Mitz <mitza@ociweb.com>
186 Date:   Wed Aug 24 17:17:26 2016 -0500
188     Updated previous change to TAO_AV_Core for versioned namespaces
190 commit 411929ec7d2550f289eb1a2f045f2fc6651cb002
191 Author: Adam Mitz <mitza@ociweb.com>
192 Date:   Wed Aug 24 15:40:44 2016 -0500
194     *_SINGLETON_DECLARE needs to appear in .cpp files, not .h.
195     
196     This prevents multiple definition of typeinfo symbols during linking,
197     only seen on arm-linux-gnueabihf-g++ but the code is invalid C++ on
198     all platforms.
200 commit 18cb08464abc1d506ae5c9d50c0428229f8653f6
201 Author: Johnny Willemsen <jwillemsen@remedy.nl>
202 Date:   Wed Aug 10 13:40:32 2016 +0200
204     Fixed typo
205         * TAO/orbsvcs/tests/AVStreams/Pluggable/server.h:
207 commit ad958e7639275dc8626599ac0bfcc805a7e4ea76
208 Author: Johnny Willemsen <jwillemsen@remedy.nl>
209 Date:   Wed Aug 10 13:28:52 2016 +0200
211     Fixed typos
212         * ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.cpp:
213         * ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp:
214         * ACE/examples/QOS/Simple/QoS_Util.cpp:
215         * TAO/orbsvcs/orbsvcs/Notify/Supplier.cpp:
216         * TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.h:
217         * TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.h:
218         * TAO/orbsvcs/tests/AVStreams/Pluggable/server.h:
220 commit 7664aa6b6c0f77ff5cdc01b16c1fe22c800dbd56
221 Author: Johnny Willemsen <jwillemsen@remedy.nl>
222 Date:   Fri Aug 5 10:22:26 2016 +0200
224     Fixed typo and layout change
225         * TAO/orbsvcs/orbsvcs/Notify/Consumer.cpp:
226         * TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp:
228 commit b169ad5ff5c2fe5e0b92f96f871bd568e3e18bcf
229 Author: Johnny Willemsen <jwillemsen@remedy.nl>
230 Date:   Tue Aug 2 15:37:58 2016 +0200
232     Indent changes to fix gcc 6.1 warnings
233         * TAO/tao/Dynamic_TP/DTP_POA_Strategy.cpp:
235 commit 602c0b17174fd84710f8730ad905a9014ec1e84b
236 Author: Adam Mitz <mitza@ociweb.com>
237 Date:   Wed Jul 6 13:32:00 2016 -0500
239     Fix bugzilla #4215: workaround for a compiler bug in vc14-update3
241 commit da68e30dd6e6939b6aade74c46e25ca8594d7182
242 Author: Johnny Willemsen <jwillemsen@remedy.nl>
243 Date:   Mon Jul 4 08:58:23 2016 +0200
245     Prepare for next release
246         * ACE/NEWS:
247         * ACE/bin/diff-builds-and-group-fixed-tests-only.sh:
248         * ACE/docs/Download.html:
249         * ACE/docs/bczar/bczar.html:
250         * ACE/etc/index.html:
251         * TAO/NEWS: