summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: b6a1f97540b96af280e1b057b8775ff4740176fc (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
Tue Feb  5 16:21:20 UTC 2013  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_enum.cpp (gen_ostream_operator):

          Fixed generation of enum value scoped name for ostreams
          when the enum is nested. Closes [BUGID 4090].

        * TAO_IDL/be/be_visitor_enum/enum_cs.cpp:

          Cosmetic changes.

Tue Feb  5 13:46:00 UTC 2013  Simon Massey  <simon.massey@prismtech.com>

        * docs/Options.html:

          Typo corrections.

Fri Feb  1 15:13:31 UTC 2013  Adam Mitz  <mitza@ociweb.com>

        * tao/AnyTypeCode/Any_Dual_Impl_T.h:
        * tao/AnyTypeCode/Any_Dual_Impl_T.cpp:

          Fixed bug 4082: allows extraction to type that's equivalent
          but not equal, as required by the spec.  The common example
          is different sequences with the same base type.

        * bin/tao_orb_tests.lst:
        * tests/Bug_4082_Regression/run_test.pl:

          Added test script and removed condition for !FIXED_BUGS_ONLY.

Thu Jan 31 17:46:00 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp:
          Remove any unprocessed but dequeued/completed messages at shutdown.

Wed Jan 30 12:44:00 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * tao/GIOP_Message_Base.cpp:
          Fix a memory leak of a datablock due to ZIOP decompression (possiably)
          replacing it. If replaced the original db may need to be released and
          the new db always does.

Tue Jan 29 11:00:00 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/tests/Miop/McastFragmentation/run_test.pl:
        * orbsvcs/tests/Miop/McastFragmentation/run_test_ipv6.pl:
        * orbsvcs/tests/Miop/McastFragmentation/client.cpp:
        * orbsvcs/tests/Miop/McastFragmentation/uipmc_client.conf:
        * orbsvcs/tests/Miop/McastFragmentation/uipmc_server.conf:
        * orbsvcs/tests/Miop/McastFragmentation/uipmc_server_n.conf:
        * orbsvcs/tests/Miop/McastFragmentation/uipmc_server_m.conf:
          Minor timing/tuning adjustments and updates.

Tue Jan 29 07:55:44 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Advanced/ch_21/client.cpp:
          One more compile fix when ostream is disabled

Mon Jan 28 18:51:42 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Advanced/ch_12/client.cpp:
        * examples/Advanced/ch_18/client.cpp:
        * examples/Advanced/ch_8_and_10/client.cpp:
          Fixed compile errors when ostream is disabled

Mon Jan 28 18:16:09 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_sequence.cpp:
          Fixed compile error when using ostream and alternate mapping
          together

Mon Jan 28 12:44:24 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Advanced/ch_12/client.cpp:
        * examples/Advanced/ch_18/client.cpp:
        * examples/Advanced/ch_21/client.cpp:
        * examples/Advanced/ch_8_and_10/client.cpp:
          Fixed compile errors when ostream streaming is enabled
          in TAO_IDL

Mon Jan 28 11:26:06 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
          Generate also ostream insertion methods for components

        * tao/DynamicInterface/Request.h:
          Doxygen fixes

Fri Jan 25 13:55:00 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/tests/Miop/McastFragmentation/server.cpp:
          Correction.

Fri Jan 25 13:35:00 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/orbsvcs/PortableGroup/miop_resource.cpp:
        * orbsvcs/tests/Miop/McastFragmentation/client.cpp:
        * orbsvcs/tests/Miop/McastFragmentation/Hello_Impl.cpp:
        * orbsvcs/tests/Miop/McastFragmentation/Hello_Impl.h:
        * orbsvcs/tests/Miop/McastFragmentation/run_test.pl:
        * orbsvcs/tests/Miop/McastFragmentation/run_test_ipv6.pl:
        * orbsvcs/tests/Miop/McastFragmentation/server.cpp:
          Missed the parameter parsing changes from the last update and report
          possiable problems from the McastFragmentation test but make the test
          less demanding for the scoreboard systems.

Thu Jan 24 15:51:00 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * NEWS:
        * doc/Options.h:
        * orbsvcs/orbsvcs/PortableGroup/miop_resource.cpp:
        * orbsvcs/orbsvcs/PortableGroup/miop_resource.h:
        * orbsvcs/orbsvcs/PortableGroup/miopconf.h:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.h:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp:
          Added MIOP configuration options -ORBSendThrottling and -ORBEagerDequeueing,
          along with #define overrides for their default settings. See the descriptions
          in the MIOP section of doc/Options.html for their use.

Wed Jan 23 19:43:50 UTC 2013  Adam Mitz  <mitza@ociweb.com>

        * tao/RTScheduling/Request_Interceptor.cpp:

          Use size_t consistently for generating RTScheduling::Current::IdType.
          Some platforms have sizeof(size_t) != sizeof(long).

Wed Jan 23 19:12:02 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/SL3CSI.idl:
        * orbsvcs/orbsvcs/SL3TCPIP.idl:
        * orbsvcs/orbsvcs/SL3TLS.idl:
          Removed these files, not used at all

Tue Jan 22 16:26:24 UTC 2013  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_component_cpp (scan):

          Added scan for ancestors of supported interface, if any. An attribute
          in such an interface would generate the servant get/set methods, but
          not trigger the top-level set_attributes() method. Thanks to
          Jiang Wei <jiangwei_1976 at yahoo dot com dot cn> for reporting
          the problem and supplying a patch. Bugzilla 4086 fix.

Fri Jan 18 11:03:30 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp:
          Investigating multi-threaded MIOP servers through-put and
          resourcing issues. Robusting/simplifying for now.

Wed Jan 16 14:33:30 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp:
          Since the notify change, (Fri Jan  4 15:48:20 UTC 2013  Simon Massey)
          there is no requirement for the message processing while loop, the
          reactor handles that. Also add a second check after the lock is
          aquired before attempting to dequeue the complete message for
          processing (another thread could have gotten there first).

Wed Jan 16 08:45:30 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * tao/GIOP_Message_Base.cpp:
        * tao/ZIOP/ZIOP.cpp:
          Reverted and then correctly modified these changes from
          (Wed Dec 05 09:41:00 UTC 2012  Simon Massey)
          The Data_Blocks were getting double deleted under some
          circumstances within the MIOP transport. The correct
          flags to be used in the above files is actually the
          Message_block self_flags()  NOT the datablock flags.
          The inconsistancy was originally caused by the
          mixup with the addition of the eairlier ZIOP merge
          (Thu Mar 12 07:42:57 UTC 2009  Marcel Smit)
          where the CDR's were being given the data block flags
          instead of the message block flags. My original change
          made them consistant with the data block flags which is
          obviously incorrect. (All other transports use consistant
          flag settings between the Message block and the Data Block,
          and so this decision had very limited impact, however
          MIOP does not).

Mon Jan 14 15:28:33 UTC 2013  Adam Mitz  <mitza@ociweb.com>

        * tests/Bug_4082_Regression/Bug_4082_Regression.cpp:
        * tests/Bug_4082_Regression/Bug_4082_Regression.idl:

          De-fuzzed

Fri Jan 11 16:53:58 UTC 2013  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp:

          Fixed a bug in the logic of typecode declaration generation. Some
          sequence typecodes were getting generated twice. Thanks to Sergey
          Onuchin <sonuchin at parallels dot com> for reporting the bug.

Thu Jan 10 20:45:55 UTC 2013  Adam Mitz  <mitza@ociweb.com>

        * bin/tao_orb_tests.lst:
        * tests/Bug_4082_Regression/Bug_4082_Regression.idl:
        * tests/Bug_4082_Regression/Bug_4082_Regression.mpc:
        * tests/Bug_4082_Regression/Bug_4082_Regression.cpp:

          Added a new test for this bug (regression currently fails).

Mon Jan  7 14:00:00 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * tao/Transport.inl:
          The new inline function has been moved outside of the #if #endif section
          it shouldn't have been conditional.

Fri Jan  4 15:48:20 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp:
          Correction to the placement of the notify.

Fri Jan  4 15:28:20 UTC 2013  Simon Massey  <simon dot massey at prismtech dot com>

        * bin/tao_other_tests.lst:
        * orbsvcs/tests/Bug_4080_Regression/Bug_4080_Regression.mpc:
        * orbsvcs/tests/Bug_4080_Regression/client.cpp:
        * orbsvcs/tests/Bug_4080_Regression/README:
        * orbsvcs/tests/Bug_4080_Regression/run_test.pl:
        * orbsvcs/tests/Bug_4080_Regression/server.cpp:
        * orbsvcs/tests/Bug_4080_Regression/svc.conf:
        * orbsvcs/tests/Bug_4080_Regression/test.idl:
        * orbsvcs/tests/Bug_4080_Regression/test_impl.cpp:
        * orbsvcs/tests/Bug_4080_Regression/test_impl.h:

          Bugzilla 4080 test.

        * orbsvcs/orbsvcs/PortableGroup/Portable_Group_Map.h:
        * orbsvcs/orbsvcs/PortableGroup/Portable_Group_Map.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp:
        * tao/Transport.h:
        * tao/Transport.inl:
        * tao/Transport.cpp:

          Bugzilla 4080 Fix.

Fri Jan  4 12:07:03 UTC 2013  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Monitor/Monitor.cpp:
          Fixed versioned namespace problem

Thu Dec 27 09:19:04 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated in preparation of next release

Thu Dec 27 10:00:49 CET 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO version 2.1.7 released.

Tue Dec 18 16:23:19 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * NEWS:

          Added tao_idl bug fix entry.

Mon Dec 17 13:40:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/tests/Miop/McastHello/svc.conf:
          Updated to enable -ORBListenOnAll 1.

 Wed Dec 05 09:41:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp:
          Re-fixed the memory leak in MIOP server listener (as previous).
          Since this data block's buffer is malloced internally (heap),
          it definatly does need to be deleted by the data block as required.
          (Obviously when the don't delete flags was set on the data block
          incorrectly, previous to the fix, no deletion occured at all,
          so the allocated memory buffer leaked.) The data block itself however
          is stack based, and so the message block doesn't need to allocate or
          delete the data block that holds this memory buffer itself. This is
          apparently different to most other listeners where both the message
          and data blocks are on the stack and thus the two block's flags agree.

        * tao/GIOP_Message_Base.cpp:
        * tao/ZIOP/ZIOP.cpp:
          Corrected the mix-up of the Message block self_flags() being used where the
          internal data block flags() should have been. ACE_InputCDR's were being
          initialised with copies of these malloced datablock's buffers and they were
          being deleted premiturely since the duplication hadn't been performed correctly.
          The check for this duplication was incorrectly using the message block self_flags()
          instead of the data block flags() and was therefore seeing the memory buffers
          as stack based and not requiring duplication, but the ACE_InputCDR was then being
          passed the actual data block flags which changed this requirement so the
          ~ACE_InputCDR duly deleted the memory block eairly.

Mon Dec  3 15:28:17 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/AnyTypeCode/Sequence_TypeCode_Static.h:
        * tao/AnyTypeCode/String_TypeCode.h:
        * tao/AnyTypeCode/String_TypeCode_Static.h:
        * tao/AnyTypeCode/Struct_TypeCode_Static.h:
        * tao/AnyTypeCode/Union_TypeCode.h:
          Layout changes

Mon Dec 03 09:253:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp:
          Re-introduced memory leak in MIOP server listener. Something
          more complex and unknown is interacting with the memory block
          requiring it's extended life.

Fri Nov 30 15:23:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp:
          Fixed memory leak and alignment in MIOP server listener.

Fri Nov 30 12:29:48 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * utils/nslist/nsadd.cpp:
          No need to call orb destroy in catch, we do that already a
          few lines further

Thu Nov 29 14:33:56 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/IDL_Test/PEMNaming.idl:

          Fixed more fuzz errors.

Thu Nov 29 10:13:16 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/DLL_ORB/client.cpp:
        * tests/DLL_ORB/server.cpp:
          Fixed compile problems

Thu Nov 29 10:12:20 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2677_Regression/server.cpp:
        * tests/Bug_3542_Regression/server.cpp:
          Fixed compile problems

Wed Nov 28 14:14:51 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/util/utl_global.cpp (destroy):

          Added check for null before calling
          reset_last_in_same_parent_scope() on the internal CORBA
          module AST node. Thanks to Simon Massey
          <simon dot massey at primstech dot com> for pointing
          out this problem.

Wed Nov 28 07:33:16 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/AnyTypeCode/Any.cpp:
        * tao/AnyTypeCode/Any_Basic_Impl.cpp:
        * tao/AnyTypeCode/Any_Impl_T.cpp:
        * tao/AnyTypeCode/Any_Special_Impl_T.cpp:
        * tao/AnyTypeCode/Objref_TypeCode.h:
          Layout changes

        * tests/Bug_2936_Regression/bug2936.cpp:
          Fixed compile problems

Tue Nov 27 21:50:14 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/IDL_Test/loader_const.idl:
        * tests/IDL_Test/PEMNaming.idl:
        * TAO_IDL/ast/ast_module.cpp:
          Fixed fuzz errors.

Tue Nov 27 12:43:30 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc:
          Install fixes for install data

Tue Nov 27 11:52:55 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/Trading_Service/Trading_Service.mpc:
          Install fixes for install data

Tue Nov 27 11:24:11 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/Naming_Service/Naming_Service.mpc:
        * orbsvcs/Notify_Service/Notify_Service.mpc:
          Install fixes for install data

Tue Nov 27 10:27:01 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * utils/catior/catior.mpc:
        * utils/nslist/nslist.mpc:
          Install fixes

Tue Nov 27 09:54:12 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
          Set gendir tao-imr for docu files

Mon Nov 26 11:50:40 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
          Added install back for imr

Sat Nov 24 10:02:12 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
          No need to set explicit install

Sat Nov 24 09:17:21 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp:
          Fixed compile error

Fri Nov 23 19:15:15 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/ast/ast_module.cpp:
        * TAO_IDL/include/ast_module.h:
        * TAO_IDL/util/utl_global.cpp:

          Fixed bug caused by (1) processing multiple IDL files in one pass
          and (2) any IDL file except the last containing an include of
          orb.idl. This include causes reopenings of the CORBA module,
          in addition to the one created internally by tao_idl to contain
          the basic types. This last is a special module, but like other
          AST nodes, contains a reference to the most recent reopening
          in its parent scope. Since the reopened CORBA modules are
          destroyed after the included file is processed, this special
          module contained a garbage reference, since it is not destroyed
          until all IDL files are processed. Code was added to reset
          this reference to the module itself after each file is processed.
          Thanks to Sergey Onuchin <sonuchin at parallels dot com> for
          reporting the bug and for supplying example IDL files.

        * TAO_IDL/util/utl_scope.cpp:

          Cosmetic changes.

        * tests/IDL_Test/loader_const.idl:
        * tests/IDL_Test/PEMNaming.idl:

          New files that formerly reproduced the bug described above.

        * tests/IDL_Test/IDL_Test.mpc:

          Updated the MPC file to use the new IDL files above.

Fri Nov 23 17:55:33 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
          Updated for rename of readme

Fri Nov 23 16:48:56 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/ImplRepo_Service/README:
        * orbsvcs/ImplRepo_Service/README.txt:
          Renamed to README to be consistent with other orbsvcs

Fri Nov 23 15:35:46 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
          Use install as base instead of install_bin

Fri Nov 23 15:27:26 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/Concurrency_Service/Concurrency_Service.mpc:
        * orbsvcs/CosEvent_Service/CosEvent_Service.mpc:
        * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
        * orbsvcs/Naming_Service/Naming_Service.mpc:
        * orbsvcs/Notify_Service/Notify_Service.mpc:
        * orbsvcs/Time_Service/Time_Service.mpc:
        * orbsvcs/Trading_Service/Trading_Service.mpc:
        * utils/catior/catior.mpc:
        * utils/nslist/nslist.mpc:
          Install readme files also

Fri Nov 23 13:31:09 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/Naming_Service/Naming_Service.mpc:
          Also install readme

Fri Nov 23 08:08:57 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/PortableGroup/PortableGroup_ORBInitializer.cpp:
        * orbsvcs/tests/Bug_3486_Regression/server.cpp:
        * orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp:
        * orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp:
        * orbsvcs/tests/Notify/Bug_3646b_Regression/server.cpp:
        * orbsvcs/tests/Notify/Bug_3646c_Regression/server.cpp:
        * orbsvcs/tests/Notify/Bug_3646d_Regression/server.cpp:
        * orbsvcs/tests/Notify/Bug_3663_Regression/server.cpp:
        * orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp:
        * tao/CSD_Framework/CSD_ORBInitializer.cpp:
        * tao/Codeset/Codeset_Manager_i.cpp:
        * tao/ORBInitializer_Registry.cpp:
        * tao/ORB_Core.cpp:
        * tao/PI/ORBInitInfo.cpp:
        * tao/PortableServer/LifespanStrategyPersistent.cpp:
        * tao/RTCORBA/RT_ORBInitializer.cpp:
        * tao/TAO_Internal.cpp:
        * tao/params.cpp:
        * tests/Bug_2677_Regression/server.cpp:
        * tests/Bug_2936_Regression/bug2936.cpp:
        * tests/Bug_3542_Regression/server.cpp:
        * tests/DLL_ORB/client.cpp:
        * tests/DLL_ORB/server.cpp:
        * tests/ORB_Local_Config/Bug_2612/Test.cpp:
        * tests/ORB_Local_Config/Service_Dependency/Test.cpp:
        * tests/TransportCurrent/Framework/simple.cpp:
          Use ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE with the TAO_VERSION
          so that with Debian/Ubuntu packaged distro's we try to load
          the correct library which for example are named libTAO-6.1.1.so

Tue Nov 20 19:32:42 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Utils/PolicyList_Destroyer.cpp:
          Call index also in the try/catch scope because it can also
          throw an exception

Tue Nov 20 13:39:00 UTC 2012  Simon Massey  <Simon dot massey at prismtech dot com>

        * TAO_IDL/be/be_util.cpp:
          Remove Help message concerning -si parameter that is no longer
          accepted. (As of Sun Nov 27 18:19:18 UTC 2011  Johnny Willemsen
          the S.inl files are not generated anymore.)

Mon Nov 12 10:07:02 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated for next release

Mon Nov 12 09:34:14 CET 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO version 2.1.6 released.

Fri Nov  9 12:06:03 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Simple/time/Time_Client_i.cpp:
          Don't shutdown the orb, the client template already does
          that

        * examples/Simple/time/server.cpp:
          Layout changes

        * examples/Simple/Simple_util.cpp:
          Fixed memory leak

Tue Nov  6 14:06:48 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated for ObjRefTemplate chnages

Mon Nov  5 08:25:48 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Cache_Entries_T.h:
          Use bool instead of CORBA::Boolean

        * tao/LocateRequest_Invocation.cpp:
        * tao/Transport.h:
        * tao/Transport_Cache_Manager_T.cpp:
        * tao/Transport_Connector.cpp:
          Const, layout, and doxygen changes

Wed Oct 31 09:09:25 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/Root_POA.cpp:
          Updated if comparison

        * tests/CSD_Strategy_Tests/TP_Test_2/run_test.pl:
          Increased wait time for slower targets

Tue Oct 30 10:50:49 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/Root_POA.h:
        * tao/PortableServer/Root_POA.cpp:
          Cache ORT_Adapter_Factory in the POA at creation, prevents
          a lookup when (un)registering a servant which could trigger
          a possible deadlock when the registering of the servant is
          coming from the init of an ACE service

Fri Oct 19 07:56:56 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/AnyTypeCode/Alias_TypeCode.cpp:
        * tao/AnyTypeCode/Alias_TypeCode_Static.cpp:
        * tao/AnyTypeCode/Objref_TypeCode.cpp:
        * tao/AnyTypeCode/Objref_TypeCode_Static.cpp:
        * tao/Any_Insert_Policy_T.h:
          Layout changes

Wed Oct 17 12:31:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h:
          Doxygen change

        * tao/PortableServer/Root_POA.cpp:
          Layout change

Mon Oct 15 13:26:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Messaging/AMH_Response_Handler.h:
          Use virtual inheritance

        * tao/PortableServer/Root_POA.h:
          Doxygen fix

Fri Oct 12 10:51:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated for x.1.5

Fri Oct 12 11:20:25 CEST 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO version 2.1.5 released.

Wed Oct  3 08:25:41 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/OBV/README:
          Layout changes

Tue Sep 18 16:26:00 UTC 2012  Simon Massey  <sma at prismtech dot com>

        * tao/UB_String_Argument_T.cpp:
          Missed one of the changes with the original
          Wed Jan 13 16:30:00 UTC 2012 change:
          Was also directly calling delete [] on CORBA::strings
          instead of using CORBA::string_free(). As this delete []
          call was also inside a template however, it needed to actualy
          use the S_var::s_traits::release () that mapped this
          to the correct CORBA::string_free() call.

Tue Sep  4 16:02:00 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/fe/fe_utils.cpp(FE_Utils::can_be_redefined):

          Removed unused local variables.

Thu Aug 30 19:27:46 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/IDL_Test/included.idl:
        * tests/IDL_Test/including.idl:

          Modified included interface name to avoid link error.

Thu Aug 30 19:11:45 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/fe/fe_utils.cpp(FE_Utils::can_be_redefined):

          Fixed the logic for interface and its derived AST types - valuetype,
          eventtype and component. Since 5.7.9, a forward declared interface
          occurring after a fully defined interface included from another IDL
          file would give a bogus error. Thanks to Andrés Senac González
          <andres at senac dot es> for reporting the bug and supplying sample
          IDL.

        * tests/IDL_Test/included.idl:
        * tests/IDL_Test/including.idl:

          Added supplied IDL to test cases.

Wed Aug 29 07:33:35 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ChangeLog:
        * ChangeLogs/ChangeLog-2012a:
        * NEWS:
          Prepared for the next release

Wed Aug 29 08:16:04 CEST 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO version 2.1.4 released.

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: