summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: 571c36fd09ffc5a7b28fc3ba77af63993e04bc65 (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
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
Tue Feb  5 17:58:53 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

    Several new features and bug fixes captured in Bugzilla 4091, 4092, 4093, 
    4094, 4095, and 4096. Specific details of the changes described below 
    through the tag at the end bookmarked with: 
    *****  OCI_Reliability_Enhancements Changes
    
    Tue Feb  5 17:10:58 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

            * TAO_IDL/be/be_enum.cpp:
            * TAO_IDL/be/be_visitor_enum/enum_cs.cpp:

              Merged additional changes from trunk in preparation for merge. The
              above files had changes.
              
    Tue Feb  5 17:00:14 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

            * bin/tao_orb_tests.lst:
            * docs/Options.html:
            * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp:
            * tao/AnyTypeCode/Any_Dual_Impl_T.h:
            * tao/AnyTypeCode/Any_Dual_Impl_T.cpp:
            * tao/GIOP_Message_Base.cpp:
            * tests/Bug_4082_Regression/run_test.pl:

              Merged changes from trunk in preparation for merge. The
              above files had changes.

    Mon Feb  4 22:57:48 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/FT_Naming_Service.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:

              Updates to doxygen comments.

            * orbsvcs/Naming_Service/README.FT_Naming:

              Added in two missing options to summary description.

            * orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp:

              Filled in incomplete documentation.

    Fri Feb  1 21:55:33 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * tests/Storable/run_test.pl:

              Allow number of loops and loop delay to be specified
              from the command line to manually determine values
              that could cause test failure.

            * tests/Storable/test.cpp:

              Code clean up.

    Fri Feb  1 21:44:54 UTC 2013  Marc Neeley  <neeley_m@ociweb.com>

            * orbsvcs/tests/ImplRepo/run_test.pl:
              Changed the way the backup files were cleaned up in
              run script as it was causing an indirect error to occur
              in the scoreboard log.

              Trapped XML parse errors in run script for tests where
              the XML persistence files were purposefully corrupted
              causing false tests fail condition in the scoreboard log.

    Thu Jan 31 23:31:54 UTC 2013  Marc Neeley  <neeley_m@ociweb.com>

            * bin/tao_other_tests.lst:
            * orbsvcs/tests/ImplRepo/run_test.pl:
              Three tests were added to test a corruption of
               (1) a primary listing file - persistent_listingcorrupt
               (2) a primary activator file - persistent_activatorcorrupt
               (3) a primary server file  - persistent_servercorrupt

    Thu Jan 31 23:21:08 UTC 2013  Marc Neeley  <neeley_m@ociweb.com>

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:
              Added a new method to Shared_Backing_Store class called write_listing.
              This new method is refactoring to allow either a primary or backup
              listing file to be written. Modifications were also made to write to
              a primary and a backup file (the primary file name with a .bak ext)
              for the server and activator services. Reading modifications were
              made for listing, server, and activator files such that if the read
              from primary failed, then the read from the backup would be performed.

    Thu Jan 31 19:12:02 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * bin/tao_other_tests.lst:

              Avoid running Redundant_Naming test on Windows. Not supported on that platform.

            * orbsvcs/tests/Bug_2777_Regression/run_test.pl:

              Run tao_nslist from $ACE_ROOT/bin instead of searching for it.

    Thu Jan 31 15:59:23 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * bin/tao_orb_tests.lst:

              Disable Storable test under Windows because of file locking
              problems.

    Thu Jan 31 14:10:56 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

              Fixed formatting issues. Lines too long.

            * orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:

              Fixed error in which exception was being printed in catch block.

            * tao/ORB_Core.cpp:

              Fixed copy paste error in comment.

    Wed Jan 30 19:03:33 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * docs/Options.html:

              Fix typos for for a few invocation retry parameters.

            * tao/DynamicInterface/DII_Invocation_Adapter.h:
            * tao/DynamicInterface/DII_Invocation_Adapter.cpp:
            * tao/Invocation_Adapter.h:
            * tao/Invocation_Adapter.cpp:
            * tao/Invocation_Retry_State.h:
            * tao/Invocation_Retry_State.cpp:
            * tao/Messaging/Asynch_Invocation_Adapter.h:
            * tao/Messaging/Asynch_Invocation_Adapter.cpp:
            * tao/Stub.h:
            * tao/Stub.cpp:
            * tao/Synch_Invocation.h:
            * tao/Synch_Invocation.cpp:

              Fixed bad assumption I made for invocation retries
              that Invocation_Adapter::invoke () would not be
              done asynchronously with the same TAO_Stub.

    Tue Jan 29 15:13:13 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

            * ChangeLog:
            * TAO_IDL:
            * TAO_IDL/be/be_sequence.cpp:
            * 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:
            * orbsvcs/tests/Miop/McastFragmentation/client.cpp:
            * orbsvcs/tests/Miop/McastFragmentation/run_test.pl:
            * orbsvcs/tests/Miop/McastFragmentation/run_test_ipv6.pl:
            * orbsvcs/tests/Miop/McastFragmentation/uipmc_client.conf:
            * orbsvcs/tests/Miop/McastFragmentation/uipmc_server.conf:
            * orbsvcs/tests/Miop/McastFragmentation/uipmc_server_m.conf:
            * orbsvcs/tests/Miop/McastFragmentation/uipmc_server_n.conf:

              Merged Doc group trunk into branch to resolve issues with building examples.

    Mon Jan 28 22:54:36 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/ImplRepo_Service/README:

              Update documentation for fault tolerant tao_imr_locator

            * utils/nsgroup/run_test.pl:

              Fix file redirection option check in run_client()

    Mon Jan 28 22:20:12 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/Naming_Loader.h:
            * orbsvcs/orbsvcs/Naming/Naming_Loader.cpp:

              Creates the Naming Server object if one is not passed in
              as it did before. Allows user to pass in a derived
              Naming Server if they wish to use it.

            * utils/nslist/nslist.cpp:

              Avoid warnings regarding conversions.

    Mon Jan 28 22:22:09 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * tests/Storable/run_test.pl:

              Redirect output as was similary done in previous commit.

    Mon Jan 28 20:09:12 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerant/run_persistence_test.pl:

              Redirect output wih expected error messages encountered
              reading corrupt files so that these messages will not
              indicated test failure.

    Mon Jan 28 16:09:03 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>
            * docs/Options.html:

              Resolved conflict between trunk update and branch changes.

            * NEWS:
            * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
            * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
            * 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:
            * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.h:
            * orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Transport.cpp:
            * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp:
            * orbsvcs/orbsvcs/PortableGroup/miop_resource.h:
            * orbsvcs/orbsvcs/PortableGroup/miop_resource.cpp:
            * orbsvcs/orbsvcs/PortableGroup/miopconf.h:
            * orbsvcs/tests/Miop/McastFragmentation/Hello_Impl.h:
            * orbsvcs/tests/Miop/McastFragmentation/Hello_Impl.cpp:
            * orbsvcs/tests/Miop/McastFragmentation/client.cpp:
            * orbsvcs/tests/Miop/McastFragmentation/run_test.pl:
            * orbsvcs/tests/Miop/McastFragmentation/run_test_ipv6.pl:
            * orbsvcs/tests/Miop/McastFragmentation/server.cpp:
            * tao/DynamicInterface/Request.h:

            Merged trunk to OCI_Reliability_Enhancements branch.  These files were changed on
              the trunk.

    Sun Jan 27 18:57:35 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * tao/Storable_Base.h:
            * tao/Storable_Base.inl:
            * tao/Storable_Base.cpp:
            * tao/Storable_Factory.h:
            * tao/Storable_File_Guard.h:
            * tao/Storable_File_Guard.cpp:
            * tao/Storable_FlatFileStream.h:
            * tao/Storable_FlatFileStream.cpp:

              Added exceptions to throw when read and write
              failures occur.
              Added support to backup persistent files
              and restoring when an exception is encountered
              when trying to read from the file.

            * tests/Storable/Savable.h:
            * tests/Storable/Savable.cpp:
            * tests/Storable/data_files:
            * tests/Storable/data_files/bad_binary.dat:
            * tests/Storable/data_files/bad_int.dat:
            * tests/Storable/data_files/bad_string.dat:
            * tests/Storable/data_files/bad_unsigned_int.dat:
            * tests/Storable/data_files/good.dat:
            * tests/Storable/run_test.pl:
            * tests/Storable/test.cpp:

              Update to test that backup file will be
              used if an exception is encountered.
              Verify this works for reading of various
              types of data.

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_ReaderWriter.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

              Removed streaming reading error handling and let
              Storable_FlatFileStream operations throw
              Storable_Read_Exceptions instead. This way Storable_File_Guard
              can transparently try to use backup files if a read exception
              is encountered during reading.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Enable support for backup/restore of persistent files.

            * orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data:
            * orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/GroupService:
            * orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/GroupService/ObjectGroup_0:
            * orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/GroupService/ObjectGroup_global:
            * orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/NameService:
            * orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/NameService/NameService:
            * orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/NameService/NameService_0:
            * orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/NameService/NameService_1:
            * orbsvcs/tests/FT_Naming/FaultTolerant/corrupt_data/NameService/NameService_2:
            * orbsvcs/tests/FT_Naming/FaultTolerant/run_persistence_test.pl:

              Update persistence test to verify that backup files are
              generated and will be used if a corrupt file is being
              read.

    Fri Jan 25 22:39:26 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:

              Fixed warnings for unused exception variables. Some of them were
              printing the wrong exception.

            * utils/logWalker/Log.cpp:

              Fixed warning for sprintf of size_t.

            * utils/nslist/nslist.cpp:

              Changed variables to size_t to avoid potential loss of data warning.

    Fri Jan 25 22:05:54 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/ImplRepo_Service/README:

              Updated FaultTolerant_ImR_Locator section

    Thu Jan 24 16:01:37 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

              Merged trunk to OCI_Reliability_Enhancements branch.

    Wed Jan 23 23:05:41 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:

              Add yield calls to equivalence test section to avert race conditions
              on some platforms.

            * utils/nslist/nslist.cpp:

              Change count argument conversion to strtoul to better match range.

    Wed Jan 23 16:55:34 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/Naming_Service.mpc:

              Removed install to $ACE_ROOT/bin to revert back to how
              Naming Service was previously.

    Wed Jan 23 00:05:57 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nslist/nslist.cpp:

              Added --count argument to override the default maximum number of
              entries to retrieve per request to the NameService. The tao_ft_naming
              server returns CORBA:NO_IMPLEMENT when the number of entries is greater
              than the how_many argument and the tao_ft_naming server was started
              the -u or -r flags. The tao_ft_naming server is not able to support the
              iterator interface in redundant mode (-u or -r flags).

    Tue Jan 22 22:52:17 UTC 2013  Quynh Nguyen  <nguyenq@stladvantage.com>

            * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:

            * tao/ImR_Client:
            * tao/Monitor:
            * tao/Utils:

            Fix bug 479 caused by the Activator, which truncated a
            server's command line string it is more than 1024 bytes.


    Tue Jan 22 19:37:57 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_ReaderWriter.cpp:

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

            * tao/Storable_Base.h:
            * tao/Storable_Base.inl:
            * tao/Storable_File_Guard.cpp:
            * tao/Storable_FlatFileStream.h:
            * tao/Storable_FlatFileStream.cpp:

              Additional ACE Development Guidelines conformance updates in
              preparation for merge.

    Tue Jan 22 15:12:59 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * utils/logWalker/GIOP_Buffer.h:
            * utils/logWalker/GIOP_Buffer.cpp:
            * utils/logWalker/Invocation.cpp:
            * utils/logWalker/Thread.cpp:

              Fixed type conversion issues - size_t to long & int.

            * utils/nsgroup/nsgroup.cpp:

              Fixed warning for unused exception variable.

    Tue Jan 22 04:05:51 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

            * bin/tao_other_tests.lst:

              Excluded tests for FT_Naming from Win32.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Added missing initialization for naming_manager_ior_file_name_.

    Mon Jan 21 22:52:17 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

              Added check for nil object prior to querying if it is a group.

            * utils/nsgroup/run_test.pl:

              Added tests to expose the issue with nil objects in naming service.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

            * tao/CSD_Framework/CSD_Framework_Loader.cpp:

            * tao/CSD_ThreadPool/CSD_TP_Strategy_Factory.cpp:
            * tao/CSD_ThreadPool/CSD_TP_Task.cpp:
            * tao/CSD_ThreadPool/CSD_ThreadPool.cpp:

            * tao/Dynamic_TP/DTP_Config.cpp:
            * tao/Dynamic_TP/DTP_ORBInitializer.cpp:
            * tao/Dynamic_TP/DTP_ORB_Loader.cpp:
            * tao/Dynamic_TP/DTP_POA_Loader.h:
            * tao/Dynamic_TP/DTP_POA_Loader.cpp:
            * tao/Dynamic_TP/DTP_POA_Strategy.inl:
            * tao/Dynamic_TP/DTP_POA_Strategy.cpp:
            * tao/Dynamic_TP/DTP_Task.cpp:
            * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.h:
            * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.cpp:
            * tao/Dynamic_TP/DTP_Thread_Pool.h:
            * tao/Dynamic_TP/DTP_Thread_Pool.cpp:

            * tao/ImR_Client/ImR_Client.cpp:

            * tao/Invocation_Adapter.cpp:
            * tao/Invocation_Retry_State.cpp:
            * tao/ORB_Core.cpp:

            * tao/PortableServer/LifespanStrategy.h:
            * tao/PortableServer/LifespanStrategyPersistent.cpp:
            * tao/PortableServer/LifespanStrategyTransient.h:
            * tao/PortableServer/LifespanStrategyTransient.cpp:
            * tao/PortableServer/Root_POA.cpp:

            * tao/Stub.inl:
            * tao/Stub.cpp:
            * tao/Synch_Invocation.cpp:
            * tao/default_client.cpp:

            * utils/logWalker/GIOP_Buffer.h:
            * utils/logWalker/GIOP_Buffer.cpp:

            * utils/nsgroup/nsgroup.cpp:

              Additional updates to conform with ACE Development Guidelines
              in preparation for merge.

    Mon Jan 21 21:43:20 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h:
            * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_ReaderWriter.cpp:

              Updated based on ACE Development Guidelines in preparation
              for merge.

    Fri Jan 18 23:51:32 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/Naming_Service/FT_Naming_Main.cpp:

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Group_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.h:

              Updated based on ACE Development Guidelines in preparation
              for merge.

    Fri Jan 18 22:43:55 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/INS_Locator.cpp:
            * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
            * orbsvcs/ImplRepo_Service/Locator_Options.cpp:
            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:
            * orbsvcs/ImplRepo_Service/Server_Info.cpp:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
            * orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp:
            * orbsvcs/orbsvcs/LoadBalancing/LB_LeastLoaded.cpp:
            * orbsvcs/orbsvcs/LoadBalancing/LB_LoadAverage.cpp:
            * orbsvcs/orbsvcs/LoadBalancing/LB_LoadMinimum.cpp:
            * tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp:

              Updated based on ACE Development Guidelines in preparation
              for merge.

    Thu Jan 17 19:36:08 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:

              Wrapped literal strings in ACE_TEXT.

            * utils/nsgroup/run_test.pl:

              Removed test steps for Redmine Bug #468.

    Thu Jan 17 15:32:12 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

              Throw exception if trying to add a member whose first
              profile is at IIOP version 1.0 since this version does
              not support tagged components.

    Thu Jan 17 14:36:29 UTC 2013  Phil Mesnier  <mesnier_p@ociweb.com>

            * bin/tao_orb_tests.lst:

              fix path in Dynamic TP ORB test declaration.

    Tue Jan 15 21:18:30 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

              Cleanup unused arguments

            * tests/Storable/Savable.cpp:

              Replaced const integer literal value with ACE_CHAR_MAX macro

    Tue Jan 15 18:18:12 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:

              Wrapped literal strings in ACE_TEXT.

    Tue Jan 15 01:28:10 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

              Added check for invalid nil object reference being passed in to
              add_member_to_iogr.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

              Added check for user passing in a null object reference as a member.

            * utils/nsgroup/run_test.pl:

              Added test steps to expose Redmine Bug #468.

    Mon Jan 14 21:49:20 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/Federation/Hello.cpp:
            * orbsvcs/tests/FT_Naming/Federation/client.cpp:
            * orbsvcs/tests/FT_Naming/Federation/server.cpp:

              Added missing ACE_TEXT wrapper macros

            * orbsvcs/tests/FT_Naming/Federation/README:

              Added test documentation

            * orbsvcs/tests/FT_Naming/Federation/NamingTask.h:
            * orbsvcs/tests/FT_Naming/Federation/NamingTask.cpp:

              Removed these files.

    Mon Jan 14 19:51:29 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * tests/Storable/README:
            * tests/Storable/Savable.h:
            * tests/Storable/Savable.cpp:
            * tests/Storable/run_test.pl:
            * tests/Storable/test.cpp:

              Clean up of the test.

            * bin/tao_orb_tests.lst:

              Added Storable test to the list.

            * bin/tao_other_tests.lst:

              Removed restriction that FT_Naming tests
              are not to run for static builds.

    Sun Jan 13 01:53:16 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/README.FT_Naming:

              Renamed file.

            * orbsvcs/Naming_Service/FT_Naming_README:

              Removed this file.

    Fri Jan 11 22:42:28 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

              Added debug level filter

    Fri Jan 11 22:05:18 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Fixing crash from ior file for defunct backup ImR_Locator.

    Fri Jan 11 20:17:59 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerant/README:

              Updated README to incorporate tao_ft_naming ior option changes made
              to the equivalence test.

    Fri Jan 11 03:55:40 UTC 2013  Carey Morris  <morrisc@ociweb.com>

            * orbsvcs/ImplRepo_Service/tao_imr_i.cpp

            Fix ior to strip JACORB: from server name if present.

    Fri Jan 11 19:11:55 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Fixed -h option to work in standalone, primary and backup roles.
              Fixed -g option to only work in the backup role.
              Added -h option to usage description.

            * orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:
            * orbsvcs/tests/FT_Naming/FaultTolerant/run_equivalence_test.pl:

              Refactored equivalence test to use the single profile ior files
              instead of corbaloc object references. Added object reference
              validation checks to verify that the primary and backup references
              point to different objects.

            * utils/nsgroup/run_test.pl:

              Change the tests tao_ft_naming -g option to -h since -g is now only
              valid when the tao_ft_naming is running in the backup role.

    Fri Jan 11 17:17:51 UTC 2013  Phil Mesnier  <mesnier_p@ociweb.com>

            * bin/tao_orb_tests.lst:

              Add ORB_ThreadPool test to suite.

            * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.cpp:
            * tao/Dynamic_TP/DTP_Thread_Pool.h:
            * tao/Dynamic_TP/DTP_Thread_Pool.inl:
            * tao/Dynamic_TP/DTP_Thread_Pool.cpp:

              Clean up intermediate changes and debug output.

            * tests/Dynamic_TP/ORB_ThreadPool/Client.cpp:
            * tests/Dynamic_TP/ORB_ThreadPool/Server.cpp:
            * tests/Dynamic_TP/ORB_ThreadPool/run_test.pl:
            * tests/Dynamic_TP/ORB_ThreadPool/server.conf:

              Fix the run_test.pl and clean up client/server sources.

    Fri Jan 11 03:55:40 UTC 2013  Phil Mesnier  <mesnier_p@office.socket.net>

            * tao/Dynamic_TP/DTP_ORBInitializer.cpp:
            * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.cpp:
            * tao/Dynamic_TP/DTP_Thread_Pool.h:
            * tao/Dynamic_TP/DTP_Thread_Pool.cpp:

              Fix assorted bugs exposed by new test.

            * tests/Dynamic_TP/ORB_ThreadPool:

            * tests/Dynamic_TP/ORB_ThreadPool/Client.cpp:
            * tests/Dynamic_TP/ORB_ThreadPool/ORB_ThreadPool.mpc:
            * tests/Dynamic_TP/ORB_ThreadPool/Server.cpp:
            * tests/Dynamic_TP/ORB_ThreadPool/Test.idl:
            * tests/Dynamic_TP/ORB_ThreadPool/Test_i.h:
            * tests/Dynamic_TP/ORB_ThreadPool/Test_i.cpp:
            * tests/Dynamic_TP/ORB_ThreadPool/client.conf:
            * tests/Dynamic_TP/ORB_ThreadPool/run_test.pl:
            * tests/Dynamic_TP/ORB_ThreadPool/server.conf:

              New test for the dynamic ORB thread pool. The run_test.pl script
              is not ready yet.

    Thu Jan 10 23:21:36 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

             Added missing ACE_TEXT macros and changed char to ACE_TCHAR

            * orbsvcs/tests/FT_Naming/FaultTolerant/run_equivalence_test.pl:

             Added test support for tao_ft_naming single profile ior and
             multiple profile ior file option arguments.


    Thu Jan 10 21:25:44 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/Naming_Service/FT_Naming_README:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Added option, -h, to output naming manager IOR
              of service being launched.

    Thu Jan 10 16:34:22 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp:

              Fix so the actual persistent directory is passed to the
              Storable_FlatFileFactory constructor and that is then
              used by the factory to construct the full path of the
              persistent file using the directory name and file name.
              This simplies the code and allows absolute directory
              paths to work properly.

    Thu Jan 10 15:24:09 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/FT_Naming_README:

              Clarified usage of options.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Updated usage to print info on -n option for tao_ft_naming.

    Thu Jan 10 00:59:01 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:

              Fixed main so that ORB_init() processes arguments before parsing
              other arguments.

            * orbsvcs/tests/FT_Naming/FaultTolerant/run_equivalence_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerant/run_failover_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerant/run_persistence_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerant/run_test.pl:

             Fixed ORBDebugLevel processing in all of the scripts

    Wed Jan  9 22:54:44 UTC 2013  Phil Mesnier  <mesnier_p@ociweb.com>

            * DevGuideExamples/Multithreading/DynamicThreadPool/MessengerServer.cpp:

              Update to use the new DTP_* class names.

            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:
            * orbsvcs/Naming_Service/FT_Naming_README:
            * tao/Dynamic_TP/DTP_POA_Strategy.inl:
            * tao/Dynamic_TP/DTP_POA_Strategy.cpp:

              Fuzz fixes.

    Wed Jan  9 20:23:33 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc:

              Renamed FaultTolerance.mpc to correspond with directory name change.

            * orbsvcs/tests/FT_Naming/FaultTolerant/README:

              Updated test documentation.

            * orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:

              Added more missing ACE_TEXT macros

            * orbsvcs/tests/FT_Naming/FaultTolerant/run_equivalence_test.pl:

              Minor cleanup

            * orbsvcs/tests/FT_Naming/FaultTolerant/run_persistence_test.pl:

              Removed duplicate argument.

            * utils/nsgroup/README.nsgroup:

              Updated by removing references to type_id argument

            * orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerance.mpc:

              Removed this file.

    Wed Jan  9 19:51:27 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/Naming_Service/Naming_Service.mpc:

              Set install variable to $(ACE_ROOT)/bin so
              that executables will have sym links in
              $ACE_ROOT/bin like other orbsvcs services.

    Wed Jan  9 19:38:32 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

              Fixed memory leak.

    Wed Jan  9 19:09:43 UTC 2013  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/Dynamic_TP/DTP_Config.h:
            * tao/Dynamic_TP/DTP_Config.cpp:
            * tao/Dynamic_TP/DTP_ORBInitializer.h:
            * tao/Dynamic_TP/DTP_ORBInitializer.cpp:
            * tao/Dynamic_TP/DTP_ORB_Loader.h:
            * tao/Dynamic_TP/DTP_ORB_Loader.cpp:
            * tao/Dynamic_TP/DTP_POA_Loader.h:
            * tao/Dynamic_TP/DTP_POA_Loader.cpp:
            * tao/Dynamic_TP/DTP_POA_Strategy.h:
            * tao/Dynamic_TP/DTP_POA_Strategy.inl:
            * tao/Dynamic_TP/DTP_POA_Strategy.cpp:
            * tao/Dynamic_TP/DTP_Task.h:
            * tao/Dynamic_TP/DTP_Task.inl:
            * tao/Dynamic_TP/DTP_Task.cpp:
            * tao/Dynamic_TP/DTP_Thread_Pool.h:

              Added these files.

            * tests/Dynamic_TP/Config_Loader/Test.cpp:
            * tests/Dynamic_TP/Config_Loader/svc.conf:

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/run_test.pl:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/server.cpp:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc1.conf:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc2.conf:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc3.conf:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc4.conf:

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/server.cpp:

            * tests/Dynamic_TP/POA_Loader/Test.cpp:
            * tests/Dynamic_TP/POA_Loader/svc.conf:

              Modified these files.

            * tao/Dynamic_TP/Dynamic_TP_Config.h:
            * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
            * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.h:
            * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.cpp:
            * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.h:
            * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
            * tao/Dynamic_TP/Dynamic_TP_Task.h:
            * tao/Dynamic_TP/Dynamic_TP_Task.inl:
            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

              Removed these files.

              Unified the naming convension for the Dynamic_TP library. All class names and
              svc.conf objects are prefixed with DTP_ or TAO_DTP_ as appropriate.

    Wed Jan  9 16:46:56 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp:

              Removed original object group and member creation
              and validation code as it's been supplanted by
              testing of groups and members created using server.cpp,
              LB_server, and Basic code.

    Wed Jan  9 16:15:12 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerant:

              Renamed FaultTolerance directory to
              FaultTolerant to be consistent with
              FT naming directories elsewhere.

            * orbsvcs/tests/FT_Naming/FaultTolerance:

              Removed.

            * bin/tao_other_tests.lst:

              Update to account for test directory
              nam change.

    Wed Jan  9 15:40:43 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

              Fix previous commit that had incorrect variable setting.

    Wed Jan  9 15:29:44 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/Basic.h:
            * orbsvcs/tests/FT_Naming/FaultTolerance/Basic.cpp:

              Removed unneeded #include. Made comments more
              descriptive.

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

              Fixed spelling error. Made variable name more
              descriptive.

    Wed Jan  9 14:17:02 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Fixed termination of filename string.

    Wed Jan  9 13:17:17 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

              Pass ObjectGroupUpdate object instead of just object ID
              to group factory when informing that object group is stale.
              This is so that if the change type is NEW or DELETED the
              object group list can be marked as stale.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Pass ObjectGroupUpdate object instead of just object ID
              to naming manager when informing that object group is stale.
              Add debug statements to verify update object group and
              naming context calls have been made.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Group_Factory.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Group_Factory.cpp:

              In handling a stale object group, if the change type is
              NEW or DELELETED, mark the list store as stale.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

              Track if the persistent file has been created yet and if so
              propagate the change type as NEW to peer.

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

              Make list_store_ protected so that FT_PG_Group_Factory
              can access.

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

              Add stale attribute and use that to help decide if
              state is obsolete.

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

              Remove 1 second delay between name server calls in
              object group equivalence test since we're no longer
              bound by 1 second resolution of file time stamp
              to determine if staleness.

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:

              Pass the debug_level variable to the naming service so
              that debug statements can be seen.

    Wed Jan  9 04:13:41 UTC 2013  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/FT_Naming_README:

              Updated documentation to clarify use of the -o option.

    Wed Jan  9 00:36:30 UTC 2013  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.cpp:
            * tao/Dynamic_TP/DTP_Thread_Pool.h:
            * tao/Dynamic_TP/DTP_Thread_Pool.inl:
            * tao/Dynamic_TP/DTP_Thread_Pool.cpp:

              Cleaned up unused indirection code. There are no separately configurable
              lanes with this thread pool implementation.

    Wed Jan  9 00:23:50 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/Basic.cpp:
            * orbsvcs/tests/FT_Naming/FaultTolerance/LB_server.cpp:
            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
            * orbsvcs/tests/FT_Naming/FaultTolerance/server.cpp:
            * utils/nsgroup/nsgroup.cpp:

              Added missing ACE_TEXT macros

    Tue Jan  8 20:52:42 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Removed unused parameters.

    Tue Jan  8 20:44:08 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/tests/ImplRepo/run_test.pl:

              Cleanup fuzz error.

    Tue Jan  8 20:15:02 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

              Fixed jacorb_server to be read in as a bool.

    Tue Jan  8 19:22:59 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Re-ordered and removed repeated calling of create_server
              for new servers.

            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Ensuring the info->server var is null if no object is
              created.

    Tue Jan  8 18:45:22 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Missed writing out info.jacorb_server for XML persistence.

    Tue Jan  8 18:15:28 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Cleaned up dead code.

            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Fixed warning.

            * orbsvcs/ImplRepo_Service/README.txt:
            * orbsvcs/tests/ImplRepo/README:

              Added fault tolerant ImplRepo_Service documentation.

    Tue Jan  8 17:55:22 UTC 2013  Carey Morris  <morrisc@ociweb.com>

            * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp
            * orbsvcs/ImplRepo_Service/Locator_Repository.h
            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp
            * orbsvcs/ImplRepo_Service/INS_Locator.cpp
            * orbsvcs/ImplRepo_Service/Server_Info.h
            * orbsvcs/ImplRepo_Service/Server_Info.cpp
            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h
            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp
            * orbsvcs/ImplRepo_Service/ImR_Locator_i.h
            * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.h
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp

    Tue Jan  8 07:50:31 UTC 2013  Phil Mesnier  <mesnier_p@office.socket.net>

            * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.h:
            * tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.cpp:
            * tao/Dynamic_TP/DTP_Thread_Pool.h:
            * tao/Dynamic_TP/DTP_Thread_Pool.inl:
            * tao/Dynamic_TP/DTP_Thread_Pool.cpp:
            * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
            * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.cpp:

            * tao/ORB_Core.cpp:
            * tao/params.h:
            * tao/params.cpp:

              Intermediate commit of ORB dynamic thread pool implementation. This borrows from
              the RTCORBA ThreadPool policy but with an aim towards simplifying. The config
              uses the same thread pool definition struct as the POA thread pool. To configure
              an ORB, pass -ORBDynamicThreadPoolName to ORB_init().

    Mon Jan  7 19:19:05 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

              Re-ordered pointer members to match reverse order
              of deletes in destructor. (Should really matter
              but seeing if it gets rid of or moves a seg fault
              seen on a test server.)

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

              Remove static string as it's not needed.

    Mon Jan  7 15:24:34 UTC 2013  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

              Added unique repo id for valid file names.

            * orbsvcs/ImplRepo_Service/Locator_Repository.h:

              Made Server and Activator hash map keys a typedef.

            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h:
            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

              Added reading in repo unique id parameters and refactored
              creating servers and activators into XML_Backing_Store and
              Shared_Backing_Store.

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Added hash map for server and activator repo unique ids
              to use to create valid filenames and refactored identifying
              existing servers from Locator_XMLHandler and added tracking
              repo unique ids.

            * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Added support to write extra name value pairs to XML and
              refactored server and activator loading from
              Locator_XMLHandler.

    Fri Jan  4 23:03:10 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:

              Fix problem starting the group member object server when the
              directory has been changed.

    Fri Jan  4 22:19:52 UTC 2013  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/Basic.h:
            * orbsvcs/tests/FT_Naming/FaultTolerance/Basic.cpp:
            * orbsvcs/tests/FT_Naming/FaultTolerance/LB_server.h:
            * orbsvcs/tests/FT_Naming/FaultTolerance/LB_server.cpp:
            * orbsvcs/tests/FT_Naming/FaultTolerance/Test.idl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/server.cpp:

              Added to create object group member server objects for fault tolerance
              persistence tests.

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
            * orbsvcs/tests/FT_Naming/FaultTolerance/FaultTolerance.mpc:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:

              Modified to incorporate the object group member server for
              fault tolerance persistence tests.

    Fri Jan  4 19:51:21 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

              Moved sleep statement in object group equivance test
              so server 2 can detect persistent change.

    Fri Jan  4 19:14:49 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * tao/Storable_FlatFileStream.cpp:

              Handle EOF state correctly when reading an integer.

    Fri Jan  4 18:29:28 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:

              Removed unneeded include.

    Fri Jan  4 18:21:03 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

              Reordered the list store and storable factory members
              so that the list store is deleted first since it has
              a reference to the storable factory.

    Thu Jan  3 23:02:01 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * MPC/config/ftnaming.mpb:
            * orbsvcs/tests/FT_Naming/FaultTolerance/FaultTolerance.mpc:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Load_Balancing_Name_Service.mpc:
            * orbsvcs/tests/FT_Naming/Replication/Replication.mpc:

              Removed extraneous dependencies.

    Thu Jan  3 17:09:27 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

              Fix lazy loading of group map so get_group_map() will
              always read from persistent store in the first invocation.

    Wed Jan  2 22:13:53 UTC 2013  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

              Construct file guards with redundant flag set.

    Wed Jan  2 21:44:01 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>


            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant:

              Removed this empty directory.

    Wed Jan  2 21:09:23 UTC 2013  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/Naming_Service.mpc:

              Removed reference to removed ft_portablegroup.mpb base project.

            * orbsvcs/orbsvcs/FT_Naming_Serv.mpc:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Group_Factory.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Group_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

              Moved FT_PG_* files into Naming/FaultTolerant directory. They are
              tightly coupled with the FT_Naming Service and should not be an
              independent library in PortableGroup.

            * MPC/config/ft_portablegroup.mpb:

              Removed unnecessary base file.

            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Group_Factory.cpp:
            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.h:
            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.cpp:
            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PortableGroup.mpc:
            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/ft_portablegroup_export.h:

              Removed these files.
              Moved FT_PG_* files into Naming/FaultTolerant directory. They are
              tightly coupled with the FT_Naming Service and should not be an
              independent library in PortableGroup.

    Mon Dec 31 20:48:24 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Locator_Repository.h:
            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Cleaned up unneeded parameter.

    Mon Dec 31 15:24:48 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:

              Added doxygen comments.

    Sat Dec 29 05:27:51 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Locator_Options.h:
            * orbsvcs/ImplRepo_Service/Locator_Repository.h:
            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Added doxygen comments and cleaned up virtual functions.

    Sat Dec 29 00:27:11 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

              Removed unnecessary include statements and updated doxygen
              comments.

    Fri Dec 28 21:53:11 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

              Removed command line processing support
              Added doxygen fields

            * orbsvcs/tests/FT_Naming/FaultTolerance/README:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:

              Updated test documentation

            * utils/nsgroup/nsgroup.cpp:

              Refactored to add command line processing support that was previously
              provided by nsgroup_svc

    Fri Dec 28 21:40:45 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
            * orbsvcs/ImplRepo_Service/Locator_Options.cpp:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Cleanup logging and wide character support.

    Fri Dec 28 18:44:07 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * bin/tao_other_tests.lst:

              Added fault tolerant ImplRepo test.

            * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

              Cleanup of log statements.

            * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/Locator_Repository.h:
            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Fixed return type for repo_mode.

    Fri Dec 28 16:13:55 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

              Added back in unintentionally deleted code and cleaned up.

            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

              Cleaned up logging.

    Fri Dec 28 15:33:23 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/FtNaming.mpc:

              Added nsgroup_svc to project.

            * utils/nsgroup/nsgroup_svc.h:
            * utils/nsgroup/nsgroup_svc.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/nsgroup_svc.cpp:

              Moved nsgroup_svc.h & cpp FaultTolerant Naming Service
              directory.

            * orbsvcs/tests/FT_Naming/FaultTolerance/FaultTolerance.mpc:
            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
            * utils/nsgroup/nsgroup.mpc:
            * utils/nsgroup/nsgroup.cpp:
            * utils/nsgroup/run_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/Faulttolerance.mpc:

              Modified to account for change in placement of the
              nsgroup_svc class into the FtNaming library.

    Fri Dec 28 14:01:24 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

              Made activator update oneway.

            * orbsvcs/ImplRepo_Service/Locator_Repository.h:
            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

              Changed sync_load to pass no parameters and calling
              sync_load in get_server and get_activator.

            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

              Changed to force ping call when server is requested.

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Changed to store off needed updates and not update the repo
              until sync_load is called.

    Thu Dec 27 21:49:00 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/orbsvcs/FT_Naming_Serv.mpc:

              Fixed to not pickup undesired idl files.

    Thu Dec 27 20:42:31 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/orbsvcs/FT_Naming_Serv.mpc:

              Moved mpc file to orbsvcs directory to be standard.

            * orbsvcs/orbsvcs/FtNaming.mpc:

              Moved export file to FT_Naming_Serv.mpc.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Serv.mpc:

              Removed this file.

    Thu Dec 27 20:31:10 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:

              Updated equivalence objectgroup test

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:

              Made object group directory name consistent with name service directory
              name


    Thu Dec 27 18:01:25 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

              Fixing include error.

    Thu Dec 27 13:05:53 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/orbsvcs/FtNaming.mpc:

              Added missing file from project (needed for install).

    Wed Dec 26 23:01:04 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/FT_Naming_README:

              Created README for the FT_Naming Service separate from the
              TAO Naming Service.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Location_Index_Map.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:

              Updated documentation formatted for doxygen.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Made error messages clearer for invalid arguments and combinations of
              arguments.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Replaced argument name with a more appropriate name. Was previoulsy POA
              ID, but it is actually the id of the object as registered with the POA.

    Wed Dec 26 21:40:39 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

              Changed main error return code

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:

              Fixed error checking of client process

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:

              Fixed error message


    Wed Dec 26 19:09:59 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * bin/tao_other_tests.lst:

              Added FaultTolerance and Federation tests.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Added process and thread printout to error messages. Changed debug level
              fro printing out debug messages.

            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

              Added catch for exceptions that might be created while creating a new
              object group.

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

              Throw mor meaningful exceptions when utilities encounter difficulties.

            * orbsvcs/tests/FT_Naming/Federation/client.cpp:
            * orbsvcs/tests/FT_Naming/Federation/server.cpp:

              Extended test to bind the root context in another naming service to more
              fully test a federated naming service.

    Sun Dec 23 20:18:26 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

              Added missing include needed for for gettimeofday.

    Fri Dec 21 22:58:59 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

              Removed extraneous comment.  Added protection for leak against
              thrown exception in creation.

            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

              Removed duplicate code.

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

              Removed unused arg warnings for now.

            * utils/nsgroup/nsgroup_svc.cpp:

              Added printout of usage on failure of commands.

    Fri Dec 21 22:43:47 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

              Updated Failover and Equivalance tests

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:

              Additional cleanup of Failover and Persistance script files

            * utils/nsgroup/run_test.pl:

              Added directory exist test before directory cleanup

    Fri Dec 21 20:46:55 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

              Fix so that when determining if state is obsolete
              with respect to the persistent store that the stream
              is opened before trying to determine time stamp.

    Fri Dec 21 16:46:52 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

              Fix getting next group ID so that it always unique,
              even among IDs for groups that have been deleted.

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

              Created multiple object groups in the object group
              persistence test.

    Fri Dec 21 16:17:25 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h:
            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

              Added code to check started to determine if ior should
              be used to retrieve the server object from the orb.  Also
              changed to use rebind for the activator.

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Fixed to truncate handle prior to calling fdopen.

            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Added writing started to the server xml to indicate if
              the server object should be created or removed in the
              replica.

    Fri Dec 21 03:41:20 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:
            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

              Updated to use -v argument and clean up the object
              group persistence directory.

            * orbsvcs/tests/FT_Naming/Load_Balancing/NameService:
            * orbsvcs/tests/FT_Naming/Load_Balancing/NameService/README:

              Removed these files.

    Fri Dec 21 03:14:14 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

              Handle case where there are no group ids.

            * utils/nsgroup/run_test.pl:

              Add argument for object group persistence directory.

    Fri Dec 21 00:01:59 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

              Refactored client.cpp to provide sub methods for all three fault
              tolerant test use cases

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:

              Refactored scripts to solely utilize the test client for all the
              tests.

    Thu Dec 20 20:57:26 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

              Updated implementation to replace the object reference
              for the object group when the first member is added.

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

              Modified order of empty_ and distribute_ to avoid warning.

            * tests/Storable/test.cpp:

              Added missing include file.

    Thu Dec 20 20:46:40 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

              Fix computation of next group ID.

    Thu Dec 20 17:29:49 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/CosEvent.mpc:

              Added missing dependency on IFR_Client.

    Thu Dec 20 16:40:36 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:

            Removed type_id arguments from group_create method calls

    Thu Dec 20 16:31:35 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

              Fixed a "new char []" without delete [].

    Thu Dec 20 16:21:56 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.h:
            * orbsvcs/orbsvcs/PortableGroup/FaultTolerant/FT_PG_Object_Group_Storable.cpp:

              Added add_member_to_iogr member function to support specialization.

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:

              Made members protected to allow use in derived classes.
              Made member function virtual to support overriding.

            * orbsvcs/tests/Simple_Naming/client.cpp:

              Added missing return for failure case.  Added error message to describe
              failure in another case.

    Thu Dec 20 14:56:42 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

              Reset the count of start attempts on every new client attempt. This
              prevents server lockout from occurring. warnings.

    Wed Dec 19 16:34:54 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/Faulttolerance.mpc:
            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:
            * utils/nsgroup/nsgroup_svc.h:
            * utils/nsgroup/nsgroup_svc.cpp:

             Refactored client to use nsgroup_svc for FT_Naming FaultTolerance tests

    Wed Dec 19 14:03:08 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/tests/FT_Naming/Replication/client.cpp:
              Fixed issue with exception.

            * orbsvcs/tests/Redundant_Naming/client.cpp:

            Added missing include file.

    Wed Dec 19 13:36:22 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

              Refactoring to accommodate derived classes that work
              with classes derived from PG_Object_Group_Storable,
              as will be the case for OG FT support.

    Wed Dec 19 05:57:23 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * TAO_IDL/tao_idl.mpc:

              Fixed tao_idl installed build to work with 32 and 64 bit install.

            * bin/tao_other_tests.lst:

              Added persistence and failover tests.

            * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
            * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

              Added code to ensure updating of repo after server info changes.

            * orbsvcs/ImplRepo_Service/Locator_Repository.h:
            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

              Added class to ensure Server_Info changes were reported to the
              repository.

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Added logic to handle identifying a peer replica file from a
              defunct corba object.

    Tue Dec 18 22:50:34 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * DevGuideExamples/Multithreading/DynamicThreadPool:

            * DevGuideExamples/Multithreading/DynamicThreadPool/DynamicThreadPool.mpc:
            * DevGuideExamples/Multithreading/DynamicThreadPool/Messenger.idl:
            * DevGuideExamples/Multithreading/DynamicThreadPool/MessengerClient.cpp:
            * DevGuideExamples/Multithreading/DynamicThreadPool/MessengerServer.cpp:
            * DevGuideExamples/Multithreading/DynamicThreadPool/Messenger_i.h:
            * DevGuideExamples/Multithreading/DynamicThreadPool/Messenger_i.cpp:
            * DevGuideExamples/Multithreading/DynamicThreadPool/started_pch.h:
            * DevGuideExamples/Multithreading/DynamicThreadPool/started_pch.cpp:

              Created new dev guide example code to be used later for static
              thread pool creation using apply_to() in a user application.

    Tue Dec 18 22:47:55 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

              Corrected a debug logging level issue for Growing new thread counts.

    Tue Dec 18 16:22:04 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * bin/tao_orb_tests.lst:
              Added run_test scripts into the nightly build for Dynamic Threadpooling

    Tue Dec 18 16:20:38 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
              Refactored static threadpool configuration run_test script to follow tthe same calling pattern as the dynamic script.

    Tue Dec 18 00:44:12 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalence_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistence_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:

              Added support for object group repository directory and invoking
              test client to eventually replace cmdline utility calls.
              Also corrected script name spelling errors.

            * orbsvcs/tests/FT_Naming/Federation/run_test.pl:

              Added support for object group repository directory

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalance_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistance_test.pl:

              Removed these files.

    Mon Dec 17 23:14:57 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/run_test.pl:

              Reworked the perl test scripts for more flexibility and better detection
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc1.conf:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc3.conf:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc4.conf:

              Adjusted the conf files to better reflect timing and success detection

    Mon Dec 17 23:14:40 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_Config.h:
            * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

              Did considerable work to refactor the rules to evaluate
              parameters coming in for both apply_to( ) style and conf
              file style parameter loading.

              Also fixed the serialize servants boolean to be false as a
              default so that multi-threaded apps are able to perform better
              by default.

    Mon Dec 17 22:45:37 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:

              Reworked to return next_member instead of next_location to
              hide implementation details from Naming Context.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Use .in() operation instead of implicit conversion.

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Reset the write_occurred_ flag after notification to remote
              process.

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

              Use string_free instead of delete to match creation style.

    Mon Dec 17 15:26:15 UTC 2012  Weiqi Gao  <gao_w@ociweb.com>

            * orbsvcs/tests/ImplRepo/run_test.pl:

              Expanded failover_test to cover more usage scenarios.

    Mon Dec 17 14:54:17 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

              Fixed warning.

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Added file locking for non-windows.

            * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Changed to have load be able to accept an already open
              file stream.

    Mon Dec 17 14:53:41 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:

              Added missing TAO namespace end declaration.

    Mon Dec 17 14:42:10 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/tests/ImplRepo/run_test.pl:
            * tao/Storable_Base.inl:
            * tao/Storable_Factory.h:
            * tao/Storable_FlatFileStream.cpp:
            * tests/Storable/Storable.mpc:
            * tests/Storable/test.cpp:

              Fix fuzz errors.

    Mon Dec 17 12:57:04 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_List_Store.cpp:

              Added class to keep track of the list of persistent object
              groups. The list itself is persistent.

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

              Updated to use PG_Group_List_Store when adding/destroying
              object groups or working with the map of object groups.

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

              Added a few items that weren't originally being persisted.
              Added constructor suitable for initializing object from
              persistent store.
              Refactored usage of TAO_InputCDR so that common code
              is handled in anonymous function.

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

              Updates to accommodate enhancements to derived class
              PG_Object_Group_Storable.

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Manipulator.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Manipulator.cpp:

              Allow group ID to also be predetermined instead of
              only generating ID.

            * tao/Storable_Base.h:
            * tao/Storable_FlatFileStream.h:
            * tao/Storable_FlatFileStream.cpp:

              For read member function  pass pointer by value, not by
              reference.

    Sat Dec 15 22:06:02 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Hello.h:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Hello.cpp:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Test.idl:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/client.cpp:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/run_test.pl:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/server.cpp:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc1.conf:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc2.conf:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc3.conf:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc4.conf:
              New set of files to test loading of thread configuration from
              svc.conf files rather from an apply_to() call from an application.

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/client.cpp:
              Modified this file to help with test logging and pass/fail detection.

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc.conf:

              Removed this file.

    Sat Dec 15 22:05:47 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:

              These files were modified to accommodate lazy configuration
              when loading configuration from svc.conf files.

    Sat Dec 15 17:49:30 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:

            Cleaned up condition where test 3 was failing.

    Sat Dec 15 17:49:17 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_Config.h:
            * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:

            Fixed comparison condition where size_t was being compared to < 0
            which is not valid.
            Also set default of max_request_queue_depth to 0 rather than -1.

    Fri Dec 14 22:52:03 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/Faulttolerance.mpc:
            * orbsvcs/tests/FT_Naming/FaultTolerance/client.cpp:
            * orbsvcs/tests/FT_Naming/FaultTolerance/test_object.idl:

            Added a client process to provide a more robust test of the name service

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:

            Updated to use the client process

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalance_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistance_test.pl:
            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

            Added guard to keep from deleting files when the repository directory
            was not created.

    Fri Dec 14 22:15:22 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
              Fixed tests to adhere to new functionality

    Fri Dec 14 22:03:35 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
            * tao/Dynamic_TP/Dynamic_TP_Task.h:
            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

              Restructured initialization of Task thread variables.
              Cleaned out un-needed member variables from Strategy class.

    Fri Dec 14 21:53:37 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Removed case 'n' from parse args. It is handled elsewhere.

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:

              Updated comments to better describe operations.

            * orbsvcs/tests/FT_Naming/Replication/client.cpp:
            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

              Added performance tests.  Added a kill of the
              primary at the end to ensure that the replica
              is invoked in nslist.

            * orbsvcs/tests/Redundant_Naming/client.cpp:

              Added performance tests.

            * tao/Storable_File_Guard.cpp:

              Moved sync call to only be invoked when rwflags_
              indicate we are in write mode.

            * tao/Storable_FlatFileStream.h:

              Removed outdated todo comment.

            * tao/Storable_FlatFileStream.cpp:

              Replace int with size_t to avoid warning.

    Fri Dec 14 17:33:50 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * tao/PortableServer/LifespanStrategyTransient.cpp:

              Cleaned up warning.

            * tests/Storable/run_test.pl:

              Removed unneeded code.

    Fri Dec 14 15:19:40 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Storable_FlatFileStream.cpp:

              For some reason, under Linux at least, newlines following
              strings are not always consumed. So when reading an
              integer account for first character possibly being a newline.

    Fri Dec 14 00:19:06 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
            * tao/Dynamic_TP/Dynamic_TP_Task.h:
            * tao/Dynamic_TP/Dynamic_TP_Task.inl:
            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

              Refactored the task to make better use of services provided by
              the base class. Also added separate locks to avoid the potential
              of unnecessary blocking for different roles.

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Hello.cpp:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/server.cpp:

              Added some comments to the test server and fixed up the script to
              use a client to trigger a shutdown from within the server.

    Thu Dec 13 22:51:06 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

              Fixed leak of Factory_Registry when initializing the group factory.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:

              Fixed leak of ReplicationManager when registering the replica.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Made tracing debug statements only execute when debug level is
              set.

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

              Fixed leak of TAO_Storable_Base when testing for existence
              of a directory.

    Thu Dec 13 22:38:33 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Storable_FlatFileStream.cpp:

              Revert for now after discovering Redundant_Naming test is
              failing.

    Thu Dec 13 20:40:08 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Storable_FlatFileStream.cpp:

              Don't use fscanf when reading integers as it will
              consume whitespace _after_ the newline. This may cause
              problems when binary data is included in the file,
              as is the case for persistent object group data,
              since binary data may look like whitespace.

            * tests/Storable/Savable.h:
            * tests/Storable/Savable.cpp:
            * tests/Storable/test.cpp:

              Updated to write/read binary data after an integer that
              starts with what looks like whitespace and verify the
              expected binary data is read.

    Thu Dec 13 19:13:38 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_equivalance_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_failover_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_persistance_test.pl:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:

            Split the fault tolerant tests into seperate test scripts

    Thu Dec 13 19:11:42 UTC 2012  Weiqi Gao  <gao_w@ociweb.com>

            * orbsvcs/tests/ImplRepo/run_test.pl:

              Turned on strict mode, fixed detected errors.

    Thu Dec 13 15:49:06 UTC 2012  Weiqi Gao  <gao_w@ociweb.com>

            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

              Fixed tao_imr_locator crash when -o points to existing file

    Wed Dec 12 23:38:39 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/Federation/run_test.pl:
            * utils/nsgroup/run_test.pl:

            Updated FT_Naming and nsgroup tests to cleanup after themselves

    Tue Dec 11 22:36:37 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/CSD_ThreadPool/CSD_TP_Queue.h:
            * tao/CSD_ThreadPool/CSD_TP_Queue.inl:
            * tao/CSD_ThreadPool/CSD_TP_Queue.cpp:

              Cleaned out redundant queue depth tracking. This is handled in the TP
              strategy class.

            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

              An attempt at lock optimization. Using the lock_ member to guard access
              to the queue directly so that multiple threads can participate in the
              wait.

    Tue Dec 11 22:12:52 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * tao/Storable_Base.h:
            * tao/Storable_File_Guard.cpp:
            * tao/Storable_FlatFileStream.h:
            * tao/Storable_FlatFileStream.cpp:

              Added abstraction for sync for use in ensuring written
              data persistent store. Implemented using fsync in
              Storable_FlatFileStream.

    Tue Dec 11 22:05:18 UTC 2012  Weiqi Gao  <gao_w@ociweb.com>

            * orbsvcs/tests/ImplRepo/airplane_client_i.h:
            * orbsvcs/tests/ImplRepo/airplane_client_i.cpp:
            * orbsvcs/tests/ImplRepo/run_test.pl:

              Added failover_test and persistent_ft_test.
              Made airplane_client return an error code when an exception occurs.

    Tue Dec 11 15:58:05 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/FT_Naming_Main.cpp:

              Modified to avoid leak of TAO_FT_Naming_Service object.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

              Modified to write out the single Naming Manager IOR
              file when running standalone.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Fixed issue with fini. Base class fini called after derived
              class to allow use of the orb while destroying POAs and
              cleaning up the IORTable.

            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

              Remove the persistence directory at conclusion of the test.

            * utils/nsgroup/run_test.pl:

              Fixed issues with test to run with standalone naming service.
              Clean up the persistence directory at conclusion of the test.

    Tue Dec 11 15:09:57 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

              Fixed "--primary" and "--backup" flags to not consume
              the following argument.

    Mon Dec 10 20:00:37 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/FtNaming.mpc:

              Fixed issue with dynamicflags.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/ftnaming_intf_export.h:

              Adding new file.

    Mon Dec 10 17:13:47 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:

              Removed context_size argument from factory constructor since it is not used
              by the factory.

            * orbsvcs/orbsvcs/Naming/Naming_Loader.cpp:

              Removed include of removed Naming_Context_Factory.h

            * orbsvcs/orbsvcs/cosnaming_serv_persistence.mpb:

              Removed reference to removed Naming_Context_Factory.h/cpp files.
            * orbsvcs/orbsvcs/Naming/Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Naming_Context_Factory.cpp:

              Removed these files since they are no longer used.

    Mon Dec 10 16:44:11 UTC 2012  tests\Dynamic_TP  <neeleym@ociweb.com>


            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Hello.h:
              Added this file to correct build problem in nightly build.

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/TestS.cpp:

              Removed this file.

    Mon Dec 10 15:39:23 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

              Added exception for register_replica.

            * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

              Fixed memory leak (double char* duplication).

            * orbsvcs/ImplRepo_Service/Locator_Options.h:
            * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

              Made ImR Locator options similar to the NamingService.
              Now pass "--directory some_dir" to use multiple files
              for persistance and either "--primary" or "--backup"
              for fault tolerant ImR Locator.

            * orbsvcs/ImplRepo_Service/Locator_Repository.h:
            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

              Made registered_ private with protected accessor.

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Added error handling and temporary logging.

            * orbsvcs/tests/ImplRepo/run_test.pl:

              Changes from Locator_Options.

            * tao/PortableServer/Root_POA.cpp:

              Refactored ImR-ification of key into LifespanStrategy
              and Imr_Client.

            * tao/PortableServer/LifespanStrategy.h:

              Added interface for imr-ifying the key.

            * tao/PortableServer/LifespanStrategyTransient.h:
            * tao/PortableServer/LifespanStrategyTransient.cpp:

              Added transient null implementation for imr-ifying the key.

            * tao/PortableServer/LifespanStrategyPersistent.h:
            * tao/PortableServer/LifespanStrategyPersistent.cpp:

              Added persistent implementation for forwarding the call
              to the ImR_Client if use_imr.

            * tao/PortableServer/ImR_Client_Adapter.h:

              Added interface for imr-ifying the key.

            * tao/ImR_Client/ImR_Client.h:
            * tao/ImR_Client/ImR_Client.cpp:

              Added implementation for imr-ifying the key for each
              profile in the IMR ior and then combining the profiles
              into a single ior.

            * tao/ImR_Client/ImR_Client.mpc:
            * MPC/config/imr_client.mpb:

              Added dependency on iormanip.

            * tao/Profile.h:
            * tao/Profile.cpp:

              Made to_string const.

            * orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.h:
            * orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.cpp:
            * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.h:
            * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.cpp:
            * tao/IIOP_Profile.h:
            * tao/IIOP_Profile.cpp:
            * tao/Strategies/COIOP_Profile.h:
            * tao/Strategies/COIOP_Profile.cpp:
            * tao/Strategies/DIOP_Profile.h:
            * tao/Strategies/DIOP_Profile.cpp:
            * tao/Strategies/SCIOP_Profile.h:
            * tao/Strategies/SCIOP_Profile.cpp:
            * tao/Strategies/SHMIOP_Profile.h:
            * tao/Strategies/SHMIOP_Profile.cpp:
            * tao/Strategies/UIOP_Profile.h:
            * tao/Strategies/UIOP_Profile.cpp:

              Same changes for to_string const from Profile.h.

    Mon Dec 10 14:41:47 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/Naming_Service.cpp:

              Added error check on creation of the naming server.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:

              Use in() operation for var type.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Refactored to avoid duplication of the init_new_naming functionality
              with the base Naming_Server.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:

              Removed unnecessary context_size argument from constructor.

            * orbsvcs/orbsvcs/Naming/Naming_Loader.h:

              Removed forward declaration of TAO_Naming_Context_Factory since it is no
              longer needed.

            * orbsvcs/orbsvcs/Naming/Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:

              Refactored to allow for derived class to define which Naming Context impl
              factory should be used.

            * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h:
            * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:

              Removed TAO_Naming_Context_Factory generic base class since it
              really does not provide a common abstraction.

    Sun Dec  9 23:02:53 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/tests/FT_Naming/Replication/client.cpp:

              Added code to deal with potential race conditions when modifying on
              primary and checking the replica immediately.

    Sun Dec  9 21:25:24 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * MPC/config/ftnaming.mpb:

              Added orbsvcslib to base projects.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:

              Added error message when exception occurs in registration.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

              Resolved ownership of contextFactory and persistenceFactory.
              Fixed issue with exit on failed access to persistent store.

    Sat Dec  8 21:37:27 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Addressed memory leaks.

    Sat Dec  8 15:26:02 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/tests/FT_Naming/Federation/run_test.pl:

              Changed to use the -c option instead of -o for multi-profile
              IOR of redundant naming sevices.

    Sat Dec  8 15:12:36 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/FT_Naming_Main.cpp:

              Fixed leak of Server object.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Added new option for combined naming service ior file name
              to allow users to access the ior of the single server and to
              obtain the combined/multi-profile IOR.

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

              Removed delete of context impl factory from destructor. Still
              need to work out ownership of the factory.

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:
            * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:
            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

              Updated tests to use -c option for multi-profile ior.

    Fri Dec  7 21:29:30 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/server.cpp:

              Removed reference to deleted include.

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Dynamic_TP_POA_Test_Static.mpc:
              Repaired generation of IDL to fix build looking for generated files.

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/TestS.cpp:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/server.cpp:

              Inclusion of test for max_pool_threads.

            * tests/Dynamic_TP/POA_Loader/Test.cpp:

              Fixed warnings in nightly build.

    Fri Dec  7 21:24:47 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_Task.h:
            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

              Continued implementation of max_pool_threads.

    Fri Dec  7 21:04:34 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/Federation:
            * orbsvcs/tests/FT_Naming/Federation/Federation.mpc:
            * orbsvcs/tests/FT_Naming/Federation/Hello.h:
            * orbsvcs/tests/FT_Naming/Federation/Hello.cpp:
            * orbsvcs/tests/FT_Naming/Federation/NamingTask.h:
            * orbsvcs/tests/FT_Naming/Federation/NamingTask.cpp:
            * orbsvcs/tests/FT_Naming/Federation/Test.idl:
            * orbsvcs/tests/FT_Naming/Federation/client.cpp:
            * orbsvcs/tests/FT_Naming/Federation/run_test.pl:
            * orbsvcs/tests/FT_Naming/Federation/server.cpp:

              Added Fault Tolerant Name Service Federation test

    Fri Dec  7 16:20:37 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Was passing the wrong time to the context to determine
              if it was obsolete.  Use the file time instead.

    Fri Dec  7 12:44:53 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Storable_Base.h:
            * tao/Storable_FlatFileStream.h:
            * tao/Storable_FlatFileStream.cpp:

              Add operator << for TAO_OutputCDR and write
              member function to use with TAO_InputCDRs.

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

              Fleshed out read/write of object group state to file.

    Fri Dec  7 02:56:49 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

              Delete the Context Impl Factor to avoid leak.

            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.h:
            * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Test.idl:
            * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:

              Naming Manager interface is now in the FT_Naming module.

            * orbsvcs/tests/FT_Naming/Replication/client.cpp:

              Refined test for specific exceptions in case other CORBA
              Exceptions are thrown which should not indicate success.

    Thu Dec  6 22:49:38 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/FT_NamingManager.idl:

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

            * utils/nsgroup/nsgroup_svc.h:
            * utils/nsgroup/nsgroup_svc.cpp:

              Moved Fault Tolerant Naming interfaces into the FT_Naming module
              instead of FT since they are not standard CORBA interfaces.

    Thu Dec  6 22:20:22 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tests/Storable/Savable.h:
            * tests/Storable/Savable.cpp:
            * tests/Storable/test.cpp:

              Made test more robust in error handling. Corrected
              file access modes in operations that modify state.

    Thu Dec  6 21:19:48 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/run_test.pl:

            Updated test to use tao_ft_naming standalone arguments

    Thu Dec  6 14:44:27 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/CSD_ThreadPool/CSD_TP_Queue.h:
            * tao/CSD_ThreadPool/CSD_TP_Queue.inl:
            * tao/CSD_ThreadPool/CSD_TP_Queue.cpp:

              Implemented capture of queue depth as items are being added/removed.

    Thu Dec  6 14:36:33 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static:

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Dynamic_TP_POA_Test_Static.mpc:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Hello.cpp:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/Test.idl:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/client.cpp:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/run_test.pl:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Static/server.cpp:

              Creation of tests for:
                - min_pool_threads
                - init_pool_threads
                - thread_idle_time (timeout)
                - max_request_queue_depth

    Thu Dec  6 14:36:21 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
            * tao/Dynamic_TP/Dynamic_TP_Task.h:
            * tao/Dynamic_TP/Dynamic_TP_Task.inl:
            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

              Implementation of max_request_queue_depth.
              Fuzz clean up.

    Thu Dec  6 20:13:55 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:

              Made notification calls oneway.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Added support for running in standalone mode to write out IORs.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Refactored to use is_obsolete. Allows Storable_Naming_Context to use
              file time, while FT_Storable_Naming_Context uses the stale flag.

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:

              Updated test to use -o and -g to access the combined IORs more
              consistently.

            * tao/Storable_File_Guard.h:

              Made accessor for get_object_last_changed to be public to allow
              users of the abstraction to determine when the underlying store
              changed.

    Thu Dec  6 17:19:19 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:
            * utils/nsgroup/run_test.pl:

             Restructured tests and corrected copy and paste errors

    Thu Dec  6 13:40:38 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Locator_Options.h:
            * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

              Added back "-y" option, which will allow Locator to use the
              multi-file backing store, but without having replication.

            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

              Moved poa activation to init.

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Only reporting the ior when the fault tolerant imr is available,
              and added handling for standalone IMR.

            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Cleanup of warnings.

            * orbsvcs/tests/ImplRepo/run_test.pl:

              Changes from locator options and making tests work.

    Thu Dec  6 03:57:39 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

              Upated locking of fault tolerant naming service.

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Minor formatting changes.

            * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:

              FIxed test to use latest FT Naming Service arguments.

            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

              Updated tests to use more descriptive variables.

    Wed Dec  5 23:01:07 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Updates to combine object references and write out combined object
              reference to a file.

            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:

              Revised error message for writing ior to file.

            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

              Modified test script to use new arguments for iors.

    Wed Dec  5 18:00:43 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

              Changed to pass back the fault tolerant imr when registering
              replicas.

            * orbsvcs/ImplRepo_Service/Locator_Options.h:
            * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

              Changed "-y" option to "-primary" and "-backup" and removed
              "-i".

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Changed to expect the other replica to write an ior file to the
              shared directory for discovering the other replica.

            * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
            * tao/ImR_Client/ImR_Client.cpp:

              Adding logging.

            * orbsvcs/tests/ImplRepo/run_test.pl:

              Adding to fault tolerance tests.

            * orbsvcs/tests/Notify/Bug_1884_Regression/common.h:
            * orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp:
            * orbsvcs/tests/Notify/Bug_3688_Regression/common.h:
            * orbsvcs/tests/Notify/Persistent_Filter/Filter.cpp:
            * orbsvcs/tests/ImplRepo/RestartServer/MessengerClient.cpp:
            * orbsvcs/tests/ImplRepo/RestartServer/Terminator.cpp:

              Cleaning up compiler errors for vcexpress.

    Wed Dec  5 16:29:17 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/run_test.pl:

            Simplified targets and additional cleanup

    Wed Dec  5 01:42:34 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:

              Modified registration to pass references for replicated services
              in support of creation of mulit-profile IOR.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

              Updated to support coordination of replication IORs transparently
              and to create a multi-profile IOR.

            * orbsvcs/orbsvcs/Naming/Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Factored out writing IOR files.

            * orbsvcs/tests/FT_Naming/Replication/client.cpp:
            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:
            * orbsvcs/tests/Redundant_Naming/run_test.pl:

              Removed some extraneous prints. Revised perl to manage IOR
              files better.

    Tue Dec  4 23:04:01 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:
            * utils/nsgroup/run_test.pl:

            Updated tests with tao_ft_naming command line arguments --primary
            and --backup

    Tue Dec  4 19:49:56 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

            Changed IOR name from ObjectGroupManager to NamingManager

            * orbsvcs/tests/FT_Naming/FaultTolerance/README:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:

            Updated to conform to use case test document

    Tue Dec  4 19:19:34 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Storable_File_Guard.cpp:

              Don't try to load data from file that has just been
              created.

            * tests/Storable/Savable.cpp:

              Changed to use term 'object' instead of 'child'.

    Tue Dec  4 14:40:34 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:

              Fixed compile error.

    Tue Dec  4 01:20:34 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/FT_Naming_Main.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Reworked startup with primary and backup arguments.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.h:
            * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Changed to use 'stale' terminology instead of 'dirty'

            * orbsvcs/tests/FT_Naming/Replication/client.cpp:
            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

              Changed arguments to use primary and backup

            * orbsvcs/tests/Redundant_Naming/client.cpp:

              Modified to use compound name for bind for more
              robust test.

    Mon Dec  3 19:13:51 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
            * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
            * orbsvcs/ImplRepo_Service/Locator_Repository.h:
            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

              Refactored update interface implementation into Shared_Backing_Store.
              Moved reporting of service ior into the repository.

            * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Changes from Locator_Repository refactoring.

            * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

              Added to the update interface and removed the replica locator
              interface.

            * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:

              Added dependency on iormanip.mpb.

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Added code to determine the fault tolerant ImR ior.

            * orbsvcs/tests/ImplRepo/run_test.pl:

              Added tests for fault tolerance.

    Mon Dec  3 16:46:58 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
            * tao/Storable_File_Guard.h:
            * tao/Storable_File_Guard.cpp:
            * tests/Storable/Savable.cpp:

              With simplified Storable_Base class hierarchy now in
              place, move derived file guards peer() to base class since
              dynamic casting is no longer needed.

    Mon Dec  3 16:15:40 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:

              Fix invalid forward declaration.

    Mon Dec  3 15:21:14 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Storable_File_Guard.h:
            * tao/Storable_File_Guard.cpp:

              Renamed new obsolete/current member functions to account
              for change in terms from previous commit.

    Mon Dec  3 14:44:43 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Storable_Base.h:
            * tao/Storable_File_Guard.h:
            * tao/Storable_File_Guard.cpp:
            * tao/Storable_FlatFileStream.h:
            * tao/Storable_FlatFileStream.cpp:

              Extended to accommodate storable naming context to use
              without needing its own specialized flat file stream. This
              will avoid code duplication between storable object groups
              and storable naming contexts.

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_ReaderWriter.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_ReaderWriter.cpp:

              Moved functionality from naming context flat file persistent
              to new class that uses Storable_FlatFileStream.

            * orbsvcs/orbsvcs/cosnaming_serv_persistence.mpb:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Storable.h:
            * orbsvcs/orbsvcs/Naming/Storable.inl:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp:

              Updated to use new reader-writer class and non-naming service
              specific Storable_* classes.

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

              Further changes for persistent support of object groups.

            * tests/Storable/Savable.h:
            * tests/Storable/Savable.cpp:
            * tests/Storable/test.cpp:

              Account for renaming of some Storable_File_Guard member
              functions.

            * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.h:
            * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp:

              Removed these files.

    Mon Dec  3 04:13:48 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.h:
            * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
            * tao/Storable_File_Guard.h:
            * tao/Storable_File_Guard.cpp:

              Refactored to allow for use of marking for out of date context
              and file.

            * orbsvcs/tests/FT_Naming/Replication/client.cpp:

              Added printouts for testing.


    Sun Dec  2 20:32:25 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tests/Storable/test.cpp:

              Explicitly include header file that defines ACE_OS::sleep()
              used in the source.

    Sat Dec  1 13:28:00 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tests/Dynamic_TP/POA_Loader/Test.cpp:
              Fixed error found in nightly build.
              Removed reference to removed method.

    Sat Dec  1 13:07:48 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.cpp:

              Removed these files.

    Fri Nov 30 23:20:59 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_Config.h:
                      - changed constructor of TAO_DTP_Definition

            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
                      - Removed the TAO_Dynamic_TP_POA_StrategyImpl class dependency

            * tao/Dynamic_TP/Dynamic_TP_Task.h:
            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:
                      - Extensive implementation of init_pool_threads, min_pool_threads, max_pool_threads
                        thread_stack_size, and thread timeout.



    Fri Nov 30 23:09:18 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Moved attribute to Storable_Naming_Context class
              from the File class.

    Fri Nov 30 23:05:32 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/tests/FT_Naming/FaultTolerance:
            * orbsvcs/tests/FT_Naming/FaultTolerance/README:
            * orbsvcs/tests/FT_Naming/FaultTolerance/run_test.pl:

            Added FT_Naming Fault Tolerance Test

    Fri Nov 30 22:55:31 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * bin/tao_other_tests.lst:

              Added Fault Tolerance Test.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Added functionality to respond to callback when file
              is written.

            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

              Print command line output as an aid for testing.

    Fri Nov 30 17:50:08 UTC 2012  Weiqi Gao  <gao_w@ociweb.com>

            * tao/AnyTypeCode/Struct_TypeCode.h:
            * tao/AnyTypeCode/Struct_TypeCode.cpp:
            * tao/AnyTypeCode/TypeCode_CDR_Extraction.h:
            * tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp:
            * tao/AnyTypeCode/Union_TypeCode.h:
            * tao/AnyTypeCode/Union_TypeCode.cpp:
            * tao/AnyTypeCode/Value_TypeCode.h:
            * tao/AnyTypeCode/Value_TypeCode.cpp:

              Added support to demarshal indirection of repeated struct,
              union, valuetype typecodes.

    Fri Nov 30 17:26:09 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

              Updates to support replication notifications.

            * tao/Storable_FlatFileStream.h:
            * tao/Storable_FlatFileStream.cpp:

              Added missing includes.

    Fri Nov 30 17:23:23 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * utils/logWalker/HostProcess.h:
            * utils/logWalker/HostProcess.cpp:
            * utils/logWalker/Log.h:
            * utils/logWalker/Log.cpp:
            * utils/logWalker/PeerProcess.h:
            * utils/logWalker/PeerProcess.cpp:
            * utils/logWalker/Session.h:
            * utils/logWalker/Session.cpp:
            * utils/logWalker/Thread.cpp:

              Synchronize with improvements added to TAO 2.0a.

    Fri Nov 30 15:47:46 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/CosNaming_Serv.mpc:

              Removed source file.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Added object group persistence option.

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Use Storable_File_Guard instead of Naming_Service_File_Guard.

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group_Storable.cpp:

              Start of storable object group capability (no writing/reading
              done yet).

            * tao/Storable_Factory.h:
            * tao/Storable_Factory.cpp:
            * tao/Storable_File_Guard.h:
            * tao/Storable_File_Guard.cpp:
            * tao/Storable_FlatFileStream.h:
            * tao/Storable_FlatFileStream.cpp:
            * tao/tao.mpc:

              Updates to accommodate object group persistence.

            * tests/Storable:
            * tests/Storable/Savable.h:
            * tests/Storable/Savable.cpp:
            * tests/Storable/Storable.mpc:
            * tests/Storable/run_test.pl:
            * tests/Storable/test.cpp:

              Beginning of test for Storable code.

            * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.h:
            * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.cpp:

              Removed these files.

    Thu Nov 29 22:22:42 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

              Implementation of replication mechanisms.

            * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.h:
            * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.cpp:

            Added operation to mark context dirty from replication manager.

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

              Removed unnecessary stub creation.

            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

              Added prints for tests to aid in debugging.

    Thu Nov 29 20:03:54 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

            Fix GNU C++ compile error.

    Wed Nov 28 23:17:07 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

              Updated interface to pass more information for context replication.

    Wed Nov 28 17:37:37 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

              Added support for -r option.

    Wed Nov 28 02:34:36 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Fixed initialization order in constructor.

    Wed Nov 28 02:14:42 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/README:

              Fixed typo.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp:

              Refactored to minimize duplication in creation of Storable
              Naming Context.

    Tue Nov 27 21:26:34 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Fixed error of using private hash map copy constructor.

    Tue Nov 27 19:14:37 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Implemented Replication Manager registration functionality.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

              Implemented notification of changed contexts.

            * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:

            * orbsvcs/tests/FT_Naming/Replication/client.cpp:
            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:

              Updated tests to use replication arguments.

    Tue Nov 27 16:27:39 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * orbsvcs/ImplRepo_Service/Locator_Repository.h:
            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

              Added interface for forwarding UpdatePushNotification calls.
              Added add bool param to persistent_update calls and cleaned
              up.

            * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Changes from persistent_update interface changes.

            * orbsvcs/ImplRepo_Service/ImR_Locator.idl:

              Added UpdatePushNotification interface.

            * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
            * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

              Added UpdatePushNotification implemenation, forwarding
              to the repository_, replication handling, and cleanup.

            * orbsvcs/ImplRepo_Service/Locator_Options.h:
            * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

              Added replica object key option.

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Added implementatioln for forwarded UpdatePushNotification calls.
              Added notifying of updates and identifying what needs to be
              updated.

            * orbsvcs/tests/ImplRepo/run_test.pl:

              Added replication testing.

    Mon Nov 26 22:39:55 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Fixed compilation errors in print statements.

    Mon Nov 26 22:19:23 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/Naming_Service.cpp:

              Fixed initialization order in constructor.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Added initialization code for ReplicationManager interface.

            * orbsvcs/tests/FT_Naming/Replication:
            * orbsvcs/tests/FT_Naming/Replication/README:
            * orbsvcs/tests/FT_Naming/Replication/Replication.mpc:
            * orbsvcs/tests/FT_Naming/Replication/client.cpp:
            * orbsvcs/tests/FT_Naming/Replication/run_test.pl:
            * orbsvcs/tests/FT_Naming/Replication/test_object.idl:

              Added tests for replication functionality in FT_Naming_Service.

    Mon Nov 26 20:50:18 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/CosNaming_Serv.mpc:
            * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.h:
            * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

              Prematurely deleted Naming_Service_File_Guard in
              previous commit. Resurrecting.

    Mon Nov 26 18:16:39 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Storable_Base.h:
            * tao/Storable_Base.inl:
            * tao/Storable_Base.cpp:
            * tao/Storable_File_Guard.h:
            * tao/Storable_File_Guard.cpp:
            * tao/tao.mpc:

              Extracted storable base and file guard classes
              from naming server so they can be used in
              other contexts such as object group persistence.

            * orbsvcs/orbsvcs/CosNaming_Serv.mpc:
            * orbsvcs/orbsvcs/Naming/Storable.h:
            * orbsvcs/orbsvcs/Naming/Storable.inl:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Updatd to use base classes given above.

            * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.h:
            * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.cpp:

              Removed these files.

    Mon Nov 26 17:14:21 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * orbsvcs/orbsvcs/FtNaming.mpc:

              Fix the project dependencies.

    Sun Nov 25 15:27:16 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/Naming_Service.cpp:

              Fixed initialization order of data members.

            * orbsvcs/orbsvcs/Naming/Storable.h:

              Added dll export for class.

    Sat Nov 24 21:48:11 UTC 2012  unknown  <unknown@>

            * MPC/config/ft_naming_serv.mpb:

              Add additional component.

            * orbsvcs/Naming_Service/Naming_Service.cpp:

              Fixed initialization order of data members.

    Fri Nov 23 23:47:50 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/README.nsgroup:

            Updated documentation for group_bind and group_unbind options

            * utils/nsgroup/run_test.pl:

            Tied output redirection to debug command line option

    Fri Nov 23 14:57:58 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/tests/Simple_Naming/client.cpp:
            * orbsvcs/tests/Simple_Naming/run_test_ft.pl:

              Fixed test to clean out state on each run.  Cleaned up fuzz errors.

    Fri Nov 23 14:06:26 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * bin/tao_other_tests.lst:
            * orbsvcs/tests/Simple_Naming/run_test_ft.pl:

              Added simple naming tests for FT_Naming.

            * orbsvcs/orbsvcs/FtNaming.mpc:

              Removed unnecessary elements.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Removed printout to clean up error messages.

    Wed Nov 21 23:07:07 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/CSD_ThreadPool/CSD_TP_Task.h:
            * tao/CSD_ThreadPool/CSD_TP_Task.cpp:

              Rename the argument to open to reinforce the generic nature
              of the single void * argument.

            * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:

              Minor scoreboard cleanup.

            * tao/Dynamic_TP/Dynamic_TP_Task.h:
            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:

              Refactored the task open() signature to take a single void *
              argument.  This is important to avoid generating a new
              signature. Since the argument is a void*, a struct is used to
              pass multiple discrete values. This should probably just use the
              TP_Definition struct, rather than define something new.

            * tests/Dynamic_TP/Config_Loader/Test.cpp:
            * tests/Dynamic_TP/POA_Loader/Test.cpp:

              Minor scoreboard cleanup.

    Wed Nov 21 23:20:54 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/nsgroup.cpp:
            * utils/nsgroup/nsgroup_svc.cpp:

              Updated header paths

            * utils/nsgroup/run_test.pl:

              Added support for showing output files upon error detection.

    Wed Nov 21 22:24:28 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/tests/Simple_Naming/run_test_ffp.pl:

              Added tests for tao_ft_naming to the test suite.

    Wed Nov 21 20:46:58 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:

              Added documentation to describe why release is required.

            * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.h:

              Added TAO_Naming_Serv_Export to support dll.

    Wed Nov 21 20:10:01 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/CosNaming_Serv.mpc:
            * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.h:
            * orbsvcs/orbsvcs/Naming/Naming_Service_File_Guard.cpp:

              Added new class that's a more general version of
              original File_Open_Lock_and_Check class so that
              it can be used for other persistent data besides
              contexts.

            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:

              Changed File_Open_Lock_and_Check to derive from
              Naming_Service_File_Guard and override pure virtual
              functions as needed.

            * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.h:
            * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp:
            * orbsvcs/orbsvcs/Naming/Storable.h:

              Added stream operator on strings in anticipation
              of using these operators on some of the object
              group elements. Udating existing stream operators
              to use string operators.

    Wed Nov 21 20:03:03 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/run_test.pl:

            Redirected output to files and more cleanup

    Wed Nov 21 18:19:17 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:

              Fixed bug in release of Activator.

    Wed Nov 21 16:35:28 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Locator_Repository.h:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:

            * orbsvcs/Naming_Service/FT_Naming_Service.h:
            * orbsvcs/Naming_Service/FT_Naming_Service.cpp:
            * orbsvcs/Naming_Service/Naming_Service.h:
            * orbsvcs/Naming_Service/Naming_Service.cpp:

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:

            * orbsvcs/orbsvcs/Naming/Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp:

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp:

            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
            * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:

            * orbsvcs/tests/FT_Naming/Load_Balancing/NameService/README:

            * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:
            * orbsvcs/tests/FT_Naming/Load_Balancing/server.cpp:

            * orbsvcs/tests/ImplRepo/RestartServer/README:
            * orbsvcs/tests/ImplRepo/RestartServer/Terminator.cpp:

            * orbsvcs/tests/ImplRepo/run_test.pl:

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/server.cpp:

            * tests/Dynamic_TP/POA_Loader/Test.cpp:

            * tests/Var_Deref/README.txt:

              More unfuzzing.

    Wed Nov 21 13:35:40 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Fixed compilation errors.

    Wed Nov 21 06:16:58 UTC 2012  Phil Mesnier  <mesnier_p@local>

            * tao/Dynamic_TP/Dynamic_TP_Config.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.cpp:
            * tao/Dynamic_TP/Dynamic_TP_Task.h:
            * tao/Dynamic_TP/Dynamic_TP_Task.inl:
            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

              Fuzz fixes.

    Wed Nov 21 04:42:24 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:

              Fixed to resolve fuzz issues.

            * utils/nsgroup/run_test.pl:

              Modified argument to tao_nslist, tao_nsadd passing in the IOR for
              the naming service.

    Wed Nov 21 02:40:16 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/Storable.h:

              Added TAO_Naming_Serv_Export to TAO_Naming_Service_Persistence_Factory.

    Wed Nov 21 02:30:08 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Replication_Manager.cpp:

              Added files to implement the replication interface.

    Wed Nov 21 01:32:17 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_Config.h:

              created constructor in TAO_DTP_Definition struct

            * tao/Dynamic_TP/Dynamic_TP_Config.cpp:

              removed conflicting constructor

            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:

              removed unnecessary include

            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.cpp:
            * tao/Dynamic_TP/Dynamic_TP_Task.h:
            * tao/Dynamic_TP/Dynamic_TP_Task.inl:
            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

              completed StrategyImpl initialization started the delegation
              functions; this needs a lot of dependency removal from CSD_Task.

    Tue Nov 20 23:42:31 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/CSD_Framework/CSD_ORBInitializer.h:

              added class visibility token.

            * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.h:
            * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.cpp:
            * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:

              Fuzz and other clean up.

    Tue Nov 20 22:44:07 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/run_test.pl:

            Corrected type_id string passed in test

    Tue Nov 20 22:42:06 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * ChangeLog:

            * MPC/config/ft_naming_serv.mpb:
            * orbsvcs/Naming_Service/Naming_Service.mpc:
            * orbsvcs/orbsvcs/FtNaming.mpc:

              Support building FT Naming Service with replication.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_NamingReplication.idl:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Serv.mpc:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:

              Functionality to support Replication interface between naming
              service instances.

    Tue Nov 20 19:32:12 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/nsgroup.mpc:

            Added $ID

            * utils/nsgroup/nsgroup_svc.h:
            * utils/nsgroup/nsgroup_svc.cpp:

            Changed group_bind and group_unbind to use the NamingContextExt
            interface to properly convert stringified names to compound names.

            * utils/nsgroup/run_test.pl:

            Add calls to tao_nslist, tao_nsadd and tao_nsdel to augment name
            service verification.

    Tue Nov 20 15:05:32 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * orbsvcs/orbsvcs/Naming/Hash_Naming_Context.cpp:

              While refactoring the lock utilization, I inadvertently removed
              a critical section from the resolve() implementation. That's been
              restored.

    Mon Nov 19 22:33:49 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/CSD_Framework/CSD_Framework_Loader.cpp:

              The loader was incorrectly introducing a dependency on the
              TAO_CSD_ThreadPool library. This is wrong because the latter
              is but one possible implementation for the framework.

            * tao/CSD_ThreadPool/CSD_TP_Strategy_Factory.cpp:
            * tao/CSD_ThreadPool/CSD_ThreadPool.h:
            * tao/CSD_ThreadPool/CSD_ThreadPool.cpp:

              Have the CSD_Threadpool properly initialize the framework,
              rather than vice versa. Also, cleaned up the parameter parsing to
              be a little more efficient.

            * tao/Dynamic_TP/Dynamic_TP.mpc:
            * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.cpp:
            * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:

              Sorted out the initialization of POAs with threadpools declared
              via service configuration. The key was to actually initialize the
              CSD_Strategy_Repository prior to inserting any strategy instances.

              Also removed a dependency on RTCORBA. This dependency was causing
              the RT POA factory name to be loaded after the CSD POA factory name
              which in turn disabled the creation of CSD POAs.

            * tests/Dynamic_TP/POA_Loader/Test.cpp:

              The test seemed to have a typo.

    Mon Nov 19 22:27:44 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * orbsvcs/Naming_Service/README:

              Add documentation of the -n command line argument used for thread
              pooling. Also, sort out the parmaters description so they are ordered
              alphabetically.

            * orbsvcs/orbsvcs/Naming/Hash_Naming_Context.cpp:

              Refactored the thread acquisition so that the context is locked
              only when the  local store is going to be modified, not if another
              repository is to be upated.

    Mon Nov 19 18:00:27 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/CosNaming_Serv.mpc:

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/cosnaming_serv_persistence.mpb:

              Added support for Abstract factory to create Storable Naming Contexts.
              This enables the overriding of the resolve operation in support of
              load balancing.


            * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/server.cpp:

              Updated test internals to return 0 on success.

            * orbsvcs/tests/FT_Naming/Load_Balancing/README:
              Updated README to more correctly describe the test being performed.

            * orbsvcs/tests/FT_Naming/Load_Balancing/NameService:
            * orbsvcs/tests/FT_Naming/Load_Balancing/NameService/README:
              Created directory to store the NameService state when using the
              -u option.

    Mon Nov 19 16:46:05 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * bin/tao_other_tests.lst:

              Added ImR persistance tests for hash and shared backing stores.

            * orbsvcs/ImplRepo_Service/Locator_Repository.h:
            * orbsvcs/ImplRepo_Service/Locator_Repository.cpp:

              Refactored xml, heap, and registry backing store code into a virtual
              interface.

            * orbsvcs/ImplRepo_Service/Config_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Config_Backing_Store.cpp:

              Refactored out Locator_Repository REPO_HEAP and REPO_REGISTRY code.

            * orbsvcs/ImplRepo_Service/XML_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp:

              Refactored out Locator_Repository REPO_XML_FILE code.

            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.h:
            * orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp:

              Added handling for a shared xml files backing store.
              (this will eventually have file locking)

            * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:

              Added new xxx_Backin_Store.cpp files.

            * orbsvcs/ImplRepo_Service/Locator_Options.h:
            * orbsvcs/ImplRepo_Service/Locator_Options.cpp:

              Added "-y" flag to select shared xml files backing store.

            * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
            * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:

            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h:
            * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp:

              Refactored Locator_Repository Server_Repo_XML_Callback into Locator_XMLHandler.

            * orbsvcs/ImplRepo_Service/Server_Info.h:
            * orbsvcs/ImplRepo_Service/Server_Info.cpp:

              Made const correct.

            * orbsvcs/tests/ImplRepo/airplane_server_i.h:
            * orbsvcs/tests/ImplRepo/airplane_server_i.cpp:

              Added flag to provide the name the server should be registered under.

            * orbsvcs/tests/ImplRepo/run_test.pl:

              Added testing for heap and shared backing store persistence tests and added testing with multiple servers.

            * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp:
            * orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp:
            * orbsvcs/orbsvcs/LoadBalancing/LB_LeastLoaded.cpp:
            * orbsvcs/orbsvcs/LoadBalancing/LB_LoadAverage.cpp:
            * orbsvcs/orbsvcs/LoadBalancing/LB_LoadMinimum.cpp:

              Fixed vc9 (express?) compiler errors.

    Mon Nov 19 13:54:58 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp:

              Add support for -u option to support fault tolerance using separate
              files per context.

    Sun Nov 18 16:03:28 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:

              Add support for -u option to support fault tolerance using separate
              files per context.  Simplified interface for object group creation.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:

              Removed unnecessary data member.

            * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.h:
            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Storable.h:
            * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h:

              Suppport use from FT_Naming service.

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

              Simplify searching for object groups by name.


    Fri Nov 16 23:42:51 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/README.nsgroup:

            Documents the nsgroup command line options

            * utils/nsgroup/nsgroup.cpp:
            * utils/nsgroup/nsgroup_svc.h:
            * utils/nsgroup/nsgroup_svc.cpp:
            * utils/nsgroup/run_test.pl:

            Changed some option names to avoid potential conflict.
            Added group_unbind to complement the group_bind command option.

    Fri Nov 16 17:19:32 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Invocation_Retry_Params.h:
            * tao/Invocation_Retry_Params.cpp:
            * tao/Invocation_Retry_State.h:
            * tao/Invocation_Retry_State.cpp:
            * tao/ORB_Core.cpp:
            * tao/Synch_Invocation.cpp:
            * tao/default_client.cpp:
            * tao/params.h:

              Fixed an incorrect assumption I had about not
              forwarding profiles when connection closed during
              reading of server reply.

            * orbsvcs/tests/ImplRepo/RestartServer/README:
            * orbsvcs/tests/ImplRepo/RestartServer/run_test.pl:

              Updated test to reflect changed name of option
              based on fix above.

            * docs/Options.html:

              Describes the invocation retry command-line and
              Client_Strategy_Factory service options.

    Fri Nov 16 16:28:08 UTC 2012  "Marc Neeley"  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_StrategyImpl.cpp:
            * tao/Dynamic_TP/Dynamic_TP_Task.h:
            * tao/Dynamic_TP/Dynamic_TP_Task.inl:
            * tao/Dynamic_TP/Dynamic_TP_Task.cpp:

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic:

            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Dynamic_TP_POA_Test_Dynamic.mpc:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Hello.h:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Hello.cpp:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/Test.idl:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/client.cpp:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/server.cpp:
            * tests/Dynamic_TP/POA_Loader/Dynamic_TP_POA_Test_Dynamic/svc.conf:

            Inclusion of Dynamic Threadpool strategy to leverage CSD Framework. Associated tests included.
            WARNING: this is an interim check-in and the tests are not working.

    Fri Nov 16 02:48:45 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/nsgroup_svc.cpp:

            Fixed a spelling error in group_create error message.
            Extended group_list description labels.

    Thu Nov 15 20:58:23 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/Stub.inl:
            * tao/Stub.cpp:

              There is a potential for a deadlock when a stub contains profiles
              that are forwarded and also self-referencial. The use case which
              exposed this involves the name service and the ImR. In this case,
              the root context of a name service is registered with the ImR. This
              is then added to a name service as a new context with a name and the
              reference pointing to the ImR-ified context. When this new context
              happens to be the local root context, a deadlock occurs.

              The deadlock ie related to the Stub's profile_lock_, which is a simple
              thread mutex. This patch addresses the deadlock by momentarily releasing
              the lock before leaving the Stub code, then reaquiring upon return. This
              works for my specific use case, but I have added temporary debugging in
              case issues arise in nightly tests. I intend to remove the debugging
              prior to formal integration with the main trunk.

    Thu Nov 15 23:15:33 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

              Fixed bug in groups operation.

    Thu Nov 15 22:30:52 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * bin/tao_other_tests.lst:

            Added orbsvcs/tests/FT_Naming/Load_Balancing test
            Added utils/nsgroup test

    Thu Nov 15 21:37:29 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * orbsvcs/orbsvcs/FT_NamingManager.idl:

            Changed LoadBalancingStrategyValue ACTIVE to LEAST

            * utils/nsgroup/README.nsgroup:
            * utils/nsgroup/nsgroup_svc.h:
            * utils/nsgroup/nsgroup_svc.cpp:
            * utils/nsgroup/run_test.pl:

            Modified group_list to display groups by load strategy

    Thu Nov 15 19:16:32 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/tests/FT_Naming/Load_Balancing/run_test.pl:

              Added test for the load balancing function of the FT_Naming_Service.

    Thu Nov 15 18:58:01 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/FT_NamingManager.idl:

              Updates to groups operation to allow it to request groups
              with matching strategies.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

              Implements the new groups operation. Fixes to object reference
              duplication and leaks.

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

              Fixed bug in all_groups which did not duplicate the stored object
              reference.

            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Test.idl:
            * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:

              Modifications to support new signature for load balancing strategy
              updates.

    Thu Nov 15 18:02:04 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Invocation_Retry_State.h:
            * tao/Invocation_Retry_State.cpp:

              Added operations for getting next profile and
              sleeping if at starting base profile.

            * tao/Synch_Invocation.cpp:

              Uses new Invocation_Retry_State operations. Beefed up
              debug messages.

            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Hello.h:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Hello.cpp:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Test.idl:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/client.cpp:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/run_test.pl:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/server.cpp:

              Extend test to include oneway invocation.

            * bin/tao_orb_tests.lst:

              Added test for retry on connection failure for oneway call.

    Thu Nov 15 17:16:12 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/nsgroup_svc.cpp:

            Cleaned up error messages

            * utils/nsgroup/run_test.pl:

            Added negative test for member_add

    Thu Nov 15 16:06:29 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/README.nsgroup:
            * utils/nsgroup/nsgroup.cpp:
            * utils/nsgroup/nsgroup_svc.h:
            * utils/nsgroup/nsgroup_svc.cpp:

            Implement group_modify and group_bind operations

            * utils/nsgroup/run_test.pl:

            Add support to positive and negative tests

    Thu Nov 15 13:39:11 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

              Fix GNU C++ compile error.

    Thu Nov 15 13:25:54 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Synch_Invocation.cpp:

              Correct indentation for
              Synch_Oneway_Invocation::remote_oneway().

    Wed Nov 14 22:46:39 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/FT_NamingManager.idl:

              Added argument to create_object_group for the load balancing
              strategy. Also added operation to change it dynamically without
              having to use the property interface

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

              Support new constructor and manipulator for load balancing
              strategy.

            * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:

              Use new operations for load balancing strategy.

            * utils/nsgroup/nsgroup_svc.h:
            * utils/nsgroup/nsgroup_svc.cpp:

    Wed Nov 14 21:47:28 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/FT_NamingManager.idl:

              NamingManager no longer inherits from the GenericFactory
              interface, to ensure that names are provided for object
              groups.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

              If no load balancing strategy is provided, then default to
              using ROUND_ROBIN.  Prevent warning for group state
              distribution.

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

              Prevent warning for group state distribution.

            * orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp:

              Fixed bug in PG_Property_Set::set_property that
              disallowed it from binding a new value when an existing
              one was not present.

            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Test.idl:
            * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:

              Updated tests to set new strategy value, and remove a group
              member while running.

    Wed Nov 14 20:24:41 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Invocation_Retry_Params.h:
            * tao/Invocation_Retry_Params.cpp:
            * tao/Invocation_Retry_State.h:
            * tao/Invocation_Retry_State.cpp:
            * tao/ORB_Core.cpp:
            * tao/Synch_Invocation.cpp:
            * tao/default_client.cpp:
            * tao/params.h:
            * tao/params.cpp:

              Added new invocation parameter to indicate max
              retries on reply connection closed and not base
              max retries on comm failure limit. This is done
              to treat retries on reply connection close
              special since it could violate "at most once"
              rule.

            * orbsvcs/tests/ImplRepo/RestartServer/Messenger_i.h:
            * orbsvcs/tests/ImplRepo/RestartServer/Messenger_i.cpp:
            * orbsvcs/tests/ImplRepo/RestartServer/README:
            * orbsvcs/tests/ImplRepo/RestartServer/run_test.pl:

              Update test to account for using max retries on reply
              connection closed.

    Wed Nov 14 16:08:57 UTC 2012  Kevin Stanley  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:

              Simplified algorithm for Round Robin assuming mostly static
              group members.

            * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp:

              Fixed bug in locations_of_members.

            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:

              Updates to tests to better match the load balancing approach.

            * orbsvcs/tests/FT_Naming/Load_Balancing/Load_Balancing_Name_Service.mpc:

                Fix case of base project.

    Wed Nov 14 14:43:17 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/ORB_Core.cpp:
            * tao/Synch_Invocation.cpp:
            * tao/params.h:
            * tao/params.inl:
            * tao/params.cpp:

              Removed flag I added indicating a forward-once-on-exception
              parameter was set. It was used to short circuit a
              large conditional but it always set and the conditional
              is in error handling code so optimization isn't critical.

    Wed Nov 14 03:21:03 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/nsgroup_svc.cpp:
            Changed output for member_show and member_list methods

            * utils/nsgroup/run_test.pl:
            Cleaned up tests

    Tue Nov 13 22:28:27 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.h:

              Fix initialization order to avoid warning. Make Round Robin strategy
              destructor virtual.

            * orbsvcs/tests/FT_Naming:
            * orbsvcs/tests/FT_Naming/Load_Balancing:

              Add new directories to hold tests for FT_NamingService

            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.h:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Basic.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.h:
            * orbsvcs/tests/FT_Naming/Load_Balancing/LB_server.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Load_Balancing_Name_Service.mpc:
            * orbsvcs/tests/FT_Naming/Load_Balancing/README:
            * orbsvcs/tests/FT_Naming/Load_Balancing/Test.idl:
            * orbsvcs/tests/FT_Naming/Load_Balancing/client.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/server.cpp:
            * orbsvcs/tests/FT_Naming/Load_Balancing/svc.conf:
            * orbsvcs/tests/FT_Naming/Load_Balancing/windows.conf:
            * orbsvcs/tests/FT_Naming/Load_Balancing/windows.conf.xml:

              Add tests for Load Balancing functionality of FT_Naming Service
            * tao/Client_Strategy_Factory.h:

              Change forward declaration type from class to struct to agree with definition.

    Tue Nov 13 22:11:17 UTC 2012  Phillip LaBanca  <labancap@ociweb.com>

            * utils/nsgroup/README.nsgroup:

              Updated to reflect changes

            * utils/nsgroup/nsgroup.cpp:
            * utils/nsgroup/nsgroup_svc.h:
            * utils/nsgroup/nsgroup_svc.cpp:

              Change signature for member_add, member_remove, and member_show to not use member string argument.

            * utils/nsgroup/run_test.pl:

              Updated tests

            * utils/utils.mwc:
              Added nsgroup

    Tue Nov 13 20:56:30 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * tao/Client_Strategy_Factory.h:
            * tao/Invocation_Retry_Params.h:
            * tao/Invocation_Retry_Params.cpp:
            * tao/Invocation_Retry_State.h:
            * tao/Invocation_Retry_State.cpp:
            * tao/default_client.h:
            * tao/default_client.cpp:
            * tao/params.h:
            * tao/params.cpp:
            * tao/tao.mpc:

              Allow invocation retry params to be specified
              using Client_Strategy_Factory definition in
              service config file in addition to -ORB
              command line parameters.

            * orbsvcs/tests/ImplRepo/RestartServer/client.conf:
            * orbsvcs/tests/ImplRepo/RestartServer/run_test.pl:

              Update test to read a retry parameter from a
              service config file.

    Mon Nov 12 23:05:55 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

              Catch exception when an invalid IOR is passed in for adding a member
              to an object group.

            * tao/Invocation_Retry_State.cpp:

              Add missing include file.

    Mon Nov 12 21:35:01 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * bin/tao_orb_tests.lst:
            * bin/tao_other_tests.lst:

              Added new invocation retry tests.

            * orbsvcs/tests/ImplRepo/RestartServer/RestartServer.mpc:
            * orbsvcs/tests/ImplRepo/RestartServer/Terminator.h:
            * orbsvcs/tests/ImplRepo/RestartServer/Terminator.cpp:

              Added missing files from test.

            * tao/Synch_Invocation.cpp:

              Added support for invocation reply if server sends
              OBJECT_NOT_EXIST or INV_OBJREF exceptions.

            * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/run_test.pl:

              Added configs for OBJECT_NOT_EXIST and INV_OBJREF exceptions.

    Mon Nov 12 20:43:25 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/FT_NamingManager.idl:

              Add constants to support the creation of strategies.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Location_Index_Map.h:

              Add new type to maintain the strategy state data.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Round_Robin.cpp:

              Implement functionality in support of load balancing strategies.

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

              Fixed functionality for looking up object groups with matching property value.

    Mon Nov 12 18:19:10 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/tests/ImplRepo/RestartServer:

              Renamed test ServerBounce to RestartServer to
              be better compare with ReconnectServer test.

            * orbsvcs/tests/ImplRepo/ServerBounce:
            * orbsvcs/tests/ImplRepo/ServerBounce/Messenger.idl:
            * orbsvcs/tests/ImplRepo/ServerBounce/MessengerClient.cpp:
            * orbsvcs/tests/ImplRepo/ServerBounce/MessengerServer.cpp:
            * orbsvcs/tests/ImplRepo/ServerBounce/Messenger_i.h:
            * orbsvcs/tests/ImplRepo/ServerBounce/Messenger_i.cpp:
            * orbsvcs/tests/ImplRepo/ServerBounce/README:
            * orbsvcs/tests/ImplRepo/ServerBounce/ServerBounce.mpc:
            * orbsvcs/tests/ImplRepo/ServerBounce/run_test.pl:

              Removed these files.

    Mon Nov 12 15:25:06 UTC 2012  Byron Harris  <harrisb@ociweb.com>

            * orbsvcs/tests/ImplRepo/ReconnectServer/client.cpp:

              Removed unused POA variable.

            * orbsvcs/tests/ImplRepo/ServerBounce/Messenger.idl:
            * orbsvcs/tests/ImplRepo/ServerBounce/MessengerClient.cpp:
            * orbsvcs/tests/ImplRepo/ServerBounce/MessengerServer.cpp:
            * orbsvcs/tests/ImplRepo/ServerBounce/Messenger_i.h:
            * orbsvcs/tests/ImplRepo/ServerBounce/Messenger_i.cpp:
            * orbsvcs/tests/ImplRepo/ServerBounce/README:
            * orbsvcs/tests/ImplRepo/ServerBounce/ServerBounce.mpc:
            * orbsvcs/tests/ImplRepo/ServerBounce/run_test.pl:

              Test that shows client waiting for the ImR activator
              to re-launch the server using new options
              -ORBForwardOnCommFailureLimit and
              -ORBForwardOnTransientLimit.

            * tao/IIOP_Transport.cpp:
            * tao/Invocation_Adapter.cpp:
            * tao/Invocation_Retry_State.h:
            * tao/Invocation_Retry_State.cpp:
            * tao/Invocation_Utils.h:
            * tao/ORB_Core.cpp:
            * tao/Stub.h:
            * tao/Stub.inl:
            * tao/Stub.cpp:
            * tao/Synch_Invocation.cpp:
            * tao/Transport.h:
            * tao/Transport.cpp:
            * tao/params.h:
            * tao/params.inl:
            * tao/params.cpp:
            * tao/tao.mpc:

              Enhancements to TAO to support invocation retry during
              initial connection to server, during reply from server,
              and when the server reply contains exceptions.


            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Hello.h:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Hello.cpp:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/README:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Retry_On_Connection_Failure.mpc:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/Test.idl:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/client.cpp:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/run_test.pl:
            * tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/server.cpp:

              Test that shows client trying to connect to server
              rather than throw a TRANSIENT exception when -ORBForwardOnTransientLimit
              is used.

            * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/README:
            * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/Retry_On_Reply_Failure.mpc:
            * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/client.cpp:
            * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/run_test.pl:
            * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/server.cpp:
            * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/test.idl:
            * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/test_i.h:
            * tests/Multiple_Retry_Tests/Retry_On_Reply_Failure/test_i.cpp:

              Test that shows client trying invocation to server if
              server replies with exception.

    Mon Nov 12 01:20:54 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * utils/nsgroup/nsgroup_svc.cpp:
            * utils/nsgroup/run_test.pl:

              Modify bind_group command to use the -n option and format output
              of group_list command to be more readable.

    Sun Nov 11 21:34:42 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/FT_NamingManager.idl:

              Add operation for querying for all registered object groups.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:

              Implement operation for querying for all registered object groups.

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

              Add utility to implement query for all registered object groups.

            * utils/nsgroup/nsgroup_svc.h:
            * utils/nsgroup/nsgroup_svc.cpp:
            * utils/nsgroup/run_test.pl:

              Change signature for group_list to not use Location.  Update implementation
              to use the new operation defined in the NamingManager idl.

    Sat Nov 10 20:45:07 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/FT_NamingManager.idl:

              Add operations to create and destroy object groups as well
              as find object groups by name.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:

              Provide implementations for the new operations defined in the FT_NamingManager.idl
              for object group creation, deletion and retrieval by name.

            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.h:
            * orbsvcs/orbsvcs/PortableGroup/PG_Group_Factory.cpp:

              Add an operation to find an object group with a matching property.
              Primarily used to lookup an object group with a TAO_FT_OBJECT_GROUP_NAME
              property set to the object group name.

            * utils/nsgroup/nsgroup_svc.cpp:

              Update to use the new create, delete and find operations by name.

            * utils/nsgroup/run_test.pl:

              Modifications to tests use naming manager instead of load manager.

    Fri Nov  9 22:03:39 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/orbsvcs/Naming/Naming_Loader.cpp:

              Fix incorrect capitalization for included file.

            * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp:

              Fixed missing include and deal with mismatch in size expectations for time_t.

    Fri Nov  9 21:20:45 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * orbsvcs/Naming_Service/FT_Naming_Main.cpp:
            * orbsvcs/Naming_Service/FT_Naming_Service.h:
            * orbsvcs/Naming_Service/FT_Naming_Service.cpp:

              Add main and server files to implement the FT_Naming_Service and provide
              refined implementation of the factory method in the FT_Naming_Service.

            * orbsvcs/orbsvcs/Naming/Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context_Factory.cpp:

              Add new files to support the abstract factory pattern in the naming service.
              Persistent_Naming_Context_Factory is the default used in the existing naming
              service.

    Fri Nov  9 19:35:51 UTC 2012  "Kevin Stanley"  <stanleyk@ociweb.com>

            * MPC/config/ftnaming.mpb:

              Add new base project to support use of the FtNaming library components.

            * orbsvcs/Naming_Service/Naming_Service.h:
            * orbsvcs/Naming_Service/Naming_Service.cpp:

              Refactored to support the use of derived TAO_Naming_Service objects.
              Added factory method operation to allow the derived object to be
              constructed and used.

            * orbsvcs/Naming_Service/Naming_Service.mpc:

              Added FT_Naming_Service project.

            * orbsvcs/orbsvcs/FT_NamingManager.idl:

              Define IDL to be used in FT_Naming_Service to define an aggregated
              interface for PropertyManager, ObjectGroupManager, GenericFactory to
              support the management of ObjectGroups used in the naming service to
              provide a load balancing resolve operation

            * orbsvcs/orbsvcs/FtNaming.mpc:

              Provide a base library for the fault tolerant and load balancing
              features in the FT_Naming_Service.

            * orbsvcs/orbsvcs/Naming/FaultTolerant:

              Directory to hold the new FT_Naming_Service base component implementation
              source.

            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Manager.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.h:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context_Factory.cpp:
            * orbsvcs/orbsvcs/Naming/FaultTolerant/ftnaming_export.h:

              Implements the FT_Naming_Service base classes. Specializes the
              Persistent_Naming_Context to implement the load balancing feature.
              The FT_Naming_Manager provides functionality to create and otherwise
              manage object groups.

            * orbsvcs/orbsvcs/Naming/Naming_Loader.h:
            * orbsvcs/orbsvcs/Naming/Naming_Loader.cpp:
            * orbsvcs/orbsvcs/Naming/Naming_Server.h:
            * orbsvcs/orbsvcs/Naming/Naming_Server.cpp:
            * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h:
            * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h:
            * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp:

              Refactoring of the Naming service base components to allow specialization
              as required by the FT_Naming_Service.

            * orbsvcs/orbsvcs/cosnaming_serv_persistence.mpb:

              Added the Naming_Context_Factory as an abstract factory base class and
              the Persistent_Naming_Context_Factory as a concrete implementation of
              the abstract factory class.

    Thu Nov  8 22:03:59 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * utils/logWalker/PeerProcess.h:
            * utils/logWalker/PeerProcess.cpp:

              Fix a warning not caught in the TAO 2.0a build.

    Thu Nov  8 21:57:49 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * utils/logWalker/GIOP_Buffer.h:
            * utils/logWalker/GIOP_Buffer.cpp:

              Adding new files missed by the previous commit.

    Thu Nov  8 21:51:42 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * utils/logWalker/HostProcess.h:
            * utils/logWalker/HostProcess.cpp:
            * utils/logWalker/Invocation.h:
            * utils/logWalker/Invocation.cpp:
            * utils/logWalker/Log.h:
            * utils/logWalker/Log.cpp:
            * utils/logWalker/PeerObject.cpp:
            * utils/logWalker/PeerProcess.h:
            * utils/logWalker/PeerProcess.cpp:
            * utils/logWalker/Session.h:
            * utils/logWalker/Session.cpp:
            * utils/logWalker/Thread.h:
            * utils/logWalker/Thread.cpp:
            * utils/logWalker/logWalker.cpp:

              Bringing over changes from OCI TAO 2.0a aimed at improving the
              ability to handle logs from heavily threaded processes and for
              inspecting some request contents for common service operations.

    Wed Nov  7 18:04:55 UTC 2012  Brian Johnson  <johnsonb@ociweb.com>

            * tests/POA/Non_Retain_System_Id/Non_Retain_System_Id.mpc:

              Changed project name to avoid collision (and to make sense).

    Mon Nov  5 22:58:02 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/PortableServer/ServantRetentionStrategyNonRetain.h:
            * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp:

              Force the POA to generate a unique object ID in the case where the ID
              assignment policy is SYSTEM_ID, and the servant retention policy is
              NONRETAIN. Historically this situation was ignored since the ID was only
              considered useful in resolving servants from the AOM or when UISER_ID
              assignment was set. However it is a valid usecase for a servant manager
              or default servant to be used with system generated IDs.

            * tests/POA/Non_Retain_System_Id:

              New test to verify the correctness of the above change.

    Fri Nov  2 21:10:42 UTC 2012  Marc Neeley  <neeleym@ociweb.com>

            * tests/Dynamic_TP:
            * tests/Dynamic_TP/POA_Loader:
            * tests/Dynamic_TP/POA_Loader/POA_Loader.mpc:
            * tests/Dynamic_TP/POA_Loader/Test.cpp:
            * tests/Dynamic_TP/POA_Loader/svc.conf:

              Added first set of tests for POA loader.

    Fri Nov  2 20:27:56 UTC 2012  Marc Neeley  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:

              Implemented parsing of svc.conf files for mapping POA instances
              to Thread Pool configs.

    Mon Oct 29 16:14:14 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * tests/Dynamic_TP/Config_Loader/Config_Loader.mpc:

              Fix the project name so it plays nice with other test projects.

    Fri Oct 26 21:53:26 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * MPC/Config/dynamic_tp.mpb:

              A new base project used to simplify integration of the dynamic threadpool
              library into application code.

            * tao/Dynamic_TP/Dynamic_TP_Config.h:
            * tao/Dynamic_TP/Dynamic_TP_Config.cpp:

              Completed the implementation to comply with written definition.

            * tests/Dynamic_TP:
            * tests/Dynamic_TP/Config_Loader:
            * tests/Dynamic_TP/Config_Loader/Config_Loader.mpc:
            * tests/Dynamic_TP/Config_Loader/Test.cpp:
            * tests/Dynamic_TP/Config_Loader/svc.conf:

              A test to validate the config loader.

    Thu Oct 25 22:31:31 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_Config.h:
            * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
            * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.h:
            * tao/Dynamic_TP/Dynamic_TP_ORBInitializer.cpp:
            * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:

              Fixed build dependencies, added parsing of configuration parameters.
              not complete, this is an intermediate commit.

            * tao/Dynamic_TP/Dynamic_TP_ORB_ORBInitializer.h:

              Removed this file.

    Wed Oct 24 22:37:11 UTC 2012  Marc Neeley  <neeleym@ociweb.com>

            * tao/Dynamic_TP/Dynamic_TP_Config.h:
            * tao/Dynamic_TP/Dynamic_TP_Config.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.inl:
            * tao/Dynamic_TP/Dynamic_TP_POA_Strategy.cpp:

                    Added new class for managing Threadpool Configurations. Continued expanding new Dynamic Threadpool Strategy implementation.

    Tue Oct 23 13:07:15 UTC 2012  Marc Neeley  <neeleym@ociweb.com>

            * tao/Dynamic_TP:

            * tao/Dynamic_TP/Dynamic_TP.mpc:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:

                    Added csd_threadpool to the mpc file. Began initialization of POA threadpool service.

    Mon Oct 22 14:40:47 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/Dynamic_TP:

            * tao/Dynamic_TP/Dynamic_TP.mpc:
            * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.h:
            * tao/Dynamic_TP/Dynamic_TP_ORB_Loader.cpp:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.h:
            * tao/Dynamic_TP/Dynamic_TP_POA_Loader.cpp:
            * tao/Dynamic_TP/dynamic_tp_export.h:

              New container library for Dynamic Thread Pools applied to either ORB or POA.

    Fri Oct 19 17:24:49 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * tao/Seq_Var_T.h:
            * tao/Seq_Var_T.inl:
            * tao/VarOut_T.h:
            * tao/VarOut_T.inl:

              Move explicit point dereference operation from variable length
              vars to base so it can be applied to vars for fixed length types
              as well. This is intended to improve portability away from ORBs
              that provided this operation. Caution should be exercised when
              using the returned pointer as the var still owns the reference and
              will clean it up when it goes out of scope.

            * tests/Var_Deref:

              Added a test for the above. The test will not compile unless
              the explicit cast operation is available for fixed types.

    Mon Oct 15 18:26:57 UTC 2012  Phil Mesnier  <mesnier_p@ociweb.com>

            * OCI_RE_ChangeLog:
              Created change log for the OCI Reliability Enhancements branch

    *****  OCI_Reliability_Enhancements Changes
    
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: