summaryrefslogtreecommitdiffstats
path: root/doc/html/ADGuide/Changes.html
blob: bbe8f7721d36e9e5932cd38c702a016b1ffedc76 (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
<html>
  <head>
    <title>HDF5 Software Changes</title>

<!-- #BeginLibraryItem "/ed_libs/styles_Gen.lbi" -->
<!--
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * Copyright by The HDF Group.                                               *
  * Copyright by the Board of Trustees of the University of Illinois.         *
  * All rights reserved.                                                      *
  *                                                                           *
  * This file is part of HDF5.  The full HDF5 copyright notice, including     *
  * terms governing use, modification, and redistribution, is contained in    *
  * the files COPYING and Copyright.html.  COPYING can be found at the root   *
  * of the source code distribution tree; Copyright.html can be found at the  *
  * root level of an installed copy of the electronic HDF5 document set and   *
  * is linked from the top-level documents page.  It can also be found at     *
  * http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have          *
  * access to either file, you may request a copy from help@hdfgroup.org.     *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 -->

<link href="../ed_styles/GenElect.css" rel="stylesheet" type="text/css">
<!-- #EndLibraryItem --></head>

  <body bgcolor="#FFFFFF">
  
  
<!-- #BeginLibraryItem "/ed_libs/NavBar_ADevG.lbi" -->

<hr>
<center>
<table border=0 width=98%>
<tr><td valign=top align=left>
    <a href="../index.html">HDF5 documents and links</a>&nbsp;<br>
    <a href="../H5.intro.html">Introduction to HDF5</a>&nbsp;<br>
    <!--
    <a href="Glossary.html">Glossary</a><br>
    -->
</td>
<td valign=top align=right>
    <a href="http://www.hdfgroup.org/HDF5/doc1.6/UG/UG_frame.html">HDF5 User's Guide</a>&nbsp;<br>
    <a href="../RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;<br>
    <a href="../ADGuide.html">HDF5 Application Developer's Guide</a>&nbsp;<br>
</td></tr>
</table>
</center>
<hr>


<!-- #EndLibraryItem --><center>
<h1>HDF5 Software Changes from Release to Release</h1>
</center>

<!-- Document API CHANGES ONLY in this file. -->

This document is intended to assist application developers who must keep 
an application synchronized with the HDF5 library or related software.



<a name="1610">
<h2>Release 1.6.10 (current release) versus Release 1.6.9,
    November 2009</h2> 
</a>

<dir>

This section lists interface-level changes and 
other user-visible changes in behavior 
in the transition from HDF5 Release 1.6.9 to Release 1.6.10.

</dir>
<dir>

    <h3>Embedded HDF5 Library Settings Information</h3>
    
        <dl>    
            <dd>Library settings are now embedded in an HDF5 executable 
                so that an &ldquo;orphaned&rdquo; executable can be queried 
                (via the Unix strings command, for example) to display the 
                library settings used to build it.   
                The embedded settings information is the same as that
                normally found in the <code>libhdf5.settings</code> file.
                <p>
                This capability may be disabled with the use of the
                <code>--disable-embedded-libinfo</code> flag during configure. 
        </dl>    

    <h3>Function with Changed Interface or Behavior</h3>
    
        <dl>    
            <dd><a href="../RM_H5.html#Library-VersCheck">
                <code>H5check_version</code></a> now displays
                embedded library information (see above) 
                if a version mismatch is detected.
                <p>
                The function has also been changed to suppress the 
                warning message entirely if 
                <code>$HDF5_DISABLE_VERSION_CHECK</code> is set to 
                <code>2</code> or higher.
        </dl>    

</dir>
<dir>

    <h3>New C++ Member Function</h3>
    
        <dl>    
          <dd>New C++ member functions are provided to 
              determine a dataset&rsquo;s or attribute&rsquo;s 
              data size in memory:
              <p>
              <code>
              &nbsp;&nbsp;
              size_t DataSet::getInMemDataSize() const</code>
              <br>
              <code>
              &nbsp;&nbsp;
              size_t Attribute::getInMemDataSize() const</code>
              <p>
              The size in each case is in bytes.
        </dl>    

</dir>
<dir>

    <h3>Tool with Changed Interface or Behavior</h3>
    
        <dl>    
            <dd><a href="../Tools.html#Tools-Diff"><code>h5diff</code></a>
                has one new option:
                <p>
                <code>&nbsp;&nbsp;&nbsp;&nbsp;--use-system-epsilon</code>
                <p>
                With this option, <code>h5diff</code> returns a difference
                if and only if the difference between two data values
                exceeds the system value for epsilon
                (that is, if <code>|a-b| &gt; <i>epsilon</i></code>).
                <p>
                The tool&rsquo;s default behavior has also changed; 
                without this option, the tool now checks for strict equality.
                <p>
                This option has no short form.
                <p>
        </dl>    

</dir>



<a name="169">
<h2>Release 1.6.9 versus Release 1.6.8,
    May 2009</h2> 
</a>

<dir>

This section lists API-level changes and changes in behavior 
in the transition from HDF5 Release 1.6.8 to Release 1.6.9.


    <h3>API Compatibility Macros</h3>

        To facilitate writing applications that work with 
        both the HDF5 Release 1.6 series and the 1.8 series,
        API compatibility macros analogous to those in 1.8
        have been defined.  These macros map directly to the
        relevant functions and typedefs.  Note that only the
        1.6-style macros are supported in this branch.
        <p>
        Any program that is written using these macros
        exculsively will work with both the 1.6 and 1.8
        series HDF5 Libraries. The program will work without
        having to use any special flags or definitions, as
        long as the 1.8 library was compiled with support
        for deprecated symbols, which is the default.
        <p>
        Following is a list of macros and the
        symbols they alias:
        <p>
        <dl><dd><table width="90%">
          <tr>
            <td valign="top" align="left" width="20%">
              <strong>Macro</strong></td>
            <td valign="top" align="left">
              <strong>Symbol</strong></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Acreate1</code></td>
            <td valign="top"><code>H5Acreate</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Aiterate1</code></td>
            <td valign="top"><code>H5Aiterate</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5A_operator1_t</code></td>
            <td valign="top"><code>H5A_operator_t</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Dcreate1</code></td>
            <td valign="top"><code>H5Dcreate</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Dopen1</code></td>
            <td valign="top"><code>H5Dopen</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Eclear1</code></td>
            <td valign="top"><code>H5Eclear</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Eget_auto1</code></td>
            <td valign="top"><code>H5Eget_auto</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Eprint1</code></td>
            <td valign="top"><code>H5Eprint</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Epush1</code></td>
            <td valign="top"><code>H5Epush</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Eset_auto1</code></td>
            <td valign="top"><code>H5Eset_auto</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Ewalk1</code></td>
            <td valign="top"><code>H5Ewalk</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5E_walk1_t</code></td>
            <td valign="top"><code>H5E_walk_t</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5E_error1_t</code></td>
            <td valign="top"><code>H5E_error_t</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Gcreate1</code></td>
            <td valign="top"><code>H5Gcreate</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Gopen1</code></td>
            <td valign="top"><code>H5Gopen</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Pget_filter1</code></td>
            <td valign="top"><code>H5Pget_filter</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Pget_filter_by_id1</code></td>
            <td valign="top"><code>H5Pget_filter_by_id</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Pinsert1</code></td>
            <td valign="top"><code>H5Pinsert</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Pregister1</code></td>
            <td valign="top"><code>H5Pregister</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Rget_obj_type1</code></td>
            <td valign="top"><code>H5Rget_obj_type</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Tarray_create1</code></td>
            <td valign="top"><code>H5Tarray_create</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Tcommit1</code></td>
            <td valign="top"><code>H5Tcommit</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Tget_array_dims1</code></td>
            <td valign="top"><code>H5Tget_array_dims</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Topen1</code></td>
            <td valign="top"><code>H5Topen</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5E_auto1_t</code></td>
            <td valign="top"><code>H5E_auto_t</code></td>
          </tr>
          <tr>
            <td valign="top"><code>H5Z_class1_t</code></td>
            <td valign="top"><code>H5Z_class_t</code></td>
          </tr>
          </code>
        </table></dl>
        <p>
        Note that for the 1.6 series, the numbered symbols are macros, 
        while in the 1.8 series, the non-numbered symbols are
        macros.  This was done because there is no need to
        switch between different API versions in the 1.6 series.
        <p>
        <code>H5Z_class1_t</code> was introduced in Release 1.6.9 while all the
        others were introduced in Release 1.6.8.  For more information see
        <cite><a href="http://www.hdfgroup.org/HDF5/doc/RM/APICompatMacros.html">API
        Compatibility Macros</a></cite>, an HDF5 Release 1.8-series document.
        <p>


</dir>
<dir>

    <h3>Tools with Changed Interface or Behavior</h3>
    
        <dl>    
            <dt><a href="../Tools.html#Tools-Diff"><code>h5diff</code></a>
                <dd>The default behavior of <code>h5diff</code> is now
                    to detect and compare NaNs.  
                    Use the <code>-N</code> or <code>--nan</code>
                    option (below) to turn this behavior off and
                    avoid the performance penalty that NaN detection 
                    and comparison entalis.
                    (NaN detection and comparison became the default in 
                    in HDF5 Release 1.6.8.)
                    <p>
                <dd>This tool has two new options:
                    <p>&nbsp;&nbsp;&nbsp;&nbsp;
                    <code>-c</code>, <code>--compare</code>
                    <code>&nbsp;&nbsp;&nbsp;&nbsp;</code>
                    Lists objects that are not comparable.

                    <p>&nbsp;&nbsp;&nbsp;&nbsp;
                    <code>-N</code>, <code>--nan</code>
                    <code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
                    Avoids NaNs detection.
                    <p>

            <dt><a href="../Tools.html#Tools-Dump"><code>h5dump</code></a>
                <dd><code>h5dump</code> now correctly specifies an XML DTD 
                    or a schema URL.
                    <p>
                <dd><code>h5dump</code> binary output now defaults to 
                    <code>NATIVE</code>.
                    <p>
                <dd>The new <code>-b</code>, <code>--binary</code> option
                    can be used to specify alternate binary formats.
                    <p>

            <dt><a href="../Tools.html#Tools-Repack"><code>h5repack</code></a>
                <dd>When a user does not specify a chunk size,
                    <code>h5repack</code> now defines the default chunk size
                    to be the same same as the size of the hyperslab used
                    to read the chunks.
                    <p>
        </dl>    

</dir>

<!--
<dir>


    <h3>Deprecated Functions</h3>

        The following functions are deprecated as of this release: 
        <pre>        <a href="../RM_H5P.html#Property-SetPreserve">H5Pset_preserve</a>
        <a href="../RM_H5P.html#Property-GetPreserve">H5Pget_preserve</a> </pre>
        <p>
        The original role of these functions is now 
        part of the core HDF5 Library functionality.
        <p>


    <h3>Changed File Installation</h3>
        The file <code>libhdf5_fortran.settings</code> is no longer
        installed with the HDF5 Library;
        the original content of that file is now included in 
        <code>libhdf5.settings</code>.
    
</dir>
-->



<a name="168">
<h2>Release 1.6.8 versus Release 1.6.7,
    November 2008</h2> 
</a>

<dir>

This section lists API-level changes and changes in behavior 
in the transition from HDF5 Release 1.6.7 to Release 1.6.8.


    <h3>Functions with Changed Syntax</h3>

        The following function syntaxes have changed;
        the affected return values and parameter are noted as 
        <font color=red><u>underscored red text</u></font>.
        <p>
        <dl>
        <dt><u>C function:</u>
        <dt><a href="../RM_H5F.html#File-GetObjCount">
          <code>H5Fget_obj_count</code></a>
          <dd><code>
              <font color=red><u>
              ssize_t</u></font> H5Fget_obj_count(
              <em>hid_t </em><code>file_id</code>,
              <em>unsigned int</em> <code>types</code>
              )
              </code>
        <p>
        <dt><a href="../RM_H5F.html#File-GetObjIDs">
            <code>H5Fget_obj_ids</code></a>
          <dd><code>
              <font color=red><u>
              ssize_t</u></font> H5Fget_obj_ids(
              <em>hid_t </em><code>file_id</code>,
              <em>unsigned int</em> <code>types</code>,
              <br>
              &nbsp; &nbsp; &nbsp; &nbsp;
              <font color=red><u>
              <em>size_t</em> <code>max_objs</code></u></font>,
              <em>hid_t *</em><code>obj_id_list</code>
              )
              </code>
        </dl>
        <p>

</dir>
<dir>

    <h3>Tools with Changed Interface or Behavior</h3>
    
        <dl>    
            <dt><a href="../Tools.html#Tools-Repack"><code>h5repack</code></a>
                and <a href="../Tools.html#Tools-Diff"><code>h5diff</code></a>
                <dd>The standard command-line syntax of both tools
                    has been changed to parallel that of <code>h5dump</code>.
                    The new syntax of each is as follows:
                    <p>&nbsp;&nbsp;&nbsp;&nbsp;
                    <code>
                    h5repack [<i>OPTIONS</i>] <i>file1 file2</i> 
                    </code>
                    <p>&nbsp;&nbsp;&nbsp;&nbsp;
                    <code>
                    h5diff [<i>OPTIONS</i>] <i>file1 file2</i> 
                           [<i>object1</i> [<i>object2</i>]]
                    </code>
                    <p>
                    In each case, 
                    the old syntax remains available (though undocumented)
                    to avoid breaking existing scripts. 
                    <p>
        </dl>    

</dir>
<dir>
                   
        <dl>    
            <dt><a href="../Tools.html#Tools-Diff"><code>h5diff</code></a>
                <dd><code>h5diff</code> now returns <code>1</code>
                    if the files differ in structure, 
                    i.e., if the file graphs differ by any object. 
                    <p>     
                    The tool&rsquo;s error return code has been changed 
                    to <code>2</code>.
                    <p>     

            <dt><a href="../Tools.html#Tools-Repack"><code>h5repack</code></a>
                <dd>The following new options control the addition of
                    user block data to an existing HDF5 file:
                    <dir>
                    <table>
                    <tr valign=top><td>
                          <code>-u <em>U</em></code>
                          <br>
                          <code>--ublock=<em>U</em></code>
                        </td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
                          Specifies the name of the file containing the
                          user block data to be added.
                        </td></tr>
                    <tr valign=top><td>
                          <br>
                          <code>-b <em>B</em></code>
                          <br>
                          <code>--block=<em>B</em></code>
                        </td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
                          <br>
                          Specifies the size of the block to be added.
                        </td></tr>
                    </table>
                    </dir>
                    <p>

                <dd>The following new options set parameters
                    governing the tool&rsquo;s use of
                    <code>H5Pset_alignment</code>:
                    <dir>
                    <table>
                    <tr valign=top><td>
                          <code>-t <em>T</em></code>
                          <br>
                          <code>--threshold=<em>T</em></code>
                        </td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
                          Specifies the threshold value for
                          <code>H5Pset_alignment</code>.
                        </td></tr>
                    <tr valign=top><td>
                          <br>
                          <code>-a <em>A</em></code>
                          <br>
                          <code>--alignment=<em>A</em></code>
                        </td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
                          <br>
                          Specifies the alignment value for
                          <code>H5Pset_alignment</code>.
                        </td></tr>
                    </table>
                    </dir>
                    <p>

                <dd><code>h5repack</code> now supports multiple instances of
                    the <code>'-f'</code> or <code>'--filter'</code> option, 
                    allowing the use of multiple I/O filters with an object.
                    <p>
                <dd>With no change in the command-line syntax, 
                    <code>h5repack</code> now retains an existing userblock
                    when repacking an HDF5 file.
                    <p>

            <dt><a href="../Tools.html#Tools-Import"><code>h5import</code></a>
                <dd>The floating point format flag <code>TEXTFPE</code>,
                    for scientific notation, has been deprecated.
                    The flag <code>TEXTFP</code>, which accepts
                    scientific notation, should be used instead.
                    <p>

                <dd><code>h5import</code> now imports string data 
                    with the <code>STR</code> keyword 
                    in the <code>INPUT-CLASS</code> configuration field.
                    <p>
                   
            <dt><a href="../Tools.html#Tools-Dump"><code>h5dump</code></a>
                <dd>The new <code>'-m <i>T</i>'</code> or 
                    <code>'--format <i>T</i>'</code> option 
                    enables a user-defined formatting string 
                    for printing floating-point numbers.
                    <p>
                <dd>With no change in the command-line syntax, 
                    <code>h5dump</code> now prints a compression ratio
                    when compression filters are in use.
                    
        </dl>    

</dir>
<dir>


    <h3>Deprecated Functions</h3>

        The following functions are deprecated as of this release: 
        <pre>        <a href="../RM_H5P.html#Property-SetPreserve">H5Pset_preserve</a>
        <a href="../RM_H5P.html#Property-GetPreserve">H5Pget_preserve</a> </pre>
        <p>
        The original role of these functions is now 
        part of the core HDF5 Library functionality.
        <p>


    <h3>Changed File Installation</h3>
        The file <code>libhdf5_fortran.settings</code> is no longer
        installed with the HDF5 Library;
        the original content of that file is now included in 
        <code>libhdf5.settings</code>.
    


</dir>



<a name="167">
<h2>Release 1.6.7 versus Release 1.6.6</h2> 
</a>

<dir>

This section lists the API-level changes that have been made in the 
transition from the HDF5 Release 1.6.6 to Release 1.6.7.
As this is primarily a bug-fix release, 
the only interface changes are one changed function signature and
the changes related to the removal of the 
stream I/O driver, as outlined below.


    <h3>Function with Changed Syntax</h3>

        The following function syntax has changed;
        the affected parameter is noted in <font color=red>red</font>.
        <p>
        <dl>
        <dt><u>C function:</u>
        <dt><code>H5Sselect_elements</code>
          <dd><code>
              herr_t H5Sselect_elements(
              <em>hid_t </em><code>space_id</code>,
              <em>H5S_seloper_t</em> <code>op</code>,
              <br>
              &nbsp; &nbsp; &nbsp; &nbsp;
              <em>size_t</em> <code>num_elements</code>,
              <font color=red>
              <em>const hsize_t *</em><code>coord</code>
              </font>
              )
              </code>
         </dl>
         <p>
         <cite>(This syntax change was listed on 10 September 2008, 
          several months after Release 1.6.7.)</cite>


    <h3>Stream I/O Driver Removed</h3>
    
    The stream I/O driver, <code>H5FD_STREAM</code>, has been 
    removd from and is no longer distributed with the HDF5 Library.
    The following APIs have therefore been removed from this release.
    <br>
    &nbsp;&nbsp;&nbsp;&nbsp;<code>H5Pset_fapl_stream</code>
    <br>
    &nbsp;&nbsp;&nbsp;&nbsp;<code>H5Pget_fapl_stream</code>
    <br>
    The stream driver <small>ENUM</small> value <code>H5FD_STREAM</code>
    has also been removed.

    <p>
    While the stream driver is no longer distributed by The HDF Group, 
    it will be made available as a source code distribution from
    <a href="http://hdf5-addons.origo.ethz.ch/">
    <code>http://hdf5-addons.origo.ethz.ch/</code></a>.
    An integration mechanism will be developed and 
    instructions for using the driver with HDF5 
    will be posted on that site.

</dir>

<a name="166">
<h2>Release 1.6.6 versus Release 1.6.5</h2> 
</a>

<dir>

This section lists the API-level changes that have been made in the 
transition from the HDF5 Release 1.6.5 to Release 1.6.6.
<p>

Release 1.6.6 is primarily a bug-fix release and includes
no changes in the syntax or intended behavior of 
the library&rsquo;s public interfaces.

There are, however, two changes in tool interfaces.

<!--
    <h3>New Functions and Tools</h3>
        <dl>
	  <dt>C functions:
          <dd>None.
          <dd>The following C functions are new for Release 1.6.6 and 
              are documented in the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
	
              <table border="0">
              <tr>
                <td align="left" valign="top"><code>FUNCTION NAME</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"><em>FUNCTION</em> <code>SYNTAX</code>
                    <br>
                    See <a href="../RM_H5[FUNCTION ENTRY URL]">entry</a>.</td>
              </tr>
              </table>    

	      
          <dd>&nbsp;
	  <dt>Fortran subroutines:
          <dd>None.

          <dd>The following Fortran90 subroutines are new for Release 1.6.6 
	      and are documented in the 
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
              <table border="0">
              <tr>
                <td align="left" valign="top">Corresponding to the 
                    new C functions listed above:<br>
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>FORTRAN_SUBROUTINE_NAME_f</code><br>
                    </td>
                <td align="left" valign="top"> 
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
              </tr>
              </table>    

	  
          <dd>&nbsp;
	  <dt>Tools:
          <dd>None.

          <dd>The following tools are new for Release 1.6.6 and are 
              documented on the <a href="../Tools.html">Tools page</a> of the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
              <dd><code>h5repack</code> description...

              <dd><code>h5repack</code> description...

        </dl>


    <h3>Deleted Functions</h3>

        None.

	The following functions are deprecated in HDF5 Release X.X.x.
        A backward compatibility mode is provided in this release,
        enabling these functions and other Release 1.4.x compatibility
        features, but is available only when the HDF5 library is 
        configured with the flag <code>H5_WANT_H5_V1_4_COMPAT</code>.
        The backward compatibility mode is not enabled in the 
        binaries distributed by NCSA.

        <dir>
        <table border=0>
        <tr valign="top" align="left"><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>&nbsp;

</pre>
        </td></tr>
        </table>
        </dir>
        <p>
	The above functions will eventually be removed from the HDF5 
        distribution and from the <cite>HDF5 Reference Manual</cite>.


    <h3>Functions with Changed Syntax</h3>

        None.


        The following functions have changed as noted.
	
        <dl>
        <dt>C functions:
        <dt><code>H5function?</code>
          <dd>Change....
	
        <dd>&nbsp;
        <dt>Fortran90 subroutines:
        <dt><code>h5subroutine_f?</code>
          <dd>Change...
        </dl>


    <h3>Constants with Changed Values</h3>
    
        None.
-->
        

    <h3>Tools with Changed Options and/or Behavior</h3>

	
        <dl>
          <dt>The following tools have changed in this release; 
              these changes are documented on the 
              <a href="../Tools.html">Tools page</a> of the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
                  <br>&nbsp;
              <dd><code>h5repack</code>:
                  <br>
                  A new <code>-n</code> option allows the user to specify
                  that a new file created by <code>h5repack</code> will use
                  native datatypes.  
                  The default behavior is to use the original file datatypes.
                  <table>
                      <tr valign=top>
                      <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
                      <td><code>-n</code>&nbsp;&nbsp;</td>
                      <td>Use native HDF5 datatypes when repacking. 
                          <br>    
                          (Default behavior is to use the original 
                          file datatypes.)
                      </td></tr>
                  </table>
                  <em>Note that the default behavior of this tool 
                  has changed;
                  prior to Release 1.6.6, </em><code>h5repack</code>
                  <em> generated files only with native datatypes.</em>


              <p>
              <dd><code>h5dump</code>: 
                  <br>
                  This tool includes a new <code>-b</code> option 
                  for binary output.
                  <table>
                      <tr valign=top>
                      <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
                      <td><code>-b&nbsp;<em>B</em></code> &nbsp; or
                          <br>
                          <code>--binary=<em>B</em>&nbsp;&nbsp;&nbsp;</code></td>
                      <td valign="top">Output dataset to a binary file
                           using the datatype specified by 
                           <code><em>B</em></code>.
                           <br>              
                           <code><em>B</em></code> must have one of the 
                           following values:
                           <br>
                           &nbsp;&nbsp;&nbsp;&nbsp;
                           <code>LE &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
                               Little-endian
                           <br>
                           &nbsp;&nbsp;&nbsp;&nbsp;
                           <code>BE &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
                               Big-endian 
                           <br>        
                           &nbsp;&nbsp;&nbsp;&nbsp;
                           <code>MEMORY &nbsp;&nbsp;</code>
                               Memory datatype 
                           <br>        
                           &nbsp;&nbsp;&nbsp;&nbsp;
                           <code>FILE &nbsp;&nbsp;&nbsp;&nbsp;</code>
                               File datatype 
                           <br>            
                           Recommended usage is with the <code>-d</code> and 
                           <code>-o</code> options.    
                      </td>         
                      </tr>               
                  </table>


        </dl>
        </dl>
    </dir>
<p>&nbsp;









<h2>Release 1.6.5 versus Release 1.6.4</h2> 

<dir>

This section lists the API-level changes that have been made in the 
transition from the HDF5 Release 1.6.4 to Release 1.6.5.


    <h3>New Functions and Tools</h3>
	<dl>

	  <dt>C functions and
	  <dt>Fortran subroutines:
          <dd>HDF5 Release 1.6.5 is primarily a maintenance release, 
              focusing on bugfixes, optimization and portability; 
              there are no new C APIs or Fortran subroutines.


<!--
          <dd>&nbsp;
          <dd>The following C functions are new for Release 1.6.4 and 
              are documented in the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
	
              <table border="0">
              <tr>
                <td align="left" valign="top"><code>function</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top">syntax<br>
                    See <a href="../RM_H5__.html#__">entry</a>.</td>
              </tr>

              </table>    
-->
	      
          <dd>&nbsp;
	  <dt>High Level C APIs:
          <dd>The High Level C APIs (HL), including the HDF5 Image, 
              HDF5 Table, and HDF5 Lite interfaces 
              (H5IM, H5TB, and H5LT, respectively), 
              have been distributed with the main HDF5 source code distribution
              since Release 1.6.4.
              A link to the HL documentation appears on the opening
              page of the HDF5 document set or can be accessed directly at
              <a href="http://hdf.ncsa.uiuc.edu/HDF5/hdf5_hl/doc/RM_hdf5hl.html">
              <code>http://hdf.ncsa.uiuc.edu/HDF5/hdf5_hl/doc/RM_hdf5hl.html</code></a>


          <dd>&nbsp;
	  <dt>C++ wrappers:
          <dd><code>void PropList::copyProp(PropList& dest, const char* name) const</code>
          <dd><code>void PropList::copyProp(PropList& dest, const string& name) const</code>
          <dd><code>string CommonFG::getComment(const string& name) const</code>
          <dd><code>void CommonFG::removeComment(const char* name) const</code>
          <dd><code>void CommonFG::removeComment(const string& name) const</code>
          <dd><code>hsize_t Attribute::getStorageSize() const</code>
          <dd><code>void Attribute::close()</code>
          <dd><code>void DataSet::close()</code>
          <dd><code>void DataSpace::close()</code>
          <dd><code>void DataType::close()</code>
          <dd><code>void H5File::close()</code>
          <dd><code>void Group::close()</code>
          <dd><code>void PropList::close()</code>
          <dd><code>H5T_order_t AtomType::getOrder() const</code>
          <dd><code>void H5Object::renameAttr(const char* oldname, const char* newname) const</code>
          <dd><code>void H5Object::renameAttr(const string& oldname, const string& newname) const</code>
          <dd><code>string CommonFG::getObjnameByIdx(hsize_t idx) const</code>
          <dd><code>ArrayType AbstractDs::getArrayType() const</code>
          <dd><code>VarLenType AbstractDs::getVarLenType() const</code>
          <dd><code>ArrayType CommonFG::openArrayType(const char* name) const</code>
          <dd><code>ArrayType CommonFG::openArrayType(const string& name) const</code>
          <dd><code>VarLenType CommonFG::openVarLenType(const char* name) const</code>
          <dd><code>VarLenType CommonFG::openVarLenType(const string& name) const</code>
          <dd><code>ArrayType CompType::getMemberArrayType(unsigned member_num) const</code>
          <dd><code>VarLenType CompType::getMemberVarLenType(unsigned member_num) const</code>

	  
          <dd>&nbsp;
<!--
	  <dt>Tools:
          <dd>Any?
-->


        </dl>


<!--
    <h3>Depricated and Deleted Functions</h3>

	The following functions have been removed in this release.

-->
	<!--
        None.
	-->
<!--
        <dl>
        <dt><u>C functions:</u>
        <dt><code>H5function_name?</code>


        <p>
        <dt><u>Fortran90 subroutines:</u>
        <dt><code>h5subroutine_f?</code>


        <p>
        <dt><u>C++ wrappers:</u>
        <dt><code>C++_wrapper_name?</code>

	  
        </dl>
-->


<!--
	The following functions are deprecated in this HDF5 release. 
        A backward compatibility mode is provided 
        enabling these functions and other Release 1.4.x compatibility
        features, but is available only when the HDF5 library is 
        configured with the flag <code>H5_WANT_H5_V1_4_COMPAT</code>.
        The backward compatibility mode is not enabled in the 
        binaries distributed by NCSA.

        <dir>
        <table border=0>
        <tr valign="top" align="left"><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>&nbsp;

</pre>
        </td></tr>
        </table>
        </dir>
        <p>
	The above functions will eventually be removed from the HDF5 
        distribution and from the <cite>HDF5 Reference Manual</cite>.
-->



    <h3>Functions with New or Changed Symbols or Fixed Values</h3>

        Symbols and preset values associated with  the following functions 
        have changed as noted.
        <p>

        <dl>
        <dt><u>C functions:</u>
        <dt><code>H5Fget_obj_count</code>
          <dd><code>H5F_OBJ_LOCAL</code> has been 
            added as a qualifier on the types of objects to be counted. 
            <code>H5F_OBJ_LOCAL</code> restricts the search 
            to objects opened through current file identifier.

        <dt><code>H5Tset_tag</code>
          <dd>The <code>H5T_OPAQUE_TAG_MAX</code> 
            macro constant, 
            specifying the maximum size of an opaque datatype tag, 
            was added in <code>H5Tpublic.h</code>.


<!--
        <dt><code>H5function_name?</code>
          <dd>Change...
-->


<!--
        <p>
        <dt><u>Fortran90 subroutines:</u>
        <dt><code>h5subroutine_f?</code>
          <dd>Change...


        <p>
        <dt><u>C++ wrappers:</u>
        <dt><code>C++_wrapper_name?</code>
          <dd>Change...
-->


        </dl>


    <h3>Functions with Changed Syntax</h3>

        The following functions have changed as noted.
        Changed items are indicated in <font color="red">red</font>. 
        <p>

<!--
        <dl>
        <dt><u>C functions:</u>
        <dt><code>H5function_name?</code>
          <dd>Change...


        <p>
        <dt><u>Fortran90 subroutines:</u>
        <dt><code>h5subroutine_f?</code>
          <dd>Change...
-->


        <p>
        <dt><u>C++ wrappers:</u>
        <!--
        <dt><code>C++_wrapper_name?</code>
          <dd>Change....
        -->
        <dt>In all cases below, a parameter datatype has changed from 
            <code>int</code> to <code>unsigned</code>.

          <dd><code>string CompType::getMemberName( 
            <font color=red>unsigned</font> member_num ) const</code>
          <dd><code>size_t CompType::getMemberOffset( 
            <font color=red>unsigned</font> member_num ) const</code>
          <dd><code>int CompType::getMemberDims( 
            <font color=red>unsigned</font> member_num, size_t* dims, 
            int* perm ) const</code>
          <dd><code>H5T_class_t CompType::getMemberClass( 
            <font color=red>unsigned</font> member_num ) const</code>
          <dd><code>hid_t CompType::p_get_member_type(
            <font color=red>unsigned</font> member_num) const</code>
          <dd><code>DataType CompType::getMemberDataType( 
            <font color=red>unsigned</font> member_num ) const</code>
          <dd><code>ArrayType CompType::getMemberArrayType( 
            <font color=red>unsigned</font> member_num ) const</code>
          <dd><code>CompType CompType::getMemberCompType( 
            <font color=red>unsigned</font> member_num ) const</code>
          <dd><code>EnumType CompType::getMemberEnumType( 
            <font color=red>unsigned</font> member_num ) const</code>
          <dd><code>IntType CompType::getMemberIntType( 
            <font color=red>unsigned</font> member_num ) const</code>
          <dd><code>FloatType CompType::getMemberFloatType( 
            <font color=red>unsigned</font> member_num ) const</code>
          <dd><code>StrType CompType::getMemberStrType( 
            <font color=red>unsigned</font> member_num ) const</code>
          <dd><code>VarLenType CompType::getMemberVarLenType( 
            <font color=red>unsigned</font> member_num ) const</code>
	  
        </dl>


<!--
    <h3>Deleted Constants</h3>
    
        The following constants have been removed from the HDF5 Library:
        <ul>
        <li>Any?
        <ul>
          <li><code>Specifics?</code>
        </ul>
        </ul>
        

    <h3>Constants with Changed Values</h3>
    
        The following constants have been changed in this release:
        <ul>
        <li>Any?
        <ul>
          <li><code>Specifics?</code>
        </ul>
        </ul>
        
    
    <h3>Changed Library Sturctures</h3>
    
        The following library structures have changed and are now 
        defined as follows: 

	<p>
        <dl>
        <dt>C API:
        <dt><code>struct_name</code>
	
                <ul>
                <li>new definition<br>
                </ul>
            <p>
-->


    <h3>Changed Library Configuration</h3>
	<ul>
	  <li>The path to the tr utility used by configure can be specififed
	      by setting the TR variable.
	  <li>The pdb2hdf tool has been deleted and PDB is no longer detected
	      by configure.
	</ul>


    </dir>
<p>&nbsp;



<h2>Release 1.6.4 versus Release 1.6.3</h2> 

<dir>

This section lists the API-level changes that have been made in the 
transition from the HDF5 Release 1.6.3 to Release 1.6.4.


    <h3>New Functions and Tools</h3>
	<dl>

<!--
	  <dt>C functions:
-->
	  <dt>C functions and
	  <dt>Fortran subroutines:
          <dd>HDF5 Release 1.6.4 "Bugfix Release";
              there are no new C APIs or Fortran subroutines.
<!--
          <dd>The following C functions are new for Release 1.6.4 and 
              are documented in the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
	
              <table border="0">
              <tr>
                <td align="left" valign="top"><code>function</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top">syntax<br>
                    See <a href="../RM_H5__.html#__">entry</a>.</td>
              </tr>

              </table>    
-->
	      
          <dd>&nbsp;
	  <dt>High Level C APIs:
          <dd>The High Level C APIs (HL), including the HDF5 Image, 
              HDF5 Table, and HDF5 Lite interfaces 
              (H5IM, H5TB, and H5LT, respectively) , 
              have been brought into the main HDF5 source code distribution.
              A link to the HL documentation appears on the opening
              page of the HDF5 document set or can be accessed directly at
              <a href="http://hdf.ncsa.uiuc.edu/HDF5/hdf5_hl/doc/RM_hdf5hl.html">
              <code>http://hdf.ncsa.uiuc.edu/HDF5/hdf5_hl/doc/RM_hdf5hl.html</code></a>

              <br><br>
              The HL library, <code>libhdf5_hl.a(so)</code>, 
              is built and installed by default but can be disabled with 
              the <code>--disable-hl</code> configure flag.

<!--
          <dd>&nbsp;
	  <dt>Fortran subroutines:
          <dd>The following Fortran90 subroutines are new for Release 1.6.3 
	      and are documented in the 
              <a href="../RM_H5Front.html"><cite>HDF5 Reference 
                    Manual</cite></a>.
              <table border="0">
              <tr>
                <td align="left" valign="top" colspan="2">New Fortran90 
                    subroutines corresponding to the new C functions 
                    listed above:<br>
                </td>
              </tr><tr>
                <td align="left" valign="top">
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>function</code><br>
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>function</code>
                </td>
                <td align="left" valign="top"> 
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>function</code>
                </td>
              </tr>
              </table>    

              <table border="0">
              <tr>
                <td align="left" valign="top">New Fortran90 subroutines 
                    corresponding to C functions from prior releases:<br>
                    &nbsp;&nbsp;&nbsp;&nbsp;None<br>
--><!--
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>new_fortran_here</code><br>
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>last_new_fortran_here</code>
--><!--
                    </td>
                <td align="left" valign="top"> 
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
              </tr>
              </table>    
-->
	  
<!--
          <dd>&nbsp;
	  <dt>C++ wrappers:
	  <dd> 
-->
	  
          <dd>&nbsp;
	  <dt>Tools:
          <dd>A new pair of tools, <code>h5jam</code> and <code>h5unjam</code>,
              is available to manage user blocks in HDF5 files.
              See <a href="../Tools.html#Tools-Jam">their entry</a>
              in the <cite>HDF5 Reference Manual</cite>.


        </dl>


    <h3>Deleted Functions</h3>

	The following functions have been removed in this release.

        <dl>
          <dd>&nbsp;
	  <dt>C++ wrappers:
	  <dd> The C++ wrappers now rely on the C library's reference 
               counting in place of the class <code>RefCounter</code>, 
               which existed before the C mechanism was available.  
	       <code>RefCounter</code> has therefore been removed.
        </dl>

	<!--
        None.
	-->

	<!--
	The following functions are deprecated in HDF5 Release X.X.x.
        A backward compatibility mode is provided in this release,
        enabling these functions and other Release 1.4.x compatibility
        features, but is available only when the HDF5 library is 
        configured with the flag <code>H5_WANT_H5_V1_4_COMPAT</code>.
        The backward compatibility mode is not enabled in the 
        binaries distributed by NCSA.

        <dir>
        <table border=0>
        <tr valign="top" align="left"><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>&nbsp;

</pre>
        </td></tr>
        </table>
        </dir>
        <p>
	The above functions will eventually be removed from the HDF5 
        distribution and from the <cite>HDF5 Reference Manual</cite>.
	-->

<!--
	The following functions have been removed in this release.

        <dl>
          <dd>&nbsp;
	  <dt>Category
	  <dd><code>function_name</code>
        </dl>
-->


    <h3>Functions with Changed Syntax</h3>

        The following functions have changed as noted.
        In general, one or more parameters or the return value has 
        changed from a signed to an unsigned datatype.
        Changed items are indicated in
        <font color="red">red</font>. 
        <p>

        <dl>
        <dt><u>C functions:</u>
        <dt><code>H5Pget_version</code>
          <dd><code>
              herr_t H5Pget_version(hid_t plist_id, 
              <font color="red">unsigned *boot/*out*/</font>,
              <br>
              <font color="red">unsigned *freelist/*out*/</font>, 
              <font color="red">unsigned *stab/*out*/</font>,
              <font color="red">unsigned *shhdr/*out*/</font>)
              </code>

        <dt><code>H5Pset_sym_k</code>
          <dd><code>
              H5Pset_sym_k(hid_t plist_id, 
              <font color="red">unsigned ik</font>, unsigned lk)
              </code>

        <dt><code>H5Pget_sym_k</code>
          <dd><code>
              H5Pget_sym_k(hid_t plist_id, 
              <font color="red">unsigned *ik/*out*/</font>, 
              unsigned *lk/*out*/)
              </code>

        <dt><code>H5Pset_istore_k</code>
          <dd><code>
              herr_t H5Pset_istore_k(hid_t plist_id, 
              <font color="red">unsigned ik</font>)
              </code>

        <dt><code>H5Pget_istore_k</code>
          <dd><code>
              herr_t H5Pget_istore_k(hid_t plist_id, 
              <font color="red">unsigned *ik/*out*/</font>)
              </code>

        <dt><code>H5Pget_external</code>
          <dd><code>
              herr_t H5Pget_external(hid_t plist_id, 
              <font color="red">unsigned idx</font>, size_t name_size,
              <br>
              char *name/*out*/, off_t *offset/*out*/,
              hsize_t *size/*out*/)
              </code>

        <dt><code>H5Pget_filter</code>
          <dd><code>
              H5Z_filter_t H5Pget_filter(hid_t plist_id, 
              <font color="red">unsigned filter</font>,
              <br>
              unsigned int *flags/*out*/, size_t *cd_nelmts/*out*/, 
              <br>
              unsigned cd_values[]/*out*/, unsigned int *flags/*out*/, 
              <br>
              size_t namelen, char name[])
              </code>

        <dt><code>H5Sselect_hyperslab</code>
          <dd><code>
              herr_t H5Sselect_hyperslab(hid_t space_id, H5S_seloper_t op,
              <br>
              <font color="red">const hsize_t start[]</font>, 
              const hsize_t _stride[], const hsize_t count[],
              <br>
              const hsize_t _block[])
              </code>

        <dt><code>H5Sselect_elements</code>
          <dd><code>
              herr_t H5Sselect_elements(hid_t space_id, H5S_seloper_t op,
              <br>
              size_t num_elemn, <font color="red">const hsize_t **coord</font>)
              </code>

        <dt><code>H5Tget_member_name</code>
          <dd><code>
              char *H5Tget_member_name(hid_t type_id, 
              <font color="red">unsigned membno</font>)
              </code>

        <dt><code>H5Tget_member_offset</code>
          <dd><code>
              size_t H5Tget_member_offset(hid_t type_id, 
              <font color="red">unsigned membno</font>)
              </code>

        <dt><code>H5Tget_member_class</code>
          <dd><code>
              H5T_class_t H5Tget_member_class(hid_t type_id, 
              <font color="red">unsigned membno</font>)
              </code>

        <dt><code>H5Tget_member_type</code>
          <dd><code>
              hid_t H5Tget_member_type(hid_t type_id, 
              <font color="red">unsigned membno</font>)
              </code>

        <dt><code>H5Tget_member_value</code>
          <dd><code>
              herr_t H5Tget_member_value(hid_t type_id, 
              <font color="red">unsigned membno</font>, 
              <br>
              void *value/*out*/)
              </code>

        <p>
        <dt><code>H5Diterate</code> is affected by a similar change
          in the syntax of <code>H5D_operator_t</code>. 
          <dd><code>
              herr_t (*H5D_operator_t)(void *elem, hid_t type_id, 
              <font color="red">unsigned ndim</font>,
              <br>
              <font color="red">const hsize_t *point</font>, 
              void *operator_data)
              </code>


        <p>
        <dt><u>Fortran subroutines:</u>
        <dt><code>h5sselect_hyperslab_f</code>
          <dd><code>
              SUBROUTINE h5sselect_hyperslab_f(space_id, operator, 
              <font color="red">start</font>, count, &
              <br>
              hdferr, stride, block)
              </code>

        <dt><code>h5sselect_elements_f</code>
          <dd><code>
              SUBROUTINE h5sselect_elements_f(space_id, operator, rank, &
              <br>
              num_elements, <font color="red">coord</font>, hdferr)
              </code>


        <p>
        <dt><u>C++ wrappers:</u>
        <dt><code>FileCreatPropList::getVersion</code>
          <dd><code>
            void FileCreatPropList::getVersion(
            <font color="red">unsigned& super</font>, 
            <font color="red">unsigned& freelist</font>, 
            <br>
            <font color="red">unsigned& stab</font>, 
            <font color="red">unsigned& shhdr</font>) const
              </code>

<!--
        <dt><code>FileCreatPropList::setSymk</code>
          <dd><code>
            void FileCreatPropList::setSymk( int ik, int lk ) const
              </code>
-->

        <dt><code>FileCreatPropList::setSymk</code>
          <dd><code>
            void FileCreatPropList::setSymk( 
            <font color="red">unsigned ik</font>, unsigned lk ) const
              </code>

<!--
        <dt><code>FileCreatPropList::getSymk</code>
          <dd><code>
            void FileCreatPropList::getSymk( int& ik, int& lk ) const
              </code>
-->

        <dt><code>FileCreatPropList::getSymk</code>
          <dd><code>
            void FileCreatPropList::getSymk( 
            <font color="red">unsigned& ik</font>, unsigned& lk ) const
              </code>

        <dt><code>FileCreatPropList::setIstorek</code>
          <dd><code>
            void FileCreatPropList::setIstorek( 
            <font color="red">unsigned ik</font> ) const
              </code>

        <dt><code>FileCreatPropList::getIstorek</code>
          <dd><code>
            <font color="red">unsigned</font> 
            FileCreatPropList::getIstorek() const
              </code>

        <dt><code>DSetCreatPropList::getExternal</code>
          <dd><code>
            void DSetCreatPropList::getExternal( 
            <font color="red">unsigned idx</font>, 
            size_t name_size, 
            <br>
            char* name, off_t& offset, hsize_t& size ) const
              </code>

        <dt><code>DSetCreatPropList::getFilter</code>
          <dd><code>
            H5Z_filter_t DSetCreatPropList::getFilter(
            <font color="red">ine filter_number</font>, 
            <br>
            unsigned int &flags, size_t &cd_nelmts, unsigned int* cd_values, 
            <br>
            size_t namelen, char name[] ) const
              </code>

        <dt><code>DataSpace::selectHyperslab</code>
          <dd><code>
            void DataSpace::selectHyperslab( H5S_seloper_t op, 
            const hsize_t *count, 
            <br>
            <font color="red">const hsize_t *start</font>, 
            const hsize_t *stride, const hsize_t *block ) const
              </code>

        <dt><code>DataSpace::selectElements</code>
          <dd><code>
            void DataSpace::selectElements( H5S_seloper_t op, 
            <br>
            const size_t num_elements, 
            <font color="red">const hsize_t *coord[ ]</font> ) const
              </code>

        <dt><code>CompType::getMemberName</code>
          <dd><code>
            string CompType::getMemberName( 
            <font color="red">unsigned member_num</font> ) const
              </code>

        <dt><code>CompType::getMemberOffset</code>
          <dd><code>
            size_t CompType::getMemberOffset( 
            <font color="red">unsigned member_num</font> ) const
              </code>

        <dt><code>CompType::getMemberClass</code>
          <dd><code>
            H5T_class_t CompType::getMemberClass( 
            <font color="red">unsigned member_num</font> ) const
              </code>

        <dt><code>EnumType::getMemberValue</code>
          <dd><code>
            void EnumType::getMemberValue( 
            <font color="red">unsigned member_no</font>, void *value ) const
              </code>


<!--
          <dd>The prototype for this function was changed from:
                <ul>
                <li>old sytax<br>
                </ul>

                to:

                <ul>
                <li>new syntax<br>
                </ul>
            <p>
            



        <dd>&nbsp;
        <dt>C++ wrappers:
        <dt><code>C++_wrapper_name</code>
          <dd>Change...
	  

        <dd>&nbsp;
        <dt>Fortran90 subroutines:
        <dt><code>h5subroutine_f?</code>
          <dd>Change...
	  
-->
        </dl>
        <p>
        <cite>(These lists of syntax changes were added 
          on 31 March and 5 April 2005, shortly after Release 1.6.4.)</cite>


    <h3>Deleted Constants</h3>
    
        The following constants have been removed from the HDF5 Library:
        <ul>
        <li>Error codes
        <ul>
          <li><code>H5E_CANTALLOC</code>
          <li><code>H5E_CANTCHANGE</code>
          <li><code>H5E_CANTRECV</code>
          <li><code>H5E_CANTSENDMDATA</code>
          <li><code>H5E_FPHDF5</code>
        </ul>
        <li>An internal identifier category
        <ul>
          <li><code>H5I_TEMPBUF</code>
        </ul>
        </ul>
        <cite>(This list of deleted constants was added on 21 March 2005,
          shortly after Release 1.6.4.)</cite>


<!--
    <h3>Constants with Changed Values</h3>
    
        The following library structures have changed as noted.
	<p>
        <dl>
        <dt>C API:
        <dt><code>struct_name</code>
          <dd>This function pointer typedef's definition has been changed from:
	
                <ul>
                <li>old definition<br>
                </ul>

                to:

                <ul>
                <li>new definition<br>
                </ul>
            <p>
-->


    <h3>Changed Library Configuration</h3>
	<dl>
	  <dt>HDF5 Library configuration has been upgraded from 
              GNU autoconf 2.53 to autoconf 2.59.  
	</dl>



    </dir>
<p>&nbsp;



<h2>Release 1.6.3 versus Release 1.6.2</h2> 

<dir>

This section lists the API-level changes that have been made in the 
transition from the HDF5 Release 1.6.2 to Release 1.6.3.


    <h3>New Functions and Tools</h3>
	<dl>
	  <dt>C functions:
          <dd>The following C functions are new for Release 1.6.3 and 
              are documented in the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
	
              <table border="0">
              <tr>
                <td align="left" valign="top"><code>H5Fget_name</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"><em>ssize_t</em> <code>H5Fget_name</code> 
                    (<em>hid_t</em> <code>obj_id</code>, 
                     <em>char *</em><code>name</code>,
                     <em>size_t</em> <code>size</code>)<br>
                    See <a href="../RM_H5F.html#File-GetName">entry</a>.</td>
              </tr>

              <tr>
                <td align="left" valign="top"><code>H5Fget_filesize</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"><em>herr_t</em> <code>H5Fget_filesize</code> 
                    (<em>hid_t</em> <code>file_id</code>, 
                     <em>hsize_t *</em> <code>size</code>)<br>
                    See <a href="../RM_H5F.html#File-GetFilesize">entry</a>.</td>
              </tr>

              <tr>
                <td align="left" valign="top"><code>H5Iget_file_id</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"><em>hid_t</em> <code>H5Iget_file_id</code> 
                    (<em>hid_t</em> <code>obj_id</code>)<br>
                    See <a href="../RM_H5I.html#Identify-GetFileId">entry</a>.</td>
              </tr>

              <tr>
                <td align="left" valign="top"><code>H5Premove_filter</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"><em>herr_t</em> <code>H5Premove_filter</code> 
                    (<em>hid_t</em> <code>obj_id</code>,
		     <em>H5Z_filter_t</em> <code>filter</code>)<br>
                    See <a href="../RM_H5P.html#Property-RemoveFilter">entry</a>.</td>
              </tr>

              <tr>
                <td align="left" valign="top"><code>H5Zget_filter_info</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"><em>herr_t</em> <code>H5Zget_filter_info</code> 
                    (<em>H5Z_filter_t</em> <code>filter</code>,
		     <em>unsigned int *</em> <code>flags</code>)<br>
                    See <a href="../RM_H5Z.html#Compression-GetFilterInfo">entry</a>.</td>
              </tr>
              </table>    
	      
          <dd>&nbsp;
	  <dt>Fortran subroutines:
          <dd>The following Fortran90 subroutines are new for Release 1.6.3 
	      and are documented in the 
              <a href="../RM_H5Front.html"><cite>HDF5 Reference 
                    Manual</cite></a>.
              <table border="0">
              <tr>
                <td align="left" valign="top" colspan="2">New Fortran90 
                    subroutines corresponding to the new C functions 
                    listed above:<br>
                </td>
              </tr><tr>
                <td align="left" valign="top">
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>h5fget_name_f</code><br>
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>h5fget_filesize_f</code>
                </td>
                <td align="left" valign="top"> 
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>h5iget_file_id_f</code><br>
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>h5premove_filter_f</code><br>
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>h5zget_filter_info_f</code>
                </td>
              </tr>
              </table>    

              <table border="0">
              <tr>
                <td align="left" valign="top">New Fortran90 subroutines 
                    corresponding to C functions from prior releases:<br>
                    &nbsp;&nbsp;&nbsp;&nbsp;None<br>
<!--
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>new_fortran_here</code><br>
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>last_new_fortran_here</code>
-->
                    </td>
                <td align="left" valign="top"> 
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
              </tr>
              </table>    
	  
          <dd>&nbsp;
	  <dt>C++ wrappers:
	  <dd>C++ wrappers have been brought in sync with the C library,
              rendering the C++ API significantly more complete.
	      Most of the new wrappers are for H5P and H5T APIs.  
	      <p>
	      All available C++ elements are now documented in the 
	      <a href="../cpplus_RM/index.html" target="CppExternal">
	              <cite>HDF5 C++ API Reference Manual</cite></a>. 
	      (The <cite>HDF5 C++ API Reference Manual</cite> is also a 
	      new addition in this release.)
	  
          <dd>&nbsp;
	  <dt>Tools:
          <dd>The following tools are new for Release 1.6.3 and are 
              documented on the <a href="../Tools.html">Tools page</a> of the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
              <dd><code>h5new_tool</code> is designed to do whatever this sentence says.
	      (Clearly, this is a placeholder entry that should be removed before release.)
          <dd>&nbsp; 
          <dd>The following tool was in Release 1.6.2 but was not included in formal documentation. 
              A full description is now included on the 
	      <a href="../Tools.html">Tools page</a> of the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
              <dd><code>h5repack</code> is designed to copy an HDF5 file 
	      to a new file with or without compression and/or chunking.
        </dl>


    <h3>Deleted Functions</h3>

	<!--
        None.
	-->

	<!--
	The following functions are deprecated in HDF5 Release X.X.x.
        A backward compatibility mode is provided in this release,
        enabling these functions and other Release 1.4.x compatibility
        features, but is available only when the HDF5 library is 
        configured with the flag <code>H5_WANT_H5_V1_4_COMPAT</code>.
        The backward compatibility mode is not enabled in the 
        binaries distributed by NCSA.

        <dir>
        <table border=0>
        <tr valign="top" align="left"><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>&nbsp;

</pre>
        </td></tr>
        </table>
        </dir>
        <p>
	The above functions will eventually be removed from the HDF5 
        distribution and from the <cite>HDF5 Reference Manual</cite>.
	-->


	The following function has been removed in this release.

        <dl>
          <dd>&nbsp;
	  <dt>C++ wrapper:
	  <dd><code>CompType::getMemberDims</code>
        </dl>


    <h3>Functions with Changed Syntax</h3>

        The following functions have changed as noted.
	<p>
        <dl>
        <dt>C functions:
        <dt><code>H5Pset_fapl_multi</code>
          <dd>The prototype for this function was changed from:
                <ul>
                <li><em>herr_t</em> <code>H5Pset_fapl_multi</code> 
                    (<em>hid_t</em> <code>fapl_id</code>, 
		     <em>const H5FD_mem_t *</em> <code>memb_map</code>,
		     <em>const hid_t *</em> <code>memb_fapl</code>,
		     <em>const char **</em> <code>memb_name</code>,
		     <em>const haddr_t *</em> <code>memb_addr</code>,
		     <em>hbool_t</em> <code>relax</code>)<br>
                </ul>

                to:

                <ul>
                <li><em>herr_t</em> <code>H5Pset_fapl_multi</code> 
                    (<em>hid_t</em> <code>fapl_id</code>, 
		     <em>const H5FD_mem_t *</em> <code>memb_map</code>,
		     <em>const hid_t *</em> <code>memb_fapl</code>,
		     <em>const char * const *</em> <code>memb_name</code>,
		     <em>const haddr_t *</em> <code>memb_addr</code>,
		     <em>hbool_t</em> <code>relax</code>)<br>
                </ul>
            <p>
            This change should not appreciably affect application programs.

        <dt><code>H5Tconvert</code>
          <dd>The prototype for this function was changed from:
                <ul>
                <li><em>herr_t</em> <code>H5Tconvert</code> 
                    (<em>hid_t</em> <code>src_id</code>, 
		     <em>hid_t</em> <code>dst_id</code>,
		     <em>hsize_t</em> <code>nelmts</code>,
		     <em>void *</em> <code>buf</code>,
		     <em>void *</em> <code>background</code>,
		     <em>hid_t</em> <code>plist_id</code>)<br>
                </ul>

                to:

                <ul>
                <li><em>herr_t</em> <code>H5Tconvert</code> 
                    (<em>hid_t</em> <code>src_id</code>, 
		     <em>hid_t</em> <code>dst_id</code>,
		     <em>size_t</em> <code>nelmts</code>,
		     <em>void *</em> <code>buf</code>,
		     <em>void *</em> <code>background</code>,
		     <em>hid_t</em> <code>plist_id</code>)<br>
                </ul>
            <p>
            This was changed to prevent overflows when <code>hsize_t</code> and
            <code>size_t</code> types are different sizes.  Application code
            may need to be modified to take this into account.  Application
            code using this function may also be affected by the changes to
            <code>H5Tregister</code> and <code>H5Tunregister</code> described
            below.

        <dt><code>H5Tregister</code> and <code>H5Tunregister</code>
          <dd>These two routines are affected by the change to the 
                <code>H5T_conv_t</code> typedef (described below) and may 
                require application registered datatype conversion routines 
                to be modified to conform to the changed typedef.



        <dd>&nbsp;
        <dt>C++ wrappers:
        <dt><code>H5::Exception</code> and its subclasses
          <dd>Constructors used by <code>H5::Exception</code> and its 
	  subclasses that were previously overloaded to take char pointers 
          have been removed.
	  Constructors that passed in a reference of <code>string</code>
          have been changed to pass by value.  
          In addition, the default value of the detailed
          message has been changed from <code>0/NULL</code> to 
	  <code>DEFAULT_MSG</code> 
	  (meaning "No detailed information provided").
	  
         <dd>&nbsp;
       <dt><code>DSetCreatPropList::setLayout</code>
	<dd>The prototype for <code>DSetCreatPropList::setLayout</code> 
	    has been changed: the first parameter has been removed.

        <!--
        <dd>&nbsp;
        <dt>Fortran90 subroutines:
        <dt><code>h5subroutine_f?</code>
          <dd>Change...
        -->
	  
        </dl>


    <h3>Constants with Changed Values</h3>
    
        The following library structures have changed as noted.
	<p>
        <dl>
        <dt>C API:
        <dt><code>H5T_conv_t</code>
          <dd>This function pointer typedef's definition has been changed from:
	
                <ul>
                <li><em>typedef herr_t</em> <code>(*H5T_conv_t)</code> 
                    (<em>hid_t</em> <code>src_id</code>, 
		     <em>hid_t</em> <code>dst_id</code>,
		     <em>H5T_cdata_t *</em> <code>cdata</code>,
		     <em>hsize_t</em> <code>nelmts</code>,
		     <em>size_t</em> <code>buf_stride</code>,
		     <em>size_t</em> <code>bkg_stride</code>,
		     <em>void *</em> <code>buf</code>,
		     <em>void *</em> <code>bkg</code>,
		     <em>hid_t</em> <code>plist_id</code>)<br>
                </ul>

                to:

                <ul>
                <li><em>typedef herr_t</em> <code>(*H5T_conv_t)</code> 
                    (<em>hid_t</em> <code>src_id</code>, 
		     <em>hid_t</em> <code>dst_id</code>,
		     <em>H5T_cdata_t *</em> <code>cdata</code>,
		     <em>size_t</em> <code>nelmts</code>,
		     <em>size_t</em> <code>buf_stride</code>,
		     <em>size_t</em> <code>bkg_stride</code>,
		     <em>void *</em> <code>buf</code>,
		     <em>void *</em> <code>bkg</code>,
		     <em>hid_t</em> <code>plist_id</code>)<br>
                </ul>
            <p>
            This was changed to prevent overflows when <code>hsize_t</code> and
            <code>size_t</code> types are different sizes.  Application code
            may need to be modified to take this into account.


    </dir>
<p>&nbsp;











<h2>Release 1.6.2 versus Release 1.6.1</h2> 

<dir>

This section lists the API-level changes that have been made in the 
transition from the HDF5 Release 1.6.1 to Release 1.6.2.


    <h3>New Functions and Tools</h3>
        <dl>
	  <dt>C functions:
          <dd>The following C functions are new for Release 1.6.2 and 
              are documented in the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
	
              <table border="0">
              <tr>
                <td align="left" valign="top"><code>H5Iget_ref</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"><em>int</em> <code>H5Iget_ref</code> 
                    (<em>hid_t </em><code>obj_id</code>)<br>
                    See <a href="../RM_H5I.html#Identify-GetRef">entry</a>.</td>
              </tr>
              <tr>
                <td align="left" valign="top"><code>H5Iinc_ref</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"><em>int</em> <code>H5Iinc_ref</code> 
                    (<em>hid_t </em><code>obj_id</code>)<br>
                    See <a href="../RM_H5I.html#Identify-IncRef">entry</a>.</td>
              </tr>
              <tr>
                <td align="left" valign="top"><code>H5Idec_ref</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"><em>int</em> <code>H5Idec_ref</code> 
                    (<em>hid_t </em><code>obj_id</code>)<br>
                    See <a href="../RM_H5I.html#Identify-DecRef">entry</a>.</td>
              </tr>
              </table>    
	      
          <dd>&nbsp;
	  <dt>Fortran subroutines:
          <dd>The following Fortran90 subroutines are new for Release 1.6.2 
	      and are documented in the 
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
              <table border="0">
              <tr>
                <td align="left" valign="top">Corresponding to the 
                    new C functions listed above:<br>
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>h5iget_ref_f</code><br>
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>h5iinc_ref_f</code><br>
                    &nbsp;&nbsp;&nbsp;&nbsp;<code>h5idec_ref_f</code>
                    </td>
                <td align="left" valign="top"> 
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
              </tr>
              </table>    
	  
          <dd>&nbsp;
	  <dt>Tools:
          <dd>The following tools are new for Release 1.6.2 and are 
              documented on the <a href="../Tools.html">Tools page</a> of the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
              <dd><code>h5pcc</code> is designed to aid in the compilation 
                  of C applications that employ the HDF5 Library.
              <dd><code>h5pfc</code> is designed to aid in the compilation 
                  of Fortran90 applications that employ the HDF5 Library.
        </dl>


    <h3>Deleted Functions</h3>

        None.

	<!--
	The following functions are deprecated in HDF5 Release X.X.x.
        A backward compatibility mode is provided in this release,
        enabling these functions and other Release 1.4.x compatibility
        features, but is available only when the HDF5 library is 
        configured with the flag <code>H5_WANT_H5_V1_4_COMPAT</code>.
        The backward compatibility mode is not enabled in the 
        binaries distributed by NCSA.

        <dir>
        <table border=0>
        <tr valign="top" align="left"><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>&nbsp;

</pre>
        </td></tr>
        </table>
        </dir>
        <p>
	The above functions will eventually be removed from the HDF5 
        distribution and from the <cite>HDF5 Reference Manual</cite>.
	-->


    <h3>Functions with Changed Syntax</h3>

        None.

        <!--
        The following functions have changed as noted.
	
        <dl>
        <dt>C functions:
        <dt><code>H5function?</code>
          <dd>Change....
	
        <dd>&nbsp;
        <dt>Fortran90 subroutines:
        <dt><code>h5subroutine_f?</code>
          <dd>Change...
        </dl>
        -->


    <h3>Constants with Changed Values</h3>
    
        None.
        

    </dir>
<p>&nbsp;










<h2>Release 1.6.1 versus Release 1.6.0</h2> 

<dir>

This section lists the API-level changes that have been made in the 
transition from the HDF5 Release 1.6.0 to Release 1.6.1.


    <h3>New Functions and Tools</h3>
        <dl>
	  <dt>C functions:
          <dd>The following C function is new for Release 1.6.1 and is documented in the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
	
              <table border="0">
              <tr>
                <td align="left" valign="top"><code>H5Fget_freespace</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"><em>hssize_t</em> <code>H5Fget_freespace</code> 
                    (<em>hid_t </em><code>file_id</code>)<br>
                    See <a href="../RM_H5F.html#File-GetFreespace">entry</a>.</td>
              </tr>
              </table>    
	      
          <dd>&nbsp;
	  <dt>Fortran subroutines
          <dd>The following Fortran90 subroutines were new for Release 1.6.0 
	      but were not documented.  They are now included in the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
              <table border="0">
              <tr>
                <td align="left" valign="top"><code>h5get_fapl_mpiposix_f</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"> 
                    <code>h5pget_fapl_mpiposix_f(prp_id, comm, use_gpfs, hdferr)</code><br>
                    See <a href="../RM_H5P.html#Property-GetFaplMpiPosix">entry</a>.</td>
              </tr><tr>
                <td align="left" valign="top"><code>h5set_fapl_mpiposix_f</code>
                    &nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td align="left" valign="top"> 
                    <code>h5pset_fapl_mpiposix_f(prp_id, comm, use_gpfs, hdferr)</code><br>
                    See <a href="../RM_H5P.html#Property-SetFaplMpiPosix">entry</a>.</td>
              </tr>
              </table>    
	  
          <dd>&nbsp;
	  <dt>Tools:
          <dd>Release 1.6.1 contains no new tools.
	  <!--
          <dd>The following tools are new for Release X.X.x and are included in the
              <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
              <dd><code>new tool</code>
	  -->
        </dl>


    <h3>Deleted Functions</h3>
        None.
	<!--
	The following functions are deprecated in HDF5 Release X.X.x.
        A backward compatibility mode is provided in this release,
        enabling these functions and other Release 1.4.x compatibility
        features, but is available only when the HDF5 library is 
        configured with the flag <code>H5_WANT_H5_V1_4_COMPAT</code>.
        The backward compatibility mode is not enabled in the 
        binaries distributed by NCSA.

        <dir>
        <table border=0>
        <tr valign="top" align="left"><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>function</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>&nbsp;

</pre>
        </td></tr>
        </table>
        </dir>
        <p>
	The above functions will eventually be removed from the HDF5 
        distribution and from the <cite>HDF5 Reference Manual</cite>.
	-->


    <h3>Functions with Changed Syntax</h3>
        The following functions have changed as noted.
	
        <dl>
        <dt>C functions:
        <dt><code>H5Gget_obj_info</code>
          <dd>The <code>H5G_stat_t</code> struct contains two new fields.<br>
              This change will be transparent to existing applications, 
              though those calling <code>H5Gget_obj_info</code> will have 
              to be recompiled before linking with the updated library.
	
        <dd>&nbsp;
        <dt>Fortran90 subroutines:
        <dt><code>h5pset_cache_f</code>
          <dd>The <code>rdcc_nbytes</code> parameter has changed from
              <code><em>INTEGER</em></code> to <code><em>INTEGER(SIZE_T)</em></code> 
              to better match the C API and the <code>h5pget_cache_f</code> 
	      subroutine.
        </dl>


    <h3>Constants with Changed Values</h3>
    
        None.
        

    </dir>
<p>&nbsp;








<h2>Release 1.6.0 versus Release 1.4.5</h2> 

<dir>

This section lists the API-level changes that have been made in the 
transition from the HDF5 Release 1.4.<i>x</i> series to Release 1.6.0.


    <h3>New Functions and Tools</h3>
        <dl>
  <dt>The following functions are new for Release 1.6.0 and are included in the
        <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.

<dd>
<table border="0">
  <tr>
    <td align="left" valign="top"><code>H5set_free_list_limits</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5set_free_list_limits</code> (<em>int</em> <code>reg_global_lim</code>, 
        <em>int</em> <code>reg_list_lim</code>, <em>int</em> <code>arr_global_lim</code>,
        <em>int</em> <code>arr_list_lim</code>, <em>int</em> <code>blk_global_lim</code>, 
	<em>int</em> <code>blk_list_lim</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Dget_offset</code></td>
    <td align="left" valign="top"><em>hsize_t</em> <code>H5Dget_offset</code> (<em>hid_t </em><code>dset_id</code>)</td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Dget_space_status</code></td>
    <td align="left" valign="top"><em>hid_t</em> <code>H5Dget_space_status</code> (<em>hid_t</em> 
	<code>dset_id</code>, <em>H5D_space_status_t *</em><code>status</code>)
    </td> 
  </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Fget_obj_ids</code></td>
    <td align="left" valign="top">
        <em>int </em><code>H5Fget_obj_ids</code> (<em>hid_t</em> <code>file_id</code>,
        <em>unsigned int</em> <code>types</code>, 
        <em>int</em> <code>max_objs</code>, <em>hid_t *</em><code>obj_id_list</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Fget_vfd_handle</code></td>
    <td align="left" valign="top">
        <em>herr_t </em><code>H5Fget_vfd_handle</code> (<em>hid_t</em> <code>file_id</code>,
        <em>hid_t</em> <code>fapl_id</code>, <em>void *</em><code>file_handle</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Gget_num_objs</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Gget_num_objs</code> (<em>hid_t</em> <code>loc_id</code>,
        <em>hsize_t* </em> <code>num_obj</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Gget_objname_by_idx</code></td>
    <td align="left" valign="top">
        <em>ssize_t</em> <code>H5Gget_objname_by_idx</code> (<em>hid_t</em> <code>group_id</code>, 
        <em>hsize_t</em> <code>idx</code>, <em>char *</em><code>name</code>, 
        <em>size_t*</em> <code>size</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Gget_objtype_by_idx</code></td>
    <td align="left" valign="top">
        <em>int</em> <code>H5Gget_objtype_by_idx</code> (<em>hid_t</em> <code>group_id</code>, 
        <em>hsize_t</em> <code>idx</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Iget_name</code></td>
    <td align="left" valign="top">
        <em>ssize_t</em> <code>H5Iget_name</code> (<em>hid_t</em> <code>obj_id</code>,
	<em>char *</em><code>name</code>, <em>size_t</em> <code>size</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pall_filters_avail</code></td>
    <td align="left" valign="top">
        <em>htri_t</em> <code>H5Pall_filters_avail</code> (<em>hid_t</em> <code>dcpl_id</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pfill_value_defined</code></td>
    <td align="left" valign="top">
        <em>herr_t </em><code>H5Pfill_value_defined</code> (<em>hid_t</em> <code>plist_id</code>,
        <em>H5D_fill_value_t *</em><code>status</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pget_alloc_time</code></td>
    <td align="left" valign="top">
        <em>herr_t </em><code>H5Pget_alloc_time</code> (<em>hid_t</em> <code>plist_id</code>,
        <em>H5D_alloc_time_t *</em><code>alloc_time</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pget_edc_check</code></td>
    <td align="left" valign="top">
        <em>H5Z_EDC_t</em> <code>H5Pget_edc_check</code> (<em>hid_t</em> 
        <code>plist</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pget_family_offset</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pget_family_offset</code> (<em>hid_t</em> <code>fapl_id</code>,
        <em>hsize_t *</em><code>offset</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pget_fapl_mpiposix</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pget_fapl_mpiposix</code> (<em>hid_t</em> <code>fapl_id</code>,
        <em>MPI_Comm *</em><code>comm</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pget_fclose_degree</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pget_fclose_degree</code>(<em>hid_t</em> <code>fapl_id</code>, 
        <em>H5F_close_degree_t *</em><code>fc_degree</code>) 
        <br>
        <i>(This item corrected 14 September 2004.)</i>
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pget_fill_time</code></td>
    <td align="left" valign="top">
        <em>herr_t </em><code>H5Pget_fill_time</code> (<em>hid_t</em> <code>plist_id</code>,
        <em>H5D_fill_time_t *</em><code>fill_time</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pget_filter_by_id</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pget_filter_by_id</code> (<em>hid_t</em> <code>plist_id</code>,
        <em>H5Z_filter_t</em> <code>filter</code>, <em>unsigned int *</em><code>flags</code>,
        <em>size_t *</em><code>cd_nelmts</code>, <em>unsigned int</em> <code>cd_values[]</code>,
        <em>size_t</em> <code>namelen</code>, <em>char *</em><code>name[]</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pget_hyper_vector_size</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pget_hyper_vector_size</code> (<em>hid_t</em> <code>dxpl_id</code>,
        <em>size_t *</em><code>vector_size</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pget_multi_type</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pget_multi_type</code> (<em>hid_t</em> <code>fapl_id</code>,
        <em>H5FD_mem_t *</em><code>type</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pmodify_filter</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pmodify_filter</code> (<em>hid_t</em> <code>plist</code>,
        <em>H5Z_filter_t</em> <code>filter</code>, <em>unsigned int</em> <code>flags</code>,
        <em>size_t</em> <code>cd_nelmts</code>, <em>const unsigned int</em> <code>cd_values[]</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_alloc_time</code></td>
    <td align="left" valign="top">
        <em>herr_t </em><code>H5Pset_alloc_time</code> (<em>hid_t</em> 
	<code>plist_id</code>, <em>H5D_alloc_time_t</em> <code>alloc_time</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_edc_check</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pset_edc_check</code> (<em>hid_t</em> 
	<code>plist</code>, <em>H5Z_EDC_t</em> <code>check</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_family_offset</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pset_family_offset</code> (<em>hid_t</em> <code>fapl_id</code>,
        <em>hsize_t</em> <code>offset</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_fapl_mpiposix</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pset_fapl_mpiposix</code> (<em>hid_t</em> <code>fapl_id</code>,
        <em>MPI_Comm</em> <code>comm</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_fclose_degree</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pset_fclose_degree</code>(<em>hid_t</em> <code>fapl_id</code>, 
        <em>H5F_close_degree_t</em> <code>fc_degree</code>) 
        <br>
        <i>(This item corrected 14 September 2004.)</i>
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_fill_time</code></td>
    <td align="left" valign="top">
        <em>herr_t </em><code>H5Pset_fill_time</code> (<em>hid_t</em> <code>plist_id</code>,
        <em>H5D_fill_time_t</em> <code>fill_time</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_filter</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pset_filter</code> 
        (<em>hid_t</em> <code>plist</code>, <em>H5Z_filter_t</em> <code>filter</code>,
        <em>unsigned int</em> <code>flags</code>, <em>size_t</em> <code>cd_nelmts</code>,
        <em>const unsigned int</em> <code>cd_values[])</code>
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_filter_callback</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pset_filter_callback</code> (<em>hid_t</em> 
        <code>plist</code>, <em>H5Z_filter_func_t</em> <code>func</code>,
        <em>void *</em><code>op_data</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_fletcher32</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pset_fletcher32</code> (<em>hid_t</em> 
        <code>plist</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_hyper_vector_size</code>&nbsp;</td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pset_hyper_vector_size</code> (<em>hid_t</em> <code>dxpl_id</code>,
        <em>size_t</em> <code>vector_size</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_multi_type</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pset_multi_type</code> (<em>hid_t</em> <code>fapl_id</code>,
        <em>H5FD_mem_t</em> <code>type</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_shuffle</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pset_shuffle</code> (<em>hid_t</em> <code>plist_id</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Pset_szip</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Pset_szip</code> (<em>hid_t</em> <code>plist</code>,
        <em>unsigned int</em> <code>options_mask</code>, <em>unsigned int</em> 
	<code>pixels_per_block</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Rget_object_type</code></td>
    <td align="left" valign="top">
        <em>int</em> <code>H5Rget_object_type</code> (<em>hid_t</em> <code>id</code>,
        <em>void *</em><code>ref</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Sget_select_type</code></td>
    <td align="left" valign="top">
        <em>H5S_sel_type</em> <code>H5Sget_select_type</code> (<em>hid_t</em> <code>space_id</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Tdetect_class</code></td>
    <td align="left" valign="top">
        <em>htri_t </em><code>H5Tdetect_class</code> (<em>hid_t</em> <code>dtype_id</code>,
        <em>H5T_class_t</em> <code>dtype_class</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Tget_native_type</code></td>
    <td align="left" valign="top">
        <em>hid_t</em> <code>H5Tget_native_type</code> (<em>hid_t</em> <code>type_id</code>,
        <em>H5T_direction_t</em> <code>direction</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Tis_variable_str</code></td>
    <td align="left" valign="top">
        <em>htri_t </em><code>H5Tis_variable_str</code> (<em>hid_t </em><code>dtype_id</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Zfilter_avail</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Zfilter_avail</code> (<em>H5Z_filter_t</em> <code>filter</code>)
    </td>
  </tr>
  <tr>
    <td align="left" valign="top"><code>H5Zunregister</code></td>
    <td align="left" valign="top">
        <em>herr_t</em> <code>H5Zunregister</code> (<em>H5Z_filter_t</em> <code>filter</code>)
    </td>
  </tr>   
</table>    
    </dd>
    <dd>&nbsp;</dd>

  </dt>
  <dt>The following tools are new for Release 1.6.0 and are included in the
        <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.
    <dd><code>h5diff</code>
    <dd><code>h5import</code>
    <dd><code>h5fc</code> 
    <dd><code>h5c++</code> 
    <dd><code>h5perf</code>
    <dd><code>h5redeploy</code>
  </dt>
</dl>


    <h3>Deleted Functions</h3>
        The following functions are deprecated in HDF5 Release 1.6.0.
        A backward compatibility mode is provided in this release,
        enabling these functions and other Release 1.4.x compatibility
        features, but is available only when the HDF5 library is 
        configured with the flag <code>H5_WANT_H5_V1_4_COMPAT</code>.
        The backward compatibility mode is not enabled in the 
        binaries distributed by NCSA.

        <dir>
        <table border=0>
        <tr valign="top" align="left"><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>H5Pset_hyper_cache</code>
<code>H5Pget_hyper_cache</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<code>H5Rget_object_type</code>
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>&nbsp;

</pre>
        </td></tr>
        </table>
        </dir>
        <p>
	The above functions will eventually be removed from the HDF5 
        distribution and from the <cite>HDF5 Reference Manual</cite>.


    <h3>Functions with Changed Syntax</h3>
        The following functions have changed as noted.
        <dir>
        <dl>
        <dt>C functions:
        <dt><code>H5FDflush and VFL "flush" callbacks</code>
          <dd>An extra parameter <code>closing</code> has been added to 
                these functions,
                to allow the library to indicate that the file will be closed
                following the call to "flush".  Actions in the "flush" call
                that are duplicated in the VFL "close" call may be omitted by
                the VFL driver.
        <dt>* <code>H5Gget_objtype_by_idx</code>
          <dd>The function return type has changed from 
              <code><em>int</em></code> to
              the enumerated type <code><em>H5G_obj_t</em></code>.
        <dt>* <code>H5Pset(get)_buffer</code>
          <dd>The <code>size</code> parameter for <code>H5Pset_buffer</code> 
                has changed from type <code><em>hsize_t</em></code> to 
                <code><em>size_t</em></code>. 
          <dd>The <code>H5Pget_buffer</code> return type has similarly
                changed from <code><em>hsize_t</em></code> to 
                <code><em>size_t</em></code>. 
        <dt>* <code>H5Pset(get)_cache</code>
          <dd>The <code>rdcc_nbytes</code> parameter has changed from type 
                <code><em>int</em></code> to 
                <code><em>size_t</em></code>. 
                <br>
                <i>(This item corrected 3 March 2004.)</i>
        <dt>* <code>H5Pset_fapl_log</code>
          <dd>The <code>verbosity</code> parameter has been removed.
          <dd>Two new parameters have been added:  
              <code>flags</code> of type <code><em>unsigned</em></code> and 
              <code>buf_size</code> of type <code><em>size_t</em></code>. 
        <dt>* <code>H5Pset(get)_fapl_mpiposix</code>
          <dd>A <code>use_gpfs</code> parameter of type
                <code><em>hbool_t</em></code> has been added.
        <dt>* <code>H5Pset(get)_sieve_buf_size</code>
          <dd>The <code>size</code> parameter has changed from type 
                <code><em>hsize_t</em></code> to 
                <code><em>size_t</em></code>. 
        <dt>* <code>H5Pset(get)_sym_k</code>
          <dd>The <code>lk</code> parameter has changed from type 
                <code><em>int</em></code> to 
                <code><em>unsigned</em></code>. 
        <dt>* <code>H5Sget_select_bounds</code>
          <dd>The <code>start</code> and <code>end</code> parameters have 
                changed from type <code><em>hsize_t *</em></code>
                to <code><em>hssize_t *</em></code> to better match the 
                rest of the dataspace API.
        <dt>* <code>H5Zregister</code>
          <dd>This function is substantially revised in Release 1.6.0 with
              a new <code>H5Z_class_t</code> struct and 
              new <i>set local</i> and <i>can apply</i> callback functions.
        <dt>&nbsp;
        <dt>Fortran90 functions:
        <dt><code>h5pset(get)_fapl_core_f</code>
          <dd>The <code>backing_store</code> parameter has changed from
              <code><em>INTEGER</em></code> to <code><em>LOGICAL</em></code> 
              to better match the C API.
        <dt><code>h5pset(get)_preserve_f</code>
          <dd>The <code>flag</code> parameter has changed from
              <code><em>INTEGER</em></code> to <code><em>LOGICAL</em></code> 
              to better match the C API.
        </dl>
        </dir>

        <p>
        Backward compatibility with the Release 1.4.x syntax is available
        for the functions indicated above with a leading asterisk (*).
        The backward compatibility features are available only when the 
        HDF5 library is configured with the flag 
        <code>H5_WANT_H5_V1_4_COMPAT</code>,
        is not enabled in the binaries distributed by NCSA, and
        will eventually be removed from the HDF5 distribution. 
        

    <h3>Constants with Changed Values</h3>
        

</dir>
<p>&nbsp;






<h2>Release 1.4.5 versus Release 1.4.4</h2> 
<dir>
    <h3>C Library</h3>
    <dir>

      <b>Added functions:</b>
        <dir>
        <table border=0>
        <tr valign=top align=left><td>
<pre>
herr_t H5Pset_fapl_mpiposix(hid_t fapl_id, MPI_Comm comm);
herr_t H5Pget_fapl_mpiposix(hid_t fapl_id, MPI_Comm *comm/*out*/);
</pre>
        </td></tr>
        </table>
        </dir>

      <b>Changed functions:</b>
        <dir>
        The following functions have changed behavior.
        <p>
        <table border=0>
        <tr valign=top align=left><td>
        <code>H5Pset_fapl_mpio&nbsp;&nbsp;</code><br>
        <code>H5Pget_fapl_mpio</code><br>
        <code>H5Fcreate</code><br>
        <code>H5Fopen</code><br>
        <code>H5Fclose</code>
        </td><td>
    Previously, the Communicator and Info object arguments supplied
    to <code>H5Pset_fapl_mpio</code> were stored in the property with 
    its handle values.  
    This meant changes to the communicator or the Info object
    after calling <code>H5Pset_fapl_mpio</code> would affect the how 
    the property list functioned.  
    This was also the case when <code>H5Fopen/create</code> operated.
    They just stored the handle value.  This is not according to the
    MPI-2 defined behavior of how Info objects should be handled. 
    (MPI-2 defines Info objects must be parsed when called.)<br>
    <code>H5Pset_fapl_mpio</code> now stores a duplicate of each of 
    the communicator and Info object.<br>
    <code>H5Pget_fapl_mpio</code> now returns a duplicate of its 
    stored communicator and Info object.  
    It is now the responsibility of the applications to free
    those objects when done.<p>
    <code>H5Fcreate</code> and <code>H5Fopen</code> also store 
    a duplicate of the communicator and Info
    object supplied by the file access property List.
    <code>H5Fclose</code> frees the duplicates.<p>
    Advice to users: User applications should release the communicator and
    Info object returned by <code>H5Pget_fapl_mpio</code> when they are 
    no longer needed.
        </td></tr>
        </table>
        </dir>



      <b>Removed functions:</b>
        <dir>
        <table border=0>
        <tr valign=top align=left><td>
None
<!--
<pre>
List deleted function(s) here.  Remove forced spaces. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</pre>
-->
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<!-- List deleted function(s) here.  Remove forced spaces. -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</pre>
        </td></tr>
        </table>
        </dir>

      There were no other public API changes in the C library for this release.

    </dir>
    <h3>Fortran90 Library</h3>
    <dir>


      The following missing Fortran functions were added:
<br>
<br>
      <code> h5get_libversion_f, h5check_version_f, h5garbage_collect_f, h5dont_atexit_f </code>
<br>
      <code> h5tget_member_index_f, h5tvlen_create_f </code>
<br>
      <code> h5dget_storage_size_f, h5dvlen_get_max_len_f , h5dwrite_vl_f, h5dread_vl_f</code>
<br>
<br>
      Only <code>integer, real</code> and
      <code>character</code> types are supported for VL datatypes.

    </dir>
</dir>


<!-- Document API CHANGES ONLY in this file. -->

<h2>Release 1.4.4  versus Release 1.4.3</h2> 
<dir>
    <h3>C Library</h3>
    <dir>

      <b>Added functions:</b>
        <dir>
        <table border=0>
        <tr valign=top align=left><td>
<pre>
H5Pget_small_data_block_size
H5Pset_small_data_block_size
H5Tget_member_index
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<!-- List added function(s) here.  Remove forced spaces. -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</pre>
        </td></tr>
        </table>
        </dir>

      <b>Changed functions:</b>
        <dir>
        <table border=0>
        <tr valign=top align=left><td>
None
<!--
<pre>
List deleted function(s) here.  Remove forced spaces. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</pre>
-->
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<!-- List deleted function(s) here.  Remove forced spaces. -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</pre>
        </td></tr>
        </table>
        </dir>

      <b>Removed functions:</b>
        <dir>
        <table border=0>
        <tr valign=top align=left><td>
None
<!--
<pre>
List deleted function(s) here.  Remove forced spaces. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</pre>
-->
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<!-- List deleted function(s) here.  Remove forced spaces. -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</pre>
        </td></tr>
        </table>
        </dir>

      There were no other public API changes in the C library for this release.

    </dir>
    <h3>Fortran90 Library</h3>
    <dir>

      <code>h5dwrite_f, h5dread_f, h5awrite_f, h5aread_f </code>were  overloaded 
      with <code>dims</code> argument to be assumed size array of type <code>INTEGER(HSIZE_T).</code> 
      We recommend to use the subroutines with the new type.  Module subroutines 
      that accept <code>dims</code> as <code>INTEGER</code> array of size <code>7</code> will be deprecated in the 1.6.0 release.

    </dir>
</dir>

<h2>Release 1.4.3 versus Release 1.4.2</h2> 
<dir>
    <h3>C Library</h3>
    <dir>

      <b>Removed function:</b>
        <dir>
        <table border=0>
        <tr valign=top align=left><td>
<pre>
H5Pset_fapl_dpss </pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<!-- new deleted functions here.  Remove forced spaces. -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
<!-- new deleted functions here.  Remove forced spaces. -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</pre>
        </td></tr>
        </table>
        </dir>

      There were no other public API changes in the C library for this release.

    </dir>
    <h3>Fortran90 Library</h3>
    <dir>

      There were no changes to the public Fortran90 APIs for this release.

    </dir>
</dir>

<h2>Release 1.4.2 versus Release 1.4.1</h2> 
<dir>
    <h3>C Library</h3>
    The HDF5 Release 1.4.2 C library is a "Bugfix Release"; 
    there are no API changes in the underlying HDF5 library.

    <h3>Fortran90 Library</h3>
    The following functions in the HDF5 Release 1.4.2 Fortran90 library
    have an additional parameter, <code>dims</code>, that was not present 
    in Release 1.4.1:

<dir>
<pre>
<font color=red>h5aread_f</font>(attr_id, memtype_id,  buf, dims, hdferr)
<font color=red>h5awrite_f</font>(attr_id, memtype_id,  buf, dims, hdferr)
<font color=red>h5dread_f</font>(dset_id, mem_type_id, buf, dims, hdferr, mem_space_id, &
           file_space_id, xfer_prp)
<font color=red>h5dwrite_f</font>(dset_id, mem_type_id, buf, dims, hdferr, mem_space_id, &
           file_space_id, xfer_prp)
</pre>
</dir>

    The <code>dims</code> parameter enables library portability 
    between the UNIX and Microsoft Windows platforms.

</dir>


<h2>Release 1.4.1 versus Release 1.4.0</h2> 
<dir>
    Release 1.4.1 is a "Tools Release"; there are no API changes in the 
    underlying HDF5 library.
</dir>


<h2>Release 1.4.0 versus Release 1.2.2</h2> 

<dir>

    Several functions were added to or removed from the HDF5 library
    in the development of Release 1.4.0.
    A few functions have been modified in minor ways.

    <h3>New Functions</h3>
        The following functions are new for Release 1.4.0 and are included in the
        <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.

<dir>
<pre>
herr_t <font color=red>H5Dvlen_get_buf_size</font> (hid_t dataset_id, hid_t type_id, 
           hid_t space_id, hsize_t *size);
herr_t <font color=red>H5Epush</font> (const char *file, const char *func,
           unsigned line, H5E_major_t maj, H5E_minor_t min, 
           const char *str);
hid_t <font color=red>H5Pget_driver</font> (hid_t plist_id);
void *<font color=red>H5Pget_driver_info</font> (hid_t plist_id);
herr_t <font color=red>H5Pget_dxpl_mpio</font> (hid_t dxpl_id, 
           H5FD_mpio_xfer_t *xfer_mode/*out*/);
herr_t <font color=red>H5Pget_dxpl_multi</font> (hid_t dxpl_id, 
           hid_t *memb_dxpl/*out*/);
herr_t <font color=red>H5Pget_fapl_core</font> (hid_t fapl_id, size_t *increment/*out*/,
           hbool_t *backing_store/*out*/) 
herr_t <font color=red>H5Pget_fapl_family</font> (hid_t fapl_id, 
           hsize_t *memb_size/*out*/, hid_t *memb_fapl_id/*out*/);
herr_t <font color=red>H5Pget_fapl_mpio</font> (hid_t fapl_id, MPI_Comm *comm/*out*/,
           MPI_Info *info/*out*/);
herr_t <font color=red>H5Pget_fapl_multi</font> (hid_t fapl_id, 
           H5FD_mem_t *memb_map/*out*/, hid_t *memb_fapl/*out*/, 
           char **memb_name/*out*/, haddr_t *memb_addr/*out*/, 
           hbool_t *relax/*out*/);
herr_t <font color=red>H5Pget_fapl_stream</font> (hid_t fapl_id,
           H5FD_stream_fapl_t *fapl /*out*/ );
herr_t <font color=red>H5Pget_meta_block_size</font> (hid_t fapl_id, 
           hsize_t *size/*out*/);
herr_t <font color=red>H5Pget_sieve_buf_size</font> (hid_t fapl_id, 
           hsize_t *size/*out*/);
herr_t <font color=red>H5Pset_driver</font> (hid_t plist_id, hid_t driver_id,
           const void *driver_info);
herr_t <font color=red>H5Pset_dxpl_mpio</font> (hid_t dxpl_id, 
           H5FD_mpio_xfer_t xfer_mode);
herr_t <font color=red>H5Pset_dxpl_multi</font> (hid_t dxpl_id, 
           const hid_t *memb_dxpl);
herr_t <font color=red>H5Pset_fapl_core</font> (hid_t fapl_id, size_t increment, 
           hbool_t backing_store)
herr_t <font color=red>H5Pset_fapl_family</font> (hid_t fapl_id, hsize_t memb_size,
           hid_t memb_fapl_id);
herr_t <font color=red>H5Pset_fapl_log</font> (hid_t fapl_id, char *logfile, 
           int verbosity);
herr_t <font color=red>H5Pset_fapl_mpio</font> (hid_t fapl_id, MPI_Comm comm, 
           MPI_Info info);
herr_t <font color=red>H5Pset_fapl_multi</font> (hid_t fapl_id, 
           const H5FD_mem_t *memb_map, const hid_t *memb_fapl, 
           const char **memb_name, const haddr_t *memb_addr, 
           hbool_t relax);
herr_t <font color=red>H5Pset_fapl_sec2</font> (hid_t fapl_id);
herr_t <font color=red>H5Pset_fapl_split</font> (hid_t fapl, const char *meta_ext,
           hid_t meta_plist_id, const char *raw_ext,
           hid_t raw_plist_id);
herr_t <font color=red>H5Pset_fapl_stdio</font> (hid_t fapl_id);
herr_t <font color=red>H5Pset_fapl_stream</font> (hid_t fapl_id,
           H5FD_stream_fapl_t *fapl);
herr_t <font color=red>H5Pset_meta_block_size</font>(hid_t fapl_id, hsize_t size);
herr_t <font color=red>H5Pset_sieve_buf_size</font>(hid_t fapl_id, hsize_t size);
hid_t <font color=red>H5Tarray_create</font> (hid_t base, int rank, const hsize_t dims[], 
           const int perm[])
int <font color=red>H5Tget_array_dims</font> (hid_t adtype_id, hsize_t *dims[], int *perm[])
int <font color=red>H5Tget_array_ndims</font> (hid_t adtype_id)
</pre>
</dir>


        <p>
        The following functions are new for Release 1.4.0, but 
        are intended only for use in specialized environments.
        These are also included in the
        <a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>.

<dir>
<pre>
herr_t <font color=red>H5Pget_fapl_dpss</font> (hid_t fapl_id);
herr_t <font color=red>H5Pget_fapl_gass</font> (hid_t fapl_id, GASS_Info *info/*out*/);
herr_t <font color=red>H5Pget_fapl_srb</font> (hid_t fapl_id, SRB_Info *info);
herr_t <font color=red>H5Pset_fapl_dpss</font> (hid_t fapl_id);
herr_t <font color=red>H5Pset_fapl_gass</font> (hid_t fapl_id, GASS_Info info);
herr_t <font color=red>H5Pset_fapl_srb</font> (hid_t fapl_id, SRB_Info info);
</pre>
</dir>


        <p>
        The following functions are new for Release 1.4.0 but are intended 
        only for driver development work, not for general use.  
        They are listed in the
        <a href="../TechNotes/VFLfunc.html"><cite>List of VFL Functions</cite></a>
        document in the 
        <a href="../TechNotes.html"><cite>HDF5 Technical Notes</cite></a>.
        They are described in detail only in the source code and 
        do not appear in the <cite>HDF5 Reference Manual</cite>.

<dir>
<pre>
haddr_t <font color=red>H5FDalloc</font> (H5FD_t *file, H5FD_mem_t type, 
          hsize_t size);
herr_t <font color=red>H5FDclose</font> (H5FD_t *file);
int <font color=red>H5FDcmp</font> (const H5FD_t *f1, const H5FD_t *f2);
herr_t <font color=red>H5FDflush</font> (H5FD_t *file);
herr_t <font color=red>H5FDfree</font> (H5FD_t *file, H5FD_mem_t type, 
          haddr_t addr, hsize_t size);
haddr_t <font color=red>H5FDget_eoa</font> (H5FD_t *file);
haddr_t <font color=red>H5FDget_eof</font> (H5FD_t *file);
H5FD_t *<font color=red>H5FDopen</font> (const char *name, unsigned flags, 
          hid_t fapl_id, haddr_t maxaddr);
int <font color=red>H5FDquery</font> (const H5FD_t *f, unsigned long *flags);
herr_t <font color=red>H5FDread</font> (H5FD_t *file, hid_t dxpl_id, haddr_t addr, 
          hsize_t size, void *buf/*out*/);
haddr_t <font color=red>H5FDrealloc</font> (H5FD_t *file, H5FD_mem_t type, 
          haddr_t addr, hsize_t old_size, hsize_t new_size);
hid_t <font color=red>H5FDregister</font> (const H5FD_class_t *cls);
herr_t <font color=red>H5FDset_eoa</font> (H5FD_t *file, haddr_t eof);
herr_t <font color=red>H5FDunregister</font> (hid_t driver_id);
herr_t <font color=red>H5FDwrite</font> (H5FD_t *file, H5FD_mem_t type, 
          hid_t dxpl_id, haddr_t addr, hsize_t size, 
          const void *buf);
</pre>
</dir>


    <h3>Deleted Functions</h3>
        The following functions have been removed from the HDF5 library
        and from the <cite>HDF5 Reference Manual</cite>.
        <dir>
        <table>
        <tr valign=top align=left><td>
<pre>
H5Pget_core
H5Pget_driver
H5Pget_family
H5Pget_mpi
H5Pget_sec2
H5Pget_split
H5Pget_stdio
H5Pget_xfer
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
H5Pset_core
H5Pset_family
H5Pset_mpi
H5Pset_sec2
H5Pset_split
H5Pset_stdio
H5Pset_xfer
</pre>
        </td><td>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td><td>
<pre>
H5RAclose
H5RAcreate
H5RAopen
H5RAread
H5RAwrite
H5Tget_member_dims
H5Tinsert_array
</pre>
        </td></tr>
        </table>
        </dir>
        Note that the entire H5RA interface, an experimental interface for 
        ragged arrays, has been removed from the library.


    <h3>Functions with Changed Syntax</h3>
        The following functions have changed slightly.
        <dir>
        <dl>
        <dt><code>H5Pget_buffer</code>
          <dd>Return type has changed to <em>hsize_t</em>.
        <dt><code>H5Pset_buffer</code>
          <dd>The type of the <code>size</code> parameter has changed 
              to <em>hsize_t</em>.
        <dt><code>H5Tconvert</code>
          <dd>The type of the <code>nelmts</code> parameter has changed 
              to <em>hsize_t</em>.
        </dl>
        </dir>

    <h3>Constants with Changed Values</h3>
        The values of the constants <code>H5P_DEFAULT</code> and 
        <code>H5S_ALL</code> have been changed from <code>-2</code>
        to <code>0</code>.   
        These default values had to be special-cased in situations where
        they could be returned to distinguish them from error values.

</dir>
<p>&nbsp;

<h2>Migration from Release 1.2.2 to Release 1.4.<em>x</em></h2> 

<dir>
    <h3>H5Tinsert_array</h3>
    The functionality of <code>H5Tinsert_array</code> has been replaced by 
    <code>H5Tarray_create</code>.
    Here is an example of changing code from <code>H5Tinsert_array</code>
    to <code>H5Tarray_create</code>.
<pre>
V1.2.2
{
    struct tmp_struct {
        int a;
        float f[3];
        double d[2][4];
    };
    size_t f_dims[1]={3};
    size_t d_dims[2]={2,4};
    hid_t compound_type;

    compound_type=H5Tcreate(H5T_COMPOUND,sizeof(struct tmp_struct));
    H5Tinsert(compound_type,"a",HOFFSET(struct tmp_struct,a),H5T_NATIVE_INT);
    H5Tinsert_array(compound_type,"f",HOFFSET(struct tmp_struct,f),1,f_dims,NULL,H5T_NATIVE_FLOAT);
    H5Tinsert_array(compound_type,"d",HOFFSET(struct tmp_struct,d),2,d_dims,NULL,H5T_NATIVE_DOUBLE);
}

V1.4.0
{
    struct tmp_struct {
        int a;
        float f[3];
        double d[2][4];
    };
    hsize_t f_dims[1]={3};
    hsize_t d_dims[2]={2,4};
    hid_t compound_type;
    hid_t array_type;

    compound_type=H5Tcreate(H5T_COMPOUND,sizeof(struct tmp_struct));
    H5Tinsert(compound_type,"a",HOFFSET(struct tmp_struct,a),H5T_NATIVE_INT);
    array_type=H5Tarray_create(H5T_NATIVE_FLOAT,1,f_dims,NULL);
    H5Tinsert(compound_type,"f",HOFFSET(struct tmp_struct,f),array_type);
    H5Tclose(array_type);
    array_type=H5Tarray_create(H5T_NATIVE_DOUBLE,2,d_dims,NULL);
    H5Tinsert(compound_type,"d",HOFFSET(struct tmp_struct,d),array_type);
    H5Tclose(array_type);
}

</pre>
</dir>


<h2>This and Prior Releases: The RELEASE.txt and HISTORY.txt Files</h2>

<dir>
    The HDF5 source code, as distributed to users and developers, 
    contains two files that will be of interest to readers of this 
    document.  Both files are located at the top level of the 
    source code tree and are duplicated here for your reference:
    <p>
    <dl>
      <dt><a href="RELEASE.txt" target="ExtWin">RELEASE.txt</a>
        <dd>Technical notes regarding the release, including 
            new features and the changes since the last release, 
            notes regarding new or revised utilities,
            notes regarding alternative language APIs (Fortran90, C++),
            bugs fixed since the last release,
            platforms on which the release has been tested, and
            known problems. 
            This is the file commonly known as "the release notes."
      <p>
      <dt><a href="HISTORY.txt" target="ExtWin">HISTORY.txt</a>
        <dd>A release-by-release history of the HDF5 library.  
            This file is a compiled set of the release notes
            (i.e., the RELEASE.txt files) from prior releases.
    <dl>
</dir>


<!-- #BeginLibraryItem "/ed_libs/NavBar_ADevG.lbi" -->

<hr>
<center>
<table border=0 width=98%>
<tr><td valign=top align=left>
    <a href="../index.html">HDF5 documents and links</a>&nbsp;<br>
    <a href="../H5.intro.html">Introduction to HDF5</a>&nbsp;<br>
    <!--
    <a href="Glossary.html">Glossary</a><br>
    -->
</td>
<td valign=top align=right>
    <a href="http://www.hdfgroup.org/HDF5/doc1.6/UG/UG_frame.html">HDF5 User's Guide</a>&nbsp;<br>
    <a href="../RM_H5Front.html">HDF5 Reference Manual</a>&nbsp;<br>
    <a href="../ADGuide.html">HDF5 Application Developer's Guide</a>&nbsp;<br>
</td></tr>
</table>
</center>
<hr>


<!-- #EndLibraryItem --><!-- #BeginLibraryItem "/ed_libs/Footer.lbi" -->

<address>
The HDF Group Help Desk: <img src="../Graphics/help.png" align=top height=16>
<br>
Describes HDF5 Release 1.6.10, November 2009 
</address>


<!-- #EndLibraryItem --><!-- Created: Spring 1999 -->
<!-- hhmts start -->
Last modified: 30 October 2009 
<!-- hhmts end -->

</body>
</html>