summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: 2877f87450980d71d2ea0a000e70a24872990ecf (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
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
Sun Apr 15 12:36:06 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp:
          Fixed coverity error

Fri Apr 06 09:03:19 CEST 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO version 2.1.1 released.

Tue Apr  3 16:52:21 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/AnyTypeCode/Any.cpp:

          Removed strdelete of string and wstring buffers returned in Any extraction
          to std::string and std::wstring, since the Any still owns them and will
          free them upon its destruction. Thanks to Thomas Stegemann
          <Thomas dot Stegemann at materna dot de> for reporting the problem and
          supplying a patch.

Fri Mar 30 13:04:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_component/component_exh.cpp:
        * TAO_IDL/be/be_visitor_component/executor_exh.cpp:
        * TAO_IDL/be/be_visitor_component/facet_exh.cpp:
          Extended documentation for the CIAO executors

Fri Mar 30 13:55:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tao/Compression/Compression_Manager.h:
          Methods should all be public (being virtual they were public in base and
          were all callable anyway). Removes some annoying warnings.

Wed Mar 28 16:43:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tao/ZIOP/ZIOP.cpp:
          Correct the debug string %d does not display a float value well. Also
          correct the maths a bit concerning other uses of ::Compression::CompressionRatio.

Wed Mar 28 12:12:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tests/ZIOP/Hello.cpp:
        * tests/ZIOP/client.cpp:
          Initialise all bytes being send by client and server and ensure they will
          readily compress. Valgrind kept reporting that there were unitialized
          bytes being compressed, the client didn't initialise it's big request
          octet sequence, and Hello.cpp was being too complex in it's initalization
          of Big_reply, leaving holes in it's octet sequence init.

Wed Mar 28 10:40:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tests/ZIOP/client.cpp:
          Correct the test of the contents of the var, use .in() not ._retn() in
          strstr() call; test was leaking.

Tue Mar 27 15:53:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tests/ZIOP/client.cpp:
          compression_manager->get_compressor () needs to be stored in a
          ::Compression::Compressor_var as it is reference counted.

Tue Mar 27 14:50:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tao/Compression/Base_Compressor.cpp:
        * tao/Compression/Base_Compressor.h:
          compressor_factory_ should not be a var just a pointer. Each compressor is
          passed in the "this" pointer of the factory that created it (which holds
          each compressor that is created inside it in it's own var). When it comes
          to delete the factory, each compressor held within the factory will keep the
          factory reference count artificially high so it does not get deleted and
          so the compressors it holds are also not deleted. Basically the var creates a
          circular reference counted chain of objects. Now the compressors simply hold a
          pointer to the factory, when the factory is deleted, each contained compressor
          will also be deleted.

Tue Mar 27 13:17:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tao/ORB_Core.cpp:
          Release the compression_manager_ in TAO_ORB_Core::fini().

        * tao/Compression/Compression_Manager.cpp:
        * tao/Compression/Compression_Manager.h:
          Deletion bug-fixes.

Tue Mar 27 10:40:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tests/ZIOP/client.cpp:
          Wrong wide char string being compared should always be narrow char.

Mon Mar 26 22:20:14 UTC 2012  Trevor Fields  <fields_t@ociweb.com>

        * orbsvcs/tests/Notify/Basic/ExtendedFilter.h:
          Removed unnecessary pointers.

Mon Mar 26 13:11:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tests/ZIOP/client.cpp:
          Correct test 4 checks for compression being used. (Was hidden as the client
          was selecting the wrong compressor).

        * tao/ZIOP/ZIOP.cpp:
          Updated the debugging messages (Give compressor level found in each list
          with compressor name).

        * tao/ZIOP/ZIOP_Stub.cpp:
          Correct client priority compressor selection for sending requests to the
          server. The client was selecting compression based upon the Server
          compressor list priority, not the client compressor list priority, and
          could select compression even when the server didn't publish any compression
          availablitiy.

Fri Mar 23 23:29:21 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_component/executor_exh.cpp:
        * TAO_IDL/be/be_visitor_component/executor_private_exh.cpp:
        * TAO_IDL/be/be_visitor_component/facet_exh.cpp:
        * TAO_IDL/be/be_visitor_component_scope.cpp:
        * TAO_IDL/be/be_visitor_home/home_exh.cpp:
          Generate more documentation into the generated executor

Fri Mar 23 21:57:44 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_component/executor_exh.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_ch.cpp:
          Generated some documentation into the executor header, mostly
          using @copydoc to copy the documentation from the IDl file

Fri Mar 23 21:09:02 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_attr_setarg_type.cpp:
          Add missing ::

Fri Mar 23 20:36:31 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_attr_assign.cpp:
        * TAO_IDL/be/be_visitor_attr_return.cpp:
          Fixed bugzilla 4009, problem generating the CCM executor when
          we have an attribute of type sequence included from another file

Fri Mar 23 18:18:30 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/AnyTypeCode/Any_SystemException.cpp:
        * tao/CSD_Framework/CSD_Strategy_Repository.cpp:
          Initialize pointer to 0

        * tao/CodecFactory/IOP_Codec.pidl:
          removed old comments

        * tao/Profile.cpp:
          layout changes

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

        * NEWS:
          Stated ZIOP now working on the return path.

        * tests/ZIOP/TestCompressor_Factory.h:
          Moved the COMPRESSORID_FOR_TESTING to another unknown slot (100) as
          the original 10 is now COMPRESSOR_RLE.

        * tao/ZIOP/ZIOP.cpp:
          Updated the debugging messages (ACE_ERROR -> ACE_DEBUG).

        * tao/ZIOP/ZIOP_Stub.cpp:
          Corrected the corruption of the client-side policies that
          were being broadcast to the server. The first, highest, priority
          slot was being over-written with the policy and actual compression
          level being used, replacing another possiable compressor ID. This
          effectivly doubled-up on the found compressor ID in the list (if
          it was actually found further down the list). The list is now
          re-ordered to preserve the skipped over compressors (and their relative
          priorities) so that the server can still see what alternatives are
          available for it to use based upon it's own priority order as per
          the ZIOP spec.

Fri Mar 23 11:20:55 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
          Fixed compile error

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

        * tao/Strategies/COIOP_Transport.cpp:
        * tao/Strategies/COIOP_Transport.h:
        * tao/Strategies/SCIOP_Transport.cpp:
        * tao/Strategies/SCIOP_Transport.h:

          Missed a couple of alternate transport updates from
          Thu Mar 22 11:10:00 UTC 2012 Simon Massey below.

Fri Mar 23 00:13:54 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_1476_Regression/server.cpp:
        * tests/Bug_2234_Regression/server.cpp:
        * tests/Bug_3470_Regression/test.cpp:
        * tests/NestedUpcall/Triangle_Test/initiator.cpp:
        * tests/POA/Forwarding/server.cpp:
        * tests/Portable_Interceptors/AdvSlotExt/server.cpp:
        * tests/Portable_Interceptors/Bug_2510_Regression/Server_ORBInitializer.cpp:
          Fixed coverity errors

Thu Mar 22 17:05:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tao/ZIOP/ZIOP.cpp:
          Attempt to select the correct compressor for the server's reply.

Thu Mar 22 14:31:35 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp:
        * orbsvcs/orbsvcs/Log/EventLog_i.cpp:
        * orbsvcs/orbsvcs/Log/RTEventLogFactory_i.cpp:
        * orbsvcs/orbsvcs/Log/RTEventLog_i.cpp:
        * orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorConsumerAdmin.cpp:
        * orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
        * orbsvcs/tests/FtRtEvent/PushSupplier.h:
        * orbsvcs/tests/Notify/lib/Command_Builder.cpp:
        * orbsvcs/tests/Notify/lib/Driver.cpp:
          Coverity fixes

Thu Mar 22 11:10:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.cpp:
        * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.h:
        * tao/GIOP_Message_Base.cpp:
        * tao/GIOP_Message_Base.h:
        * tao/IIOP_Transport.cpp:
        * tao/IIOP_Transport.h:
        * tao/Messaging/AMH_Response_Handler.cpp:
        * tao/On_Demand_Fragmentation_Strategy.cpp:
        * tao/TAO_Server_Request.cpp:
        * tao/Transport.cpp:
        * tao/Transport.h:
        * tao/ZIOP_Adapter.h:
        * tao/Strategies/DIOP_Transport.cpp:
        * tao/Strategies/DIOP_Transport.h:
        * tao/Strategies/SHMIOP_Transport.cpp:
        * tao/Strategies/SHMIOP_Transport.h:
        * tao/Strategies/UIOP_Transport.cpp:
        * tao/Strategies/UIOP_Transport.h:
        * tao/ZIOP/ZIOP.cpp:
        * tao/ZIOP/ZIOP.h:
        * tests/Bug_3531b_Regression/server.cpp:

          Provide a pointer to the TAO_ServerRequest object down to
          TAO_GIOP_Message_Base::format_message() and
          TAO_ZIOP_LOADER::marshal_data () for server reply.
          Note this once more changes the transport send_message() api
          for ZIOP (and other furture uses) to add a possiable
          TAO_ServerRequest object as well as the possiable stub object.
          This lets the send_message access the client provided
          policies that control how the message is being dealt with.

Wed Mar 21 13:08:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tao/ZIOP/ZIOP_Service_Context_Handler.cpp:
        * tao/orbconf.h:

          My system had defined TAO_HAS_ZIOP explicitly so I didn't see that
          the mod to disable it (Fri Feb 24 09:18:00 UTC 2012  Johnny Willemsen)
          when TAO_HAS_CORBA_MESSAGING is not defined was put in before this was
          defaulted in this header. Move the ZIOP definitions to after the
          TAO_HAS_CORBA_MESSAGING ones. I've also guarded the use in
          ZIOP_Service_Context_Handler.cpp just to be safe.

Tue Mar 20 11:45:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tao/GIOP_Message_Generator_Parser_12.cpp:
        * tao/Service_Context_Handler.h:
        * tao/Service_Context_Handler_Registry.cpp:
        * tao/Service_Context_Handler_Registry.h:
        * tao/Synch_Reply_Dispatcher.cpp:
        * tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp:
        * tao/BiDir_GIOP/BiDir_Service_Context_Handler.h:
        * tao/Codeset/Codeset_Service_Context_Handler.cpp:
        * tao/Codeset/Codeset_Service_Context_Handler.h:
        * tao/DiffServPolicy/DiffServ_Service_Context_Handler.cpp:
        * tao/DiffServPolicy/DiffServ_Service_Context_Handler.h:
        * tao/RTCORBA/RT_Service_Context_Handler.cpp:
        * tao/RTCORBA/RT_Service_Context_Handler.h:
          Enable the process_service_context() call to take a pointer
          to the TAO_ServerRequest object (Null pointer with call
          to Synch_Reply_Dispatcher.cpp as this is a reply not a request).
          This allows the framework to decode the policies and save them
          for future use.

        * tao/TAO_Server_Request.cpp:
        * tao/TAO_Server_Request.h:
        * tao/ZIOP/ZIOP_Service_Context_Handler.cpp:
        * tao/ZIOP/ZIOP_Service_Context_Handler.h:
          process_service_context() now stores the decoded policies into
          the TAO_ServerRequest object for later use. This keeps the decoder
          with the encoder code in ZIOP/ZIOP_Service_Context_Handler.cpp.

Fri Mar 16 16:07:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tao/ZIOP/ZIOP_Service_Context_Handler.cpp:
          Correction to generate_service_context() to use a new OutputCDR for
          each policy being encoded. (The later policies were being incorrectly
          appended to the earlier polices as the slots in the policy sequence
          were populated.) Provide the decode functionality for later use of
          these policies in the server via process_service_context().

Fri Mar 16 10:45:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tests/ZIOP/common.h:
        * tests/ZIOP/client.cpp:
        * tests/ZIOP/server.cpp:
          Remove scoreboard warnings.

Thu Mar 15 10:35:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * bin/tao_orb_tests.lst
          ZIOP test actually require BZIP2 in addition to ZLIB.

Thu Mar 15 09:17:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * tests/ZIOP/common.h:
        * tests/ZIOP/client.cpp:
        * tests/ZIOP/server.cpp:
          With the recent change (Mon Feb 27 08:16:27 UTC 2012  Johnny Willemsen)
          Putting the zlib compressors into a map for reuse, the ZIOP test needed to be updated
          to obtain the correct compressor to determine if the compression had worked.
          i.e. the client needs to know what level of compression was actually used
          to talk with the server NOT the level it was advertising it was capable of.

Wed Mar 14 14:05:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * bin/tao_orb_tests.lst
          ZIOP config removed since ZIOP now built by default.

Tue Mar 13 20:44:11 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_valuetype(has_supported_op):

          Fixed typo in IF block termination check. Thanks to
          Michael Frommberger <michael dot frommberger at gmx
          dot net> for reporting the oversight.

Tue Mar 13 18:50:38 UTC 2012  Trevor Fields  <fields_t@ociweb.com>

        * orbsvcs/orbsvcs/CosNotifyFilterExt.idl:
        * orbsvcs/tests/Notify/Basic/ExtendedFilter.cpp:
        * orbsvcs/tests/Notify/Basic/ExtendedFilter.h:

          Fixed fuzz and unused variable warnings on optimized builds.

Tue Mar 13 16:50:37 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_commponent.cpp(scan):

          Modified be_component::scan() to check the component's
          supported interfaces (if any). They will have no ports,
          but the presence of one or more read/write attributes
          will trigger the generation of the servant's set_attribute()
          method, which was incorrectly getting skipped if the component
          itself had no attributes. Thanks to Michael Frommberger
          <michael dot frommberger at gmx dot net> for reporting
          the problem.

Mon Mar 12 20:47:27 UTC 2012  Trevor Fields  <fields_t@ociweb.com>

        * orbsvcs/orbsvcs/CosNotification.mpc:
        * orbsvcs/orbsvcs/CosNotifyFilterExt.idl:

          Added an extension of the CosNotifyFilter::FilterFactory
          to allow removal of filter created by the factory.  The extension
          also has getters for existing filters and ids.

        * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.cpp:
        * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.h:

          Converted TAO_Notify_ETCL_FilterFactory to implement
          the extended FilterFactory type.

        * orbsvcs/tests/Notify/Basic/Basic.mpc:
        * orbsvcs/tests/Notify/Basic/ExtendedFilter.cpp:
        * orbsvcs/tests/Notify/Basic/ExtendedFilter.h:
        * orbsvcs/tests/Notify/Basic/run_test.pl:

          Test for the extended filterfactory methods.

Sun Mar 11 13:21:48 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Callback_Quoter/Notifier_i.h:
        * examples/Callback_Quoter/Notifier_i.cpp:
        * examples/Persistent_Grid/Grid_i.cpp:
        * examples/PluggableUDP/tests/SimplePerformance/client.cpp:
        * examples/Simple/bank/AccountManager_i.cpp:
          Coverity fixes

Thu Mar  8 16:12:46 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * tao/Valuetype/AbstractBase.cpp:
          Fixed reference counting problem.

Thu Mar  8 07:50:47 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/IFR_Client/IFR_Client.mpc:
          Fixed export macros

Wed Mar  7 18:33:32 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/IFR_Client/IFR_Client.mpc:
        * tao/IFR_Client/IFR_Client_Adapter_Impl.h:
        * tao/IFR_Client/IFR_Client_Adapter_Impl.cpp:
          Fixed export macros

Wed Mar  7 15:27:00 UTC 2012  Simon Massey <simon dot massey at prismtech dot com>

        * tests/DynValue_Test/Analyzer.cpp:
        * tao/DynaicAny/DynCommon.cpp:
        * tao/DynaicAny/DynEnum_i.cpp:
        * tao/DynaicAny/DynValueCommon_i.cpp:
        * tao/DynaicAny/DynValueBox_i.cpp:
        * tao/DynaicAny/DynUnion_i.cpp:
          Coverity problems addressed.

Wed Mar  7 14:16:30 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/IFR_Client/IFR_Base.pidl:
          Include normal idl file

        * tao/IFR_Client/IFR_Client.mpc:
          Generate export headers

        * tao/IFR_Client/ifr_client_export.h:
        * tao/IFR_Client/ifr_client_skel_export.h:
          Removed from svn, now generated as part of the build

Wed Mar  7 10:02:59 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated for release

Wed Mar 07 09:04:40 CET 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO version 2.1.0 released.

Fri Mar  2 12:33:17 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/IFR_Client/IFR_Client.mpc:
        * tao/tao.mpc:
          Added missing files for install

Thu Mar 1 13:52:00 UTC 2012  Simon Massey <simon dot massey at prismtech dot com>

        * tao/DynaicAny/DynValue_i.cpp:
        * tests/DynValue_Test/Analyzer.cpp:
          Missing .in () for vars.

Thu Mar 1 11:45:00 UTC 2012  Simon Massey <simon dot massey at prismtech dot com>

        * tests/DynValue_Test/main.cpp:
          Removed fuzz warning about NULL by changing case to Null.
          These are ACE_DEBUG text messages about Null ValueTypes not
          NULL pointer checks.

Thu Mar 1 11:27:00 UTC 2012  Simon Massey <simon dot massey at prismtech dot com>

        * tao/Valuetype_Adapter.h:
        * tao/AnyTypeCode/Any_Impl.cpp:
        * tao/Valuetype/Valuetype_Adapter_Impl.h:
        * tao/Valuetype/Valuetype_Adapter_Impl.cpp:
          Removed dependancy on ValueBase.h within Any_Impl.cpp using the adapter.

Wed Feb 29 16:30:00 UTC 2012  Simon Massey <simon dot massey at prismtech dot com>

        * TAO_IDL/be/be_visitor_typecode/value_typecode.cpp:
          Allow VM_TRUNCATABLE to be recorded in the typecode.

        * TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp:
          Stop the Any insertion of Valuetypes setting the any typecode to
          the fully derived type. This was stopping the value from being
          extracted (as the tc was wrong at extraction, or the embedded
          Any_Impl_T<base *> class wouldn't dynamic_cast to the Any_Impl_T<derived *>.

        * tao/AnyTypeCode/Any_Impl.cpp:
          When marshaling the any, If it is holding a valueType, send the
          fully derived typecode of the type being held instead of the
          Any embedded typecode. This effectivly takes over from the change
          to Any insertion above. (The value of the valuetype is always
          sent as the fully derived type, so the typecode must match what is
          actually sent.) This allows CORBA::Anys to hold a base pointer to
          a derived valuetype and marshal it correctly whilst still allowing
          the user to manipulate the value in the Any without locking
          themselves out!

        * tao/AnyTypeCode/Any_Unknown_IDL_Type.cpp:
          Add debug output to a silent Marshaling exception.

        * tao/AnyTypeCode/append.cpp:
        * tao/AnyTypeCode/skip.cpp:
          The code for value/event types needed to recognise ValueBox types
          and behave slightly differently.

        * tao/AnyTypeCode/typecode.cpp:
          Tidy up of code.

        * tao/Valuetype/ValueBase.h:
        * tao/Valuetype/ValueBase.cpp:
          Add quite a lot of extra debug output during error cases.
          Fix some CDR alignment bugs with indirection.
          Added missing _copy_value () virtual call.
          Split _tao_unmarshal_pre() into two sub functions
          _tao_unmarshal_header () and _tao_unmarshal_find_factory().
          Make _tao_write_repository_id () and _tao_write_special_value ()
          accessable (should be friends of DynValue but proved problematic
          so made them public).
          Move indirection Map macros from code to header for sharing with
          DynValue_i.cpp

        * tao/DynaicAny/DynAny_i.h:
        * tao/DynaicAny/DynAny_i.cpp:
        * tao/DynaicAny/DynAnyFactory.cpp:
        * tao/DynaicAny/DynArray_i.h:
        * tao/DynaicAny/DynArray_i.cpp:
        * tao/DynaicAny/DynEnum_i.h:
        * tao/DynaicAny/DynEnum_i.cpp:
        * tao/DynaicAny/DynSequence_i.h:
        * tao/DynaicAny/DynSequence_i.cpp:
        * tao/DynaicAny/DynStruct_i.h:
        * tao/DynaicAny/DynStruct_i.cpp:
        * tao/DynaicAny/DynUnion_i.h:
        * tao/DynaicAny/DynUnion_i.cpp:
          Modified to cater for the "Allow_Truncation" boolean and
          creation methods.

        * tao/DynaicAny/DynAnyUtils_T.h:
        * tao/DynaicAny/DynAnyUtils_T.cpp:
        * tao/DynaicAny/DynCommon.h:
        * tao/DynaicAny/DynCommon.cpp:
          Modified to cater for the "Allow_Truncation" boolean and
          creation methods and to add the ValueType and ValueBox
          types to the list.

        * tao/DynaicAny/DynValue_i.h:
        * tao/DynaicAny/DynValue_i.cpp:
        * tao/DynaicAny/DynValueBox_i.h:
        * tao/DynaicAny/DynValueBox_i.cpp:
        * tao/DynaicAny/DynValueCommon_i.h:
        * tao/DynaicAny/DynValueCommon_i.cpp:
          Impliment these types.

        * tao/bin/tao_orb_tests.lst
        * tests/DynValue_Test/Analyzer.h:
        * tests/DynValue_Test/Analyzer.cpp:
        * tests/DynValue_Test/DynValue_Test.idl:
        * tests/DynValue_Test/DynValue_Test.mpc:
        * tests/DynValue_Test/main.cpp:
        * tests/DynValue_Test/run_test.pl:
        * tests/DynValue_Test/ValueTypes_impl.h:
        * tests/DynValue_Test/ValueTypes_impl.cpp:
          Added test for changes above.

Wed Feb 29 12:19:53 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/IFR_Client/IFR_Base.pidl:
          Use orb.idl

Wed Feb 29 09:38:23 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp:
        * orbsvcs/tests/AVStreams/Multicast/ftp.h:
        * orbsvcs/tests/AVStreams/Multicast/ftp.cpp:
          Fixed coverity error

Wed Feb 29 07:21:40 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Compression/bzip2/Bzip2Compressor.cpp:
        * tao/Compression/lzo/LzoCompressor.cpp:
          Fixed bugs in these compressors

Tue Feb 28 19:05:53 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_operation/amh_ss.cpp:
          Check result of dynamic_cast

Tue Feb 28 14:44:28 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/RTScheduling/Current.cpp:
          Fixed coverity error

Tue Feb 28 14:25:06 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/RTScheduling/RTScheduler_Manager.h:
        * tao/RTScheduling/RTScheduler_Manager.cpp:
          Fixed coverity error

Tue Feb 28 08:00:57 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Compression/lzo/LzoCompressor.cpp:
          Layout changes

        * tao/Compression/rle/RLECompressor.cpp:
        * tao/Compression/zlib/ZlibCompressor.cpp:
          Fixed some bugs in these compressors

        * tao/Valuetype/StringValue.pidl:
          Layout changes

Mon Feb 27 09:47:29 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Compression/zlib/ZlibCompressor_Factory.h:
        * tao/Compression/zlib/ZlibCompressor_Factory.cpp:
          Fixed fuzz

Mon Feb 27 08:16:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Compression/zlib/ZlibCompressor_Factory.h:
        * tao/Compression/zlib/ZlibCompressor_Factory.cpp:
          Put compressors into a map for reuse

Fri Feb 24 09:18:00 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/orbconf.h:
          If ZIOP is not defined and we have messaging, set it to 0

Thu Feb 23 19:08:43 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

        * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
          Differentiate a connection timeout vs message timeout when checking
          to see if a server is alive. On some Windows platforms at least, a
          dead server does not result in a TRANSIENT exception as one would
          expect, rather the connection attempt simply times out. Since the
          IMR already assumes that a TIMEOUT was due to a server simply being
          busy but otherwise alive, it was incorrectly assuming a dead server
          was really alive, and forwarding the client to a bogus endpoint.

Thu Feb 23 18:13:22 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp:
          Applied patch from Thomas Lockhart for a problem when
          TAO_HAS_CORBA_MESSAGING is non-zero and TAO_HAS_TYPED_EVENT_CHANNEL
          is undefined

        * tao/PortableServer/Operation_Table.h:
          Exported a struct from the dll

Thu Feb 23 12:30:56 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/rlecompressor.mpb:
          Fuzz fix

Thu Feb 23 08:06:40 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/orbconf.h:
          ZIOP depends on messaging

Thu Feb 23 08:00:29 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/rlecompressor.mpb:
        * tao/Compression/rle/RLECompressor.cpp:
        * tao/Compression/rle/RLECompressor.mpc:
        * tao/Compression/rle/RLECompressor_Factory.cpp:
        * tao/Compression/rle/TAO_RLECompressor.rc:
        * tests/Compression/RLECompressorTest.cpp:
          Updated for the move of the rle compressor to a new ACE library

        * tao/AnyTypeCode/Any.cpp:
        * tao/AnyTypeCode/NVList.cpp:
          Layout changes

Tue Feb 21 14:47:05 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Compression/Base_Compressor.h:
        * tao/Compression/Base_Compressor.cpp:
          Fixed wrong order of arguments of update_stats

Mon Feb 20 13:20:41 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/IFR_Client/IFR_Base.pidl:
          Removed not needed include

Mon Feb 20 13:10:08 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/IFR_Client/IFR_Base.pidl:
        * tao/IFR_Client/IFR_Basic.pidl:
        * tao/IFR_Client/IFR_Components.pidl:
        * tao/IFR_Client/IFR_Extended.pidl:
          Header cleanup

Mon Feb 20 12:58:20 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_argument/argument.h:
        * TAO_IDL/be/be_visitor_array/array.h:
        * TAO_IDL/be/be_visitor_attribute/attribute.h:
        * TAO_IDL/be/be_visitor_component/component.h:
        * TAO_IDL/be/be_visitor_component_fwd/component_fwd.h:
        * TAO_IDL/be/be_visitor_connector/connector.h:
        * TAO_IDL/be/be_visitor_constant/constant.h:
        * TAO_IDL/be/be_visitor_enum/enum.h:
        * TAO_IDL/be/be_visitor_exception/exception.h:
        * TAO_IDL/be/be_visitor_field/field.h:
        * TAO_IDL/be/be_visitor_home/home.h:
        * TAO_IDL/be/be_visitor_interface/interface.h:
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd.h:
        * TAO_IDL/be/be_visitor_module/module.h:
        * TAO_IDL/be/be_visitor_native/native.h:
        * TAO_IDL/be/be_visitor_operation/operation.h:
        * TAO_IDL/be/be_visitor_root/root.h:
        * TAO_IDL/be/be_visitor_sequence/sequence.h:
        * TAO_IDL/be/be_visitor_structure/structure.h:
        * TAO_IDL/be/be_visitor_structure_fwd/structure_fwd.h:
        * TAO_IDL/be/be_visitor_typecode/typecode.h:
        * TAO_IDL/be/be_visitor_typedef/typedef.h:
        * TAO_IDL/be/be_visitor_union/union.h:
        * TAO_IDL/be/be_visitor_union_branch/union_branch.h:
        * TAO_IDL/be/be_visitor_union_fwd/union_fwd.h:
        * TAO_IDL/be/be_visitor_valuebox/valuebox.h:
        * TAO_IDL/be/be_visitor_valuetype/valuetype.h:
        * TAO_IDL/be/be_visitor_valuetype_fwd/valuetype_fwd.h:
          Fuzz

Mon Feb 20 12:28:01 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/*.*:
          Reworked TAO_IDL to compile all source files one by one. This way
          a change to one visitor will trigger the needed recompile with
          any make environment. Also external tools are now much easier able
          to handle TAO_IDL

Mon Feb 20 11:16:47 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_type.cpp:
        * TAO_IDL/be/be_visitor_component/executor_exh.cpp:
        * TAO_IDL/be/be_visitor_component/executor_exs.cpp:
          Removed not needed includes

Tue Feb  7 11:27:58 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Compression/RLECompressorTest.cpp:
          Unicode fix

Tue Feb  7 11:05:19 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/XtResource/XtResource_Factory.h:
        * tao/XtResource/XtResource_Factory.cpp:
        * tao/XtResource/XtResource_Loader.h:
        * tao/XtResource/XtResource_Loader.cpp:
          Added versioned namespace macros

Tue Feb  7 09:54:31 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/compression.mpb:
          Added anytypecode

        * tao/DynamicInterface/Request.h:
          Doxygen fix

        * tao/GIOP_Message_Base.cpp:
        * tao/Tagged_Profile.cpp:
          Typo fixe

        * tao/ZIOP/ZIOP.cpp:
          Added rle

        * tests/POA/FindPOA/Adapter_Activator.h:
        * tests/POA/FindPOA/Adapter_Activator.cpp:
        * tests/POA/FindPOA/FindPOA.cpp:
          Fixed compile problems with versioned namespaces

Mon Jan 30 10:39:58 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Compression/RLECompressorTest.cpp:
          Fixed unicode compile error

Mon Jan 30 10:17:02 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Compression/Compression_Test.mpc:
          Added missing base project

        * tests/POA/FindPOA/Adapter_Activator.h:
        * tests/POA/FindPOA/Adapter_Activator.cpp:
        * tests/POA/FindPOA/FindPOA.cpp:
          Moved the adapter activator to this test

        * tao/PortableServer/Adapter_Activator.h:
        * tao/PortableServer/Adapter_Activator.cpp:
          Removed these files, shouldn't be part of the core

Mon Jan 30 09:48:00 UTC 2012  Simon Massey  <simon dot massey at prismtech dot com>

        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp:
          Redefined MIOP_MAX_DGRAM_SIZE to use the ACE_MAX_UDP_PACKET_SIZE
          instead of the much more limited ACE_MAX_DGRAM_SIZE.
          There are still other inherent problems with large MIOP packets
          but at least the end user can try and send any reasonable length.

Fri Jan 27 18:47:34 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Compression/RLECompressorTest.cpp:
        * tests/ZIOP/TestCompressor/TestCompressor.h:
        * tests/ZIOP/TestCompressor/TestCompressor.cpp:
          Fixed compile errors

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

        * tao/IORManipulation/IORManipulation.cpp:
          Fixed gcc 4.7 warning

Fri Jan 27 10:26:55 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/rlecompressor.mpb:
          No requires

        * tests/Compression/Compression_Test.mpc:
        * tests/Compression/RLECompressorTest.cpp:
        * tests/Compression/bzip2server.cpp:
        * tests/Compression/run_test.pl:
          Added rle test

Fri Jan 27 09:48:07 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/rlecompressor.mpb:
        * tao/Compression/rle/RLECompressor.h:
        * tao/Compression/rle/RLECompressor.cpp:
        * tao/Compression/rle/RLECompressor.mpc:
        * tao/Compression/rle/RLECompressor_Factory.h:
        * tao/Compression/rle/RLECompressor_Factory.cpp:
        * tao/Compression/rle/RLECompressor_export.h:
        * tao/Compression/rle/TAO_RLECompressor.rc:
          Added new rle compressor which has been contributed by Derek Dominish
          <derek dot dominish at dsto dot defence dot gov dot au>

        * tao/Compression/Base_Compressor.h:
        * tao/Compression/Base_Compressor.cpp:
        * tao/Compression/Compression.pidl:
        * tao/Compression/bzip2/Bzip2Compressor.h:
        * tao/Compression/bzip2/Bzip2Compressor.cpp:
        * tao/Compression/bzip2/Bzip2Compressor_Factory.cpp:
        * tao/Compression/lzo/LzoCompressor.h:
        * tao/Compression/lzo/LzoCompressor.cpp:
        * tao/Compression/lzo/LzoCompressor_Factory.cpp:
        * tao/Compression/zlib/ZlibCompressor.h:
        * tao/Compression/zlib/ZlibCompressor.cpp:
        * tao/Compression/zlib/ZlibCompressor_Factory.cpp:
          Changed base compressor constructor to first accept factory and
          then the level

        * tao/orbconf.h:
          Given the fact that we now have the rle compressor that doesn't
          depend on any external project we enable ZIOP by default in the ORB

Fri Jan 27 09:02:30 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated for next release

Fri Jan 27 08:58:54 CET 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO version 2.0.8 released.

Wed Jan 25 11:57:00 UTC 2012  Simon Massey <simon dot massey at prismtech dot com>

        * MPC/config/bzip2compressor.mpb:
          Fixed typo in after += Bzip22Compressor, should be Bzip2Compressor.

Tue Jan 24 16:50:39 UTC 2012  Chip Jones  <jonesc@ociweb.com>

        * NEWS:
          Added information about IDL dependency generation.

Tue Jan 24 16:33:35 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * NEWS:

          Updated file with IDL compiler bug fix.

Tue Jan 24 13:48:46 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/csd_pt_testinf_lib.mpb:
        * MPC/config/csd_tp_foo_a_lib.mpb:
        * MPC/config/csd_tp_foo_b_lib.mpb:
        * MPC/config/csd_tp_foo_c_lib.mpb:
        * MPC/config/csd_tp_test_lib.mpb:
        * MPC/config/ftrteventchannel.mpb:
        * MPC/config/kokyu_dsrt_schedulers.mpb:
        * MPC/config/notifytest.mpb:
        * MPC/config/orbsvcslib.mpb:
        * MPC/config/rtcorbacommon.mpb:
        * MPC/config/taobaseidldefaults.mpb:
        * MPC/config/taodefaults.mpb:
        * TAO_IDL/tao_idl.mpc:
        * TAO_IDL/tao_idl_be.mpc:
        * TAO_IDL/tao_idl_fe.mpc:
        * docs/tutorials/Quoter/Naming_Service/Quoter_Naming_Service.mpc:
        * docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc:
        * docs/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo.mpc:
        * docs/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.mpc:
        * docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc:
        * docs/tutorials/Quoter/Simple/Server/Quoter_Simple_Server.mpc:
        * examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler.mpc:
        * examples/RTScheduling/MIF_Scheduler/MIF_Scheduler.mpc:
        * orbsvcs/IFR_Service/IFR_Service.mpc:
        * orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc:
        * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc:
        * orbsvcs/examples/Notify/Federation/Agent/Agent.mpc:
        * orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc:
        * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/Colocated_Roundtrip.mpc:
        * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Federated_Roundtrip.mpc:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/RTCORBA_Baseline.mpc:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/RTCORBA_Callback.mpc:
        * orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc:
        * orbsvcs/performance-tests/RTEvent/TCP_Baseline/TCP_Baseline.mpc:
        * orbsvcs/tests/CosEvent/Basic/basiceventtestexe.mpb:
        * orbsvcs/tests/Event/Basic/rteventtestexe.mpb:
        * orbsvcs/tests/Event/Mcast/AddrServer/AddrServer.mpc:
        * orbsvcs/tests/Event/Mcast/Complex/Complex.mpc:
        * orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc:
        * orbsvcs/tests/Event/Mcast/Simple/Simple.mpc:
        * orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc:
        * orbsvcs/tests/Event/Performance/eventperftestexe.mpb:
        * performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc:
        * performance-tests/Protocols/Protocols.mpc:
        * tests/ORB_Local_Config/Bug_1459/Bug_1459.mpc:
        * tests/ORB_Local_Config/Bug_3049/Bug_3049.mpc:
        * tests/ORB_Local_Config/Bunch/Bunch.mpc:
        * tests/ORB_Local_Config/Separation/Separation.mpc:
        * tests/ORB_Local_Config/Service_Dependency/Service_Dependency.mpc:
        * tests/ORB_Local_Config/Shared/Shared.mpc:
        * tests/ORB_Local_Config/Simple/Simple.mpc:
        * tests/ORB_Local_Config/Two_DLL_ORB/Two_DLL_ORB.mpc:
        * tests/POA/Adapter_Activator/POA_Adapter_Activator.mpc:
        * tests/POA/Explicit_Activation/POA_Explicit_Activation.mpc:
        * tests/POA/On_Demand_Activation/POA_On_Demand_Activation.mpc:
        * tests/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc:
        * tests/TransportCurrent/Framework/Framework.mpc:
        * tests/TransportCurrent/IIOP/IIOP.mpc:
          Removed left over from automake removal

Mon Jan 23 12:51:26 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/util/utl_err.cpp:
          Implemented exprtype_to_string for all types

Sun Jan 22 13:58:55 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Portable_Interceptors/ORB_Shutdown/client.cpp:
        * tests/Portable_Interceptors/ORB_Shutdown/server.cpp:
          Fixed gcc 4.6 warning, fixed valgrind reported memory leaks

Fri Jan 20 19:30:53 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * performance-tests/Anyop/anyop.cpp:
          Use ACE_TEST_ASSERT instead of ACE_ASSERT to fix warnings in gcc 4.6
          release builds

Fri Jan 20 19:05:55 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp:
          Use ACE_TEST_ASSERT instead of ACE_ASSERT to fix warnings in gcc 4.6
          release builds

Fri Jan 20 19:01:04 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_1670_Regression/Test.idl:
        * tests/Bug_1670_Regression/client.cpp:
        * tests/Bug_1670_Regression/run_test.pl:
        * tests/Bug_1670_Regression/server.cpp:
          Fixed gcc warning, added shutdown method to the server to get
          a clean shutdown without hundreds of valgrind errors

Fri Jan 20 18:50:58 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Portable_Interceptors/Bug_2088/client.cpp:
          Fixed gcc warning

Fri Jan 20 18:46:22 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/UNKNOWN_Exception/client.cpp:
          Fixed memory leak and gcc warning

Fri Jan 20 10:30:24 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/taobaseidldefaults.mpb:
        * TAO_IDL/be/be_codegen.cpp:
        * TAO_IDL/be/be_global.cpp:
        * TAO_IDL/be/be_produce.cpp:
        * TAO_IDL/be/be_util.cpp:
        * TAO_IDL/be/be_visitor_root/root_svth.cpp:
        * TAO_IDL/be_include/be_global.h:
        * docs/compiler.html:
          Changed the arguments a little bit more, -Ssvntc suppreses _svnt.cpp,
          -Ssvntt suppresses _svnt_T.{h,cpp}

Fri Jan 20 09:27:41 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/taobaseidldefaults.mpb:
          Extended rules

        * TAO_IDL/be/be_codegen.cpp:
        * TAO_IDL/be/be_global.cpp:
        * TAO_IDL/be/be_produce.cpp:
        * TAO_IDL/be/be_util.cpp:
        * TAO_IDL/be/be_visitor_root/root_svs.cpp:
        * TAO_IDL/be_include/be_global.h:
        * docs/compiler.html:
          Added -Ssvcp to suppress generation of _svnt.cpp and -Svtp to
          suppress generation of _svnt_T.cpp

Mon Jan 16 22:03:43 UTC 2012  Chip Jones  <jonesc@ociweb.com>

        * MPC/config/taoidldefaults.mpb:

          Added ace_idl_dependencies as a base project of
          taobaseidldefaults.

          This is a merge of work done in the 'tao-mpc_performance'
          branch.

Mon Jan 16 14:13:36 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_component/servant_svs.cpp:

          Fixed fuzz errors.

Fri Jan 13 23:09:56 UTC 2012  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be_include/be_visitor_component/servant_svs.h:
        * TAO_IDL/be/be_visitor_component/servant_svs.cpp:

          Fixed a bug where the attributes of a component's supported
          interfaces (if any) were not getting their initialization
          code block in the generate servant's method set_attributes().
          Thanks to Michael Frommberger
          <michael dot frommberger at gmx dot net> for reporting the
          problem.

        * TAO_IDL/be_include/be_visitor_component_scope.h:

          Cosmetic changes.

Wed Jan 13 16:30:00 UTC 2012  Simon Massey  <sma at prismtech dot com>

        * tao/UB_String_Argument_T.cpp:
          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.

Wed Jan 11 12:25:00 UTC 2012  Simon Massey  <sma at prismtech dot com>

        * tests/Sequence_Unit_Tests/bounded_string_sequence_ut.cpp:
        * tests/Sequence_Unit_Tests/unbounded_string_sequence_ut.cpp:
          These test were directly calling delete [] on CORBA::strings
          instead of using CORBA::string_free(). As these delete []
          calls were inside a template however, they needed to actualy
          use the tested_element_traits::release () that mapped these
          to the correct CORBA::string_free() call.

Tue Jan  3 14:02:44 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/Active_Object_Map.cpp:
          Disable some logging with minimum corba

Fri Dec 30 12:14:06 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/PortableServer.h:
          Added include of AdapterActivatorA.h

Thu Dec 29 13:37:22 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/ziop.mpb:
          ZIOP doesn't work with corba/e micro

Wed Dec 28 09:05:39 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Mixed_Sync_ASync_Events/test_i.cpp:
          Fixed compile error on OpenVMS

Tue Dec 27 11:42:55 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated for next release

Tue Dec 27 10:06:28 CET 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO version 2.0.7 released.

Mon Dec 26 23:50:02 UTC 2011  Adam Mitz  <mitza@ociweb.com>

        * tests/Skeleton_Inheritance/skel_inheritance.mpc:

          Fixed issues with parallel builds running tao_idl from the
          wrong project.

Sat Dec 24 11:56:39 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Mixed_Sync_ASync_Events/test_i.cpp:
          Fixed compile error on OpenVMS

Wed Dec 21 09:42:12 UTC 2011  Martin Corino  <mcorino@remedy.nl>

        * examples/RTCORBA/Activity/Activity.cpp:

          Added timer queue reset on global reactor instance.

Tue Dec 20 13:56:10 UTC 2011  Marcel Smit  <msmit@remedy.nl>

        * tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/PI_ProcMode_Collocated.mpc:
        * tests/Portable_Interceptors/Processing_Mode_Policy/Remote/PI_ProcMode_Remote.mpc:
        * tests/Portable_Interceptors/Register_Initial_References/Register_ORBInitializer.mpc:
          Projects must avoid CORBA-e-micro.

Tue Dec 20 09:55:08 UTC 2011  Martin Corino  <mcorino@remedy.nl>

        * tests/Time_Policy_Custom/Custom_Time_Policy_Strategy.cpp:

          Fixed incorrect export macro in class definition.

Mon Dec 19 18:58:16 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_1330_Regression/client.cpp:
        * tests/Bug_1670_Regression/client.cpp:
        * tests/Bug_2243_Regression/ORB_object_to_string.cpp:
          Fixed valgrind reported memory leaks

Mon Dec 19 10:27:45 UTC 2011  Martin Corino  <mcorino@remedy.nl>

        * tests/Time_Policy/main.cpp:

          Added preprocessor tests to detect properly configured HR timer support.

Sat Dec 17 18:13:40 UTC 2011  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:

          Other changes that are fallout from changing the type of
          the 'index_' member below in

          Fri Dec 16 18:25:19 UTC 2011  Jeff Parsons <j.parsons@vanderbilt.edu>

Sat Dec 17 16:28:17 UTC 2011  Martin Corino  <mcorino@remedy.nl>

        * tao/Time_Policy_Manager.cpp:

          Fix for valgrind memory leak reports.

Sat Dec 17 14:05:24 UTC 2011  Martin Corino  <mcorino@remedy.nl>

        * tests/Time_Policy_Custom/Custom_Time_Policy.mpc:

          Fix for windows compile problem.

Fri Dec 16 18:25:19 UTC 2011  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h:

          Change type of 'index_' member to unsigned long, to eliminate
          signed/unsigned comparison warning.

Fri Dec 16 18:22:39 UTC 2011  Martin Corino  <mcorino@remedy.nl>

        * tao/Time_Policy_Manager.cpp:

          Changed to fix wchar compile problems.

Thu Dec 15 20:46:52 UTC 2011  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_exception/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp:
        * TAO_IDL/be/be_visitor_structure/cdr_op_cs.cpp:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_sequence.cpp:

          Addressed the rest of the Coverity-reported issues for the
          IDL compiler.

Thu Dec 15 18:03:34 UTC 2011  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_valuetype.cpp:
        * TAO_IDL/be/be_type.cpp:
        * TAO_IDL/be/be_visitor_xplicit_pre_proc.cpp:
        * TAO_IDL/be/be_identifier_helper.cpp:
        * TAO_IDL/util/utl_labellist.cpp:
        * TAO_IDL/util/utl_string.cpp:
        * TAO_IDL/util/utl_scope.cpp:
        * TAO_IDL/ast/ast_template_module.cpp:
        * TAO_IDL/ast/ast_visitor_reifying.cpp:
        * TAO_IDL/ast/ast_enum.cpp:

          Addressed Coverity-reported issues.

Thu Dec 15 16:49:51 UTC 2011  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/operation.cpp:
        * TAO_IDL/be/be_visitor_ami_pre_proc.cpp:
        * TAO_IDL/driver/drv_args.cpp:
        * TAO_IDL/ast/ast_expression.cpp:
        * TAO_IDL/ast/ast_sequence.cpp:
        * TAO_IDL/ast/ast_template_module.cpp:
        * TAO_IDL/ast/ast_visitor_reifying.cpp:

          Addressed Coverity-reported issues.

Thu Dec 15 14:02:06 UTC 2011  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:

          Fixed signed/unsigned mismatch warning.

Thu Dec 15 13:25:37 UTC 2011  Marcel Smit  <msmit@remedy.nl>

        * tao/ORB_Time_Policy.h:
        * tao/ORB_Time_Policy.inl:
          Fixed warning for gcc 4.6.2

Thu Dec 15 11:00:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

        Merged timer_policy branch.

        === start changelog ===

        Thu Dec 15 09:45:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

                * NEWS:
                * docs/Options.html:

                  Added descriptions of new TIME_POLICY strategy features.

        Mon Dec 12 21:28:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

                * tao/System_Time_Policy_Strategy.cpp:
                * tao/System_Time_Policy_Strategy.h:
                * tao/TAO_Internal.cpp:
                * tao/Time_Policy_Manager.cpp:
                * tao/tao.mpc:

                  Added new time policy strategy to replace backwards
                  compatible default time policy in ACE.

                * tests/Time_Policy_Custom/Custom_Time_Policy_Strategy.cpp:

                  Added backwards compatibility support.

        Thu Dec 08 15:34:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

                * tao/HR_Time_Policy_Strategy.h

                  Fixed class comment.

                * tests/Time_Policy/main.cpp

                  Fixed comments.

                * tests/Time_Policy_Custom/Custom_Time_Policy.mpc
                * tests/Time_Policy_Custom/Custom_Time_Policy_Strategy.cpp
                * tests/Time_Policy_Custom/Custom_Time_Policy_Strategy.h
                * tests/Time_Policy_Custom/TPTest_Export.h
                * tests/Time_Policy_Custom/custom_time.conf
                * tests/Time_Policy_Custom/custom_time.conf.xml
                * tests/Time_Policy_Custom/main.cpp
                * tests/Time_Policy_Custom/run_test.pl
                * tests/Time_Policy_Custom/run_test_dyn.pl
                * bin/tao_orb_tests.lst

                  Added new tests for custom TAO Time policy support.

        Thu Dec 08 12:00:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

                * tao/Time_Policy_Manager.cpp
                * tao/default_resource.cpp

                  Logging improvements.

                * tests/Time_Policy/Time_Policy.mpc
                * tests/Time_Policy/hr_time.conf
                * tests/Time_Policy/hr_time.conf.xml
                * tests/Time_Policy/main.cpp
                * tests/Time_Policy/run_test.pl
                * tests/Time_Policy/run_test_hr.pl
                * bin/tao_orb_tests.lst

                  Added new tests for TAO Time policy support.

        Wed Dec 07 12:34:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

                * tao/TAO_Internal.cpp:

                  Added loading HR_Time_Policy_Strategy static service.

                * tao/Time_Policy_Manager.cpp:

                  Improved error reporting.

        Wed Dec 07 11:20:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

                * tao/default_resource.cpp:
                * tao/default_resource.h;
                * tao/default_resource.inl:

                  Improved protection for dynamically allocated
                  timer queues.

                * tao/Strategies/advanced_resource.cpp:

                  Added support for ORB time policies.

        Tue Dec 06 15:45:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

                * tao/HR_Time_Policy_Strategy.h:
                * tao/Time_Policy_Manager.h:
                * tao/Time_Policy_Strategy.h:

                  Fixed potential compile problems because of
                  #include placements.

        Tue Dec 06 15:30:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

                * tao/ORB_Time_Policy.cpp:
                * tao/ORB_Time_Policy.h:
                * tao/ORB_Time_Policy.inl:

                  Added dynamic time policy and a
                  countdown template instantiation based
                  on that policy.

                * tao/Block_Flushing_Strategy.cpp:
                * tao/Leader_Follower.cpp:
                * tao/LocateRequest_Invocation.cpp:
                * tao/Profile_Transport_Resolver.cpp:
                * tao/Synch_Invocation.cpp:
                * tao/Transport.cpp:
                * tao/Wait_On_Reactor.cpp:
                * tao/Wait_On_Read.cpp:

                  Replaced ACE_Countdown_Time by new ORB time
                  policy based countdown class.

                * tao/Time_Policy_Manager.cpp:
                * tao/Time_Policy_Manager.h:

                  Added ORB time policy manager service object
                  for managing dynamically configured ORB time
                  policy.

                * tao/Time_Policy_Strategy.h:

                  Added base for loadable ORB time policies.

                * tao/HR_Time_Policy_Strategy.cpp:
                * tao/HR_Time_Policy_Strategy.h:

                  Added HR ORB time policy implementation.

                * tao/default_resource.cpp:
                * tao/default_resource.h:
                * tao/TAO_Internal.cpp:

                  Added support for ORB time policies.

                * tao/orbconf.h:

                  Added ACE_HAS_TIME_POLICY compile time configuration
                  to enable/disable ORB time policy support.

                * tao/tao.mpc:

                  Added new files.

        === end changelog ===

Wed Dec 14 20:51:28 UTC 2011  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/ast/ast_sequence.cpp:
        * TAO_IDL/be/be_codegen.cpp:
        * TAO_IDL/be/be_helper.cpp:
        * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp:
        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
        * TAO_IDL/be/be_visitor_valuetype/field_ch.cpp:
        * TAO_IDL/fe/fe_utils.cpp:
        * TAO_IDL/include/idl_global.h:
        * TAO_IDL/util/utl-scope.cpp:

          Fixed more Coverity-reported errors.

Wed Dec 14 14:53:17 UTC 2011  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_global.cpp:
        * TAO_IDL/be/be_visitor_amh_pre_proc.cpp:
        * TAO_IDL/be/be_visitor_ami_pre_proc.cpp:
        * TAO_IDL/be/be_visitor_ccm_pre_proc.cpp:
        * TAO_IDL/be/be_visitor_interface/amh_sh.cpp:
        * TAO_IDL/fe/fe_init.cpp:

          Fixed some Coverity-reported errors.

Wed Dec 14 07:59:43 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_home/home_svs.cpp:
          Removed include that shouldn't have been added

Tue Dec 13 13:33:25 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

        Merged changes from our work branch. Changes for home factory with a connector.

        === start changelog ===
        Tue Dec 13 11:23:20 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

                * TAO_IDL/be/be_visitor_home/home_svs.cpp:
                  If the factory method returns nil throw a CreateFailure

        Tue Dec 13 11:03:39 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

                * TAO_IDL/be/be_visitor_home/home_svs.cpp:
                  Fixed scoping

        Tue Dec 13 10:19:29 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

                * TAO_IDL/be/be_visitor_component/context_svs.cpp:
                * TAO_IDL/be/be_visitor_operation.cpp:
                * TAO_IDL/be/be_visitor_operation/rettype.cpp:
                * TAO_IDL/be_include/be_connector.h:
                * TAO_IDL/be_include/be_visitor_operation/rettype.h:
                  Generate the needed return type when we have a home factory method
                  that returns a connector type
        === end changelog ===

Mon Dec 12 07:33:25 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        Merged changes from our work branch. Facet servants are now generated
        as C++ template at the moment the interface is declared, this reduces
        the amount of code generated heavily. Component/Connector context is
        now also generated as C++ template

        === start changelog ===

        Sun Dec 11 19:40:16 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

                * TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp:
                * TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
                  Throw exception when dynamic_cast fails

        Sun Dec 11 19:13:21 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

                * TAO_IDL/be/be_visitor_interface/facet_svth.cpp:
                * TAO_IDL/be/be_visitor_interface/facet_svts.cpp:
                  No servant is needed for local interfaces

        Sun Dec 11 18:23:17 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

                * TAO_IDL/be/be_util.cpp:
                  Removed mentioning of -Gsc which got removed a long time ago

        Sun Dec 11 12:32:28 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

                * TAO_IDL/be/be_interface.cpp:
                * TAO_IDL/be/be_visitor_interface.cpp:
                * TAO_IDL/be/be_visitor_module/module.cpp:
                * TAO_IDL/be_include/be_interface.h:
                * TAO_IDL/be_include/be_visitor_interface.h:
                * TAO_IDL/be/be_visitor_interface/interface_svh.cpp:
                * TAO_IDL/be/be_visitor_interface/interface_svs.cpp:
                  Removed some old stuff we don't need anymore, fixes cornucopia

                * TAO_IDL/be_include/be_visitor_interface/interface_svh.h:
                * TAO_IDL/be_include/be_visitor_interface/interface_svs.h:
                  Removed these files.

        Fri Dec  9 13:23:29 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_codegen.cpp:
                * TAO_IDL/be/be_global.cpp:
                * TAO_IDL/be/be_util.cpp:
                * TAO_IDL/be/be_visitor_component.cpp:
                * TAO_IDL/be/be_visitor_component/component_ex_idl.cpp:
                * TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp:
                * TAO_IDL/be/be_visitor_interface/interface_svh.cpp:
                * TAO_IDL/be/be_visitor_interface/interface_svs.cpp:
                * TAO_IDL/be_include/be_global.h:
                * TAO_IDL/be_include/be_visitor_component.h:
                * docs/compiler.html:
                  Removed the -Glfa option from the IDL compiler.

                * TAO_IDL/be/be_visitor_component/facet_ex_idl.cpp:
                * TAO_IDL/be_include/be_visitor_component/facet_ex_idl.h:
                  Removed these files.

        Thu Dec  8 14:43:36 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_visitor_component/context_svth.cpp:
                * TAO_IDL/be/be_visitor_component/context_svts.cpp:
                  Removed export macro for contextes.

                * TAO_IDL/be/be_visitor_component.cpp:
                * TAO_IDL/be/be_visitor_interface/facet_svts.cpp:
                * TAO_IDL/be/be_visitor_interface/interface_svth.cpp:
                * TAO_IDL/be/be_visitor_interface/interface_svts.cpp:
                  Fixed warnings.

        Thu Dec  8 14:16:52 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_produce.cpp:
                * TAO_IDL/be/be_provides.cpp:
                * TAO_IDL/be/be_visitor_component.cpp:
                * TAO_IDL/be/be_visitor_component/component_svth.cpp:
                * TAO_IDL/be/be_visitor_component/component_svts.cpp:
                * TAO_IDL/be/be_visitor_interface.cpp:
                * TAO_IDL/be/be_visitor_interface/facet_svth.cpp:
                * TAO_IDL/be/be_visitor_interface/facet_svts.cpp:
                * TAO_IDL/be/be_visitor_interface/interface_svth.cpp:
                * TAO_IDL/be/be_visitor_interface/interface_svts.cpp:
                * TAO_IDL/be/be_visitor_module/module.cpp:
                * TAO_IDL/be/be_visitor_operation/operation_svs.cpp:
                * TAO_IDL/be_include/be_provides.h:
                * TAO_IDL/be_include/be_visitor_component.h:
                * TAO_IDL/be_include/be_visitor_interface.h:
                * TAO_IDL/be_include/be_visitor_interface/facet_svth.h:
                * TAO_IDL/be_include/be_visitor_interface/facet_svts.h:
                * TAO_IDL/be_include/be_visitor_interface/interface_svth.h:
                * TAO_IDL/be_include/be_visitor_interface/interface_svts.h:
                * TAO_IDL/be/be_visitor_component/facet_svth.cpp:
                * TAO_IDL/be/be_visitor_component/facet_svts.cpp:
                * TAO_IDL/be_include/be_visitor_component/facet_svth.h:
                * TAO_IDL/be_include/be_visitor_component/facet_svts.h:
                  Moved the generation of the facet servants to the place
                  where they are declared (from the place where they were
                  used). -Gsv needs to set as command line option.

        Wed Dec  7 13:26:49 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_visitor_component/servant_svs.cpp:
                  Fixed errors in logging.

        Wed Dec  7 12:34:49 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_visitor_component/context_svth.cpp:
                * TAO_IDL/be/be_visitor_component/context_svts.cpp:
                  No need to visit the component_scope; just visit
                  the scope is enough..

        Wed Dec  7 07:34:56 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_codegen.cpp:
                * TAO_IDL/be_include/be_codegen.h:
                  Reduced the number of generated include files.
                  Also generated a include guard for the servant
                  template source code.

        Tue Dec  6 13:25:04 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_visitor_component/context_svth.cpp:
                * TAO_IDL/be/be_visitor_component/context_svts.cpp:
                  Fixed generation issues in case dds4ccm

        Tue Dec  6 09:22:09 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_visitor_component/component_svts.cpp:
                  Removed comments.

                * TAO_IDL/be/be_visitor_root.cpp:
                * TAO_IDL/be_include/be_visitor_root.h:
                  Removed reference to the files below.

                * TAO_IDL/be/be_visitor_root/root_ex_svs.cpp:
                * TAO_IDL/be_include/be_visitor_root/root_ex_svs.h:
                  Removed these files since a separate servant file
                  is not needed.

        Tue Dec  6 09:15:52 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_codegen.cpp:
                * TAO_IDL/be/be_global.cpp:
                * TAO_IDL/be/be_produce.cpp:
                * TAO_IDL/be/be_visitor_component/component.cpp:
                * TAO_IDL/be/be_visitor_module/module.cpp:
                * TAO_IDL/be/be_visitor_root/root_ex_svs.cpp:
                * TAO_IDL/be_include/be_global.h:
                  No need to create a new type of svnt file.

                * TAO_IDL/be_include/be_codegen.h:
                  Using pragma ciao lem to determine which files
                  to include.

        Mon Dec  5 19:33:12 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_produce.cpp:
                * TAO_IDL/be/be_visitor_root.cpp:
                * TAO_IDL/be/be_visitor_root/root_ex_svs.cpp:
                * TAO_IDL/be_include/be_visitor_root.h:
                * TAO_IDL/be_include/be_visitor_root/root_ex_svs.h:
                * TAO_IDL/be/be_visitor_root/root_ex_svnt.cpp:
                  Renamed _svnt files since these are ignored by subversion

        Mon Dec  5 18:43:32 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_codegen.cpp:
                * TAO_IDL/be/be_global.cpp:
                * TAO_IDL/be/be_produce.cpp:
                  Reduced the restrictions for generating an executor servant.

        Mon Dec  5 16:08:50 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_codegen.cpp:
                * TAO_IDL/be/be_global.cpp:
                * TAO_IDL/be/be_produce.cpp:
                * TAO_IDL/be/be_visitor_component/component.cpp:
                * TAO_IDL/be/be_visitor_module/module.cpp:
                * TAO_IDL/be/be_visitor_root.cpp:
                * TAO_IDL/be/be_visitor_root/root_ex_svnt.cpp:
                * TAO_IDL/be_include/be_codegen.h:
                * TAO_IDL/be_include/be_global.h:
                * TAO_IDL/be_include/be_helper.h:
                * TAO_IDL/be_include/be_visitor_root.h:
                  Generate a new svnt.h which is a place holder for the
                  _svnt_T.h files. This will be included via S.h.
                  The new _svnt.h is only generated when the ciao lem
                  pragma is used or when -Glem is part of the command
                  line options.

        Sun Dec  4 16:04:04 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_codegen.cpp:
                  One step closer in solving AMI4CCM compile issues.

        Fri Dec  2 15:57:52 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_provides.cpp:
                * TAO_IDL/be/be_visitor_component/context_svth.cpp:
                * TAO_IDL/be/be_visitor_component/context_svts.cpp:
                  No multiple inheritance so no virtual needed.

        Fri Dec  2 14:59:28 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_codegen.cpp:
                * TAO_IDL/be/be_global.cpp:
                * TAO_IDL/be_include/be_codegen.h:
                * TAO_IDL/be_include/be_global.h:
                  Include base file into inherited template header file.

                * TAO_IDL/be/be_visitor_component/component_svth.cpp:
                * TAO_IDL/be/be_visitor_component/component_svts.cpp:
                * TAO_IDL/be/be_visitor_component/facet_svth.cpp:
                * TAO_IDL/be/be_visitor_component/facet_svts.cpp:
                * TAO_IDL/be_include/be_visitor_component/component_svts.h:
                  Contexts are now template classes which derive from their template
                  base classes.

        Fri Dec  2 08:00:16 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_codegen.cpp:
                * TAO_IDL/be/be_visitor_component.cpp:
                * TAO_IDL/be/be_visitor_component/component_svh.cpp:
                * TAO_IDL/be/be_visitor_component/component_svs.cpp:
                * TAO_IDL/be/be_visitor_component/component_svth.cpp:
                * TAO_IDL/be/be_visitor_component/component_svts.cpp:
                * TAO_IDL/be/be_visitor_component/context_svth.cpp:
                * TAO_IDL/be/be_visitor_component/context_svts.cpp:
                * TAO_IDL/be/be_visitor_component/servant_svh.cpp:
                * TAO_IDL/be/be_visitor_component/servant_svs.cpp:
                * TAO_IDL/be_include/be_visitor_component.h:
                * TAO_IDL/be_include/be_visitor_component/context_svth.h:
                * TAO_IDL/be_include/be_visitor_component/context_svts.h:
                  Context implementation is now templated. Therefor
                  renamed context_sv* files.

                * TAO_IDL/be/be_visitor_component/context_svh.cpp:
                * TAO_IDL/be/be_visitor_component/context_svs.cpp:
                * TAO_IDL/be_include/be_visitor_component/context_svh.h:
                * TAO_IDL/be_include/be_visitor_component/context_svs.h:
                  Removed these files.

        Thu Dec  1 09:06:16 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_visitor_component/facet_svth.cpp:
                * TAO_IDL/be/be_visitor_component/facet_svts.cpp:
                  Fixed coverity warning.

        Thu Dec  1 08:37:33 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * TAO_IDL/be/be_codegen.cpp:
                * TAO_IDL/be/be_visitor_component.cpp:
                * TAO_IDL/be/be_visitor_component/component_svh.cpp:
                * TAO_IDL/be/be_visitor_component/component_svs.cpp:
                * TAO_IDL/be/be_visitor_component/component_svth.cpp:
                * TAO_IDL/be/be_visitor_component/component_svts.cpp:
                * TAO_IDL/be/be_visitor_component/context_svh.cpp:
                * TAO_IDL/be/be_visitor_component/context_svs.cpp:
                * TAO_IDL/be/be_visitor_module/module.cpp:
                * TAO_IDL/be_include/be_visitor_component.h:
                * TAO_IDL/be_include/be_visitor_component/component_svth.h:
                * TAO_IDL/be_include/be_visitor_component/component_svts.h:
                  Moved the generated Context code to the _svnt_T files. Later on
                  these classes will be templated.

        === end changelog ===

Wed Dec  7 17:54:41 UTC 2011  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/util/utl_stack.cpp(UTL_ScopeStack::pop):

          Checks if the top scope has a #pragma prefix associated with it,
          and if so, pops the prefix (from its own stack) along with the
          scope. Fixed the check to be more robust. Thanks to Simon Massey
          for reporting the problem, which was revealed as an error message
          reporting a bogus prefix inconsistency between a forward declared
          struct and its full definition.

Wed Dec  7 10:47:15 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        Merged in the changes to update AMI4CCM to match the initial revision
        with the synchronous port and the new pragma's added

        === start changelog ===

        Tue Dec  6 14:42:39 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * TAO_IDL/be/be_interface.cpp:
                * TAO_IDL/be/be_visitor_component/component_svh.cpp:
                * TAO_IDL/be/be_visitor_component/component_svs.cpp:
                * TAO_IDL/be/be_visitor_component/servant_svh.cpp:
                * TAO_IDL/be/be_visitor_component/servant_svs.cpp:
                * TAO_IDL/be/be_visitor_operation/operation_sh.cpp:
                * TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
                revert changes after 2011-11-30 (ChangeLog.BRANCH missing those items)

        Wed Nov 30 16:45:10 UTC 2011  Marijke Hengstmengel  <hengstmengel_m@remedy.nl>

                * TAO_IDL/be/be_visitor_connector/executor_ami_exs.cpp:
                * TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp:
                * TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp:

        Wed Nov 30 14:19:10 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * TAO_IDL/be/be_codegen.cpp:
                // remove debug info
                * TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp:
                * TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp:
                * TAO_IDL/be_include/be_visitor_connector/facet_ami_exs.h:
                Add visit_attribute functionality.

        Tue Nov 29 12:59:03 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>
                * TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp:
                Correct check nil pointer in facet operation

        Mon Nov 28 15:26:03 UTC 2011  Marijke Hengstmengel  <hengstmengel_m@remedy.nl>

                * TAO_IDL/be/be_visitor_connector/executor_ami_exh.cpp:
                * TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp:
                * TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp:
                * TAO_IDL/be_include/be_visitor_connector/facet_ami_exh.h:
                * TAO_IDL/be_include/be_visitor_connector/facet_ami_exs.h:
                Add traverse_inheritance_graph, needed  for derived interfaces

        Wed Nov 23 14:00:38 UTC 2011  Marijke Hengstmengel  <hengstmengel_m@remedy.nl>

                * TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp:
                Changed return of sync operations.

        Mon Nov 21 13:32:38 UTC 2011  Marijke Hengstmengel  <hengstmengel_m@remedy.nl>

                * TAO_IDL/be/be_codegen.cpp:
                Exclude include *.AE.idl in *E.idl

                * TAO_IDL/be/be_visitor_connector/connector_ami_exs.cpp:
                * TAO_IDL/be/be_visitor_connector/executor_ami_exh.cpp:
                * TAO_IDL/be/be_visitor_connector/executor_ami_exs.cpp:
                * TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp:
                * TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp:
                * TAO_IDL/be_include/be_visitor_connector/facet_ami_exh.h:
                * TAO_IDL/be_include/be_visitor_connector/facet_ami_exs.h:
              Changes for sync port on AMI connector

        Mon Nov  7 13:02:55 UTC 2011  Marijke Hengstmengel  <hengstmengel_m@remedy.nl>

                * TAO_IDL/fe/idl.ll:
                * TAO_IDL/fe/lex.yy.cpp:
                Add beside pragma's 'ciao ami4ccm ...' the pragma's 'ami4ccm ...' , according to ami4ccm spec.
                In the future '#pragma ciao ami4ccm ...' has to  be removed.

        === end changelog ===

Wed Dec  7 10:28:00 UTC 2011  Simon Massey <simon dot massey at prismtech dot com>

        * tests/IDL_Test/IDL_Tests.mpc:

          Since the below modification removed the -GA from the valuetype.idl
          generation step in the mpc file, the valuetypeA.cpp is now
          not generated, thus this file should not be mentioned in the
          DLL projects Source_Files section. Machines were compiling and
          linking the old file or stating that it was not found.

Mon Dec  5 20:32:56 UTC 2011  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp:

          Added missing switch cases in visit_union() and visit_typedef().
          Not all context states were covered and we were seeing errors
          and bailouts.

        * tests/IDL_Test/valuetype.idl:
        * tests/IDL_Test/IDL_Tests.mpc:

          Added test case for the above problem, also removed -GA IDL
          compiler option for valuetype.idl, since the new test case
          has IDL constructed types declared inside a valuetype - the
          generated typecode for the nested types cannot be in a separate
          file since the generated valuetype class declaration cannot
          be reopened. Thanks to Simon Massey <simon dot massey at
          prismtech dot com> for reporting the problem and supplying
          example IDL.

Mon Dec  5 19:57:02 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/AMH/Sink_Server/Base_Server.h:
        * examples/AMH/Sink_Server/Base_Server.cpp:
        * examples/AMH/Sink_Server/Client_Task.cpp:
        * examples/AMH/Sink_Server/MT_AMH_Server.cpp:
        * examples/AMH/Sink_Server/client.cpp:
        * examples/AMH/Sink_Server/mt_server.cpp:
        * examples/AMH/Sink_Server/run_test.pl:
        * examples/AMH/Sink_Server/st_server.cpp:
          Improving this test, looks the crashing on some build systems is
          mostly timing due to a badly written example

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

        * TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp:
          const fix

        * TAO_IDL/be/be_visitor_valuetype/field_cs.cpp:
          Layout changes and generate doxygen style documentation

        * TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp:
          Layout changes to the generated code

        * examples/AMH/Sink_Server/run_test.pl:
        * tao/PortableServer/Adapter_Activator.h:
        * tests/Multiple/Multiple_Impl.h:
          Zapped empty lines

        * tests/Multiple/server.cpp:
          Fixed typo in comment

        * tests/POA/DSI/server.cpp:
        * tests/POA/Explicit_Activation/server.cpp:
        * tests/POA/On_Demand_Act_Direct_Coll/Server_Task.cpp:
        * tests/POA/On_Demand_Loading/Server_Manager.cpp:
        * tests/POA/Reference_Counted_Servant/server.cpp:
          Close file descriptors earlier to resolve Coverity errors

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: