aboutsummaryrefslogtreecommitdiff
path: root/doc/Changelog.html
blob: 5d0998b5406280598d3b6769466dc0ea15fcf856 (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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="description" content="Changelog for ABI Compliance Checker" />
  <title>ABI Compliance Checker: History</title>

  <style type="text/css">
    body {
      margin-top: 1.0em;
      background-color: #deeef7;
      font-family: Helvetica, Arial, FreeSans, san-serif;
      color: #000000;
    }
    #container {
      margin: 0 auto;
      width: 700px;
    }
    h1 { font-size: 3.8em; color: #211108; margin-bottom: 3px;margin-top:0px;padding-top:0px;}
    h1 .small { font-size: 0.4em; }
    h1 a { text-decoration: none }
    h2 { font-size: 1.5em; color: #211108; }
    h3 { text-align: center; color: #211108; }
    a { color: #211108; }
    .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
    .download { float: right; }
    pre {padding: 0px;margin: 0px;padding-left: 10px;word-wrap:break-word;white-space: pre-wrap;}
    hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
    .footer { text-align:center; padding-top:30px; font-style: italic; }
    .code {border: dashed 1px gray; background-color: #f0f0f0;}
    .listing {padding: 10px;border: 1px solid black;width: 70%;font-family:"DejaVu Sans Mono", "Monaco", "Courier New", monospace;font-size:14px;}
    .summary {border:1px solid black;border-collapse:collapse;}
    table.summary td, table.summary th {border:1px solid black;padding:2px;}
  </style>

</head>

<body>
<a href="https://github.com/lvc/abi-compliance-checker"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

<div id="container">

<h1>ABI Compliance<br/>Checker: History</h1>
<p/>
<br/>

<b>Version 1.99.24 (October 04, 2016)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Support for Clang
    </li>
    <li>
        Improved a module to compare operating systems
    </li>
    <li>
        Improved support for C++ keywords in C code
    </li>
    <li>
        Improved support for Windows
    </li>
    <li>
        Improved support for MinGW
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -skip-typedef-uncover: do not report a problem if type is covered or uncovered by typedef (useful for broken debug info)
    </li>
    <li>
        -mingw-compatible: if input header files are compatible with the MinGW GCC compiler, then you can tell the tool about this and speedup the analysis
    </li>
    <li>
        -skip-unidentified: skip header files in 'headers' and 'include_preamble' sections of the XML descriptor that cannot be found
    </li>
    <li>
        -disable-constants-check: do not check for changes in constants
    </li>
    <li>
        -skip-added-constants: do not detect added constants
    </li>
    <li>
        -skip-removed-constants: do not detect removed constants
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Do not show GCC version in the source compatibility report
    </li>
    <li>
        Renamed CPU Type column to Arch in the report
    </li>
    <li>
        Support for ABI dumps v3.3
    </li>
    <li>
        The -cpp-compatible option is now enabled by default
    </li>
</ul>
<br/>

<b>Version 1.99.23 (August 15, 2016)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Improved generation of quick empty reports
    </li>
    <li>
        Improved SysCheck.pm module for analysis of operating systems
    </li>
    <li>
        Improved support for Windows 10
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -disable-quick-empty-report: do not generate quick empty report if input ABI dumps are equal
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed lists of affected symbols in the XML-format report.
    </li>
</ul>
<br/>

<b>Version 1.99.22 (July 04, 2016)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        New style of the report
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -old-style: generate old-style report
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed handling of patterns in -skip-* options
    </li>
    <li>
        Fixed rounding of the BC rate in the report
    </li>
</ul>
<br/>

<b>Version 1.99.21 (May 26, 2016)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Up to 4 times faster on big libraries
    </li>
    <li>
        Show compatibility rate instead of verdict in the report
    </li>
    <li>
        Highlight the numbers of high/medium/low severity problems in the report
    </li>
    <li>
        Show percentage of affected methods in the problem description
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -count-symbols: count public symbols in the ABI dump
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed quick comparison of equal ABI dumps
    </li>
</ul>
<br/>

<b>Version 1.99.20 (May 14, 2016)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Use regular expressions instead of wildcards in -skip-* options
    </li>
</ul>
<br/>

<b>Version 1.99.19 (April 18, 2016)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Support for GCC 5.1
    </li>
</ul>
<b>Misc</b>
<ul>
    <li>
        Separated LICENSE file
    </li>
    <li>
        Removed obsolete descriptors from the package
    </li>
    <li>
        Updated docs
    </li>
</ul>
<br/>

<b>Version 1.99.18 (April 03, 2016)</b><br/>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed comparison of qualifiers in parameter data types
    </li>
    <li>
        Fixed problem descriptions in the report
    </li>
    <li>
        Reduced size of the report
    </li>
    <li>
        Fixed console output
    </li>
</ul>
<br/>

<b>Version 1.99.17 (March 12, 2016)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Added a check for changes in parameters of function pointers
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed comparison of virtual table entries
    </li>
    <li>
        Do not show time stamp in the report
    </li>
    <li>
        Fixed -skip-symbols option
    </li>
    <li>
        Fixed detection of the GCC version number
    </li>
</ul>
<br/>

<b>Version 1.99.16 (January 28, 2016)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Do not check private part of the ABI when comparing ABI dumps created by the ABI Dumper tool with use of the -public-headers option
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -check-private-abi: enable check of the private ABI
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed counting of checked data types
    </li>
</ul>
<br/>

<b>Version 1.99.15 (December 11, 2015)</b><br/>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed hang on some template instances
    </li>
    <li>
        Fixed support for old ABI dumps (formatting of data types)
    </li>
    <li>
        Fixed false positives in the report if input ABI dumps contain __unknown__ types
    </li>
</ul>
<br/>

<b>Version 1.99.14 (November 01, 2015)</b><br/>
<b>New Options</b>
<ul>
    <li>
        -skip-types: set list of types that should not be checked
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed formatting of symbol signatures
    </li>
    <li>
        Fixed checks of template types
    </li>
</ul>
<br/>

<b>Version 1.99.13 (October 18, 2015)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Check public symbols only if comparing public ABI dumps generated by the ABI dumper (with -public-headers option)
    </li>
    <li>
        Added more metadata to the report
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -skip-internal-types: do not check data types matched by the pattern
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed Type_Became_Opaque, Parameter_Changed_Register, Parameter_From_Register and Parameter_To_Register rules
    </li>
    <li>
        Fixed method signatures in the report (C++)
    </li>
    <li>
        Fixed -headers-list option
    </li>
    <li>
        Option -skip-internal renamed to -skip-internal-symbols
    </li>
    <li>
        Fixed false positives if vtable-dumper generates incomplete data
    </li>
    <li>
        Fixed Makefile
    </li>
</ul>
<br/>

<b>Version 1.99.12 (September 20, 2015)</b><br/>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed title of the report
    </li>
    <li>
        Print warning if version number is not set in the ABI dump
    </li>
</ul>
<br/>

<b>Version 1.99.11 (September 12, 2015)</b><br/>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed Removed_Field_And_Layout rule
    </li>
    <li>
        Fixed -skip-symbols option
    </li>
</ul>
<br/>

<b>Version 1.99.10 (September 08, 2015)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Improved style of the report
    </li>
    <li>
        New documentation
    </li>
    <li>
        Added more test cases
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -types-list: specify a list of types that should be checked
    </li>
    <li>
        -gcc-options: specify additional compiler options
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Limited number of affected symbols shown for each BC problem in the report
    </li>
    <li>
        Fixed check of the DataType_Size_And_Stack rule
    </li>
    <li>
        Fixed checks of base classes
    </li>
    <li>
        Carefully substitute parameters in rules
    </li>
    <li>
        Allow to check for source-compatibility in the -cmp-systems mode by specifying both -bin and -src options
    </li>
    <li>
        Fixed sorting of problems listed in the report
    </li>
    <li>
        Limit number of checked types if -headers-list option is specified
    </li>
    <li>
        Fixed -headers-list and -skip-symbols options
    </li>
    <li>
        Fixed cross-platform issues
    </li>
    <li>
        Set LANG=C.UTF-8 for objdump
    </li>
    <li>
        Fixed list of headers in the report
    </li>
    <li>
        Fixed number of checked headers in the report summary. Removed support for old dumps &lt; 1.18
    </li>
    <li>
        Renamed -lib-full option to -title
    </li>
    <li>
        Carefully detect architecture of input objects and word size
    </li>
    <li>
        Corrected detection of the GCC target architecture
    </li>
    <li>
        More accurate checking of ABI dump names
    </li>
    <li>
        Fixed regressions with SysCheck.pm module
    </li>
    <li>
        Removed obsolete code and options
    </li>
    <li>
        Fixed the objdump command line when the path contains spaces
    </li>
    <li>
        Simplified Makefile
    </li>
    <li>
        Do not install system descriptors to PREFIX/share
    </li>
    <li>
        Take -relpath option into account in the SysCheck.pm module
    </li>
    <li>
        Fixed CSS styles of the CmpSystems module
    </li>
</ul>
<br/>

<b>Version 1.99.9 (January 23, 2014)</b><br/>
<b>New Options</b>
<ul>
    <li>
        -skip-internal: do not check internal interfaces matched by the pattern 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed duplicated entries in the XML report 
    </li>
    <li>
        Reduced size of the XML report 
    </li>
    <li>
        Fixed duplicated problems related to changed size of a global data 
    </li>
    <li>
        Options -v1 and -v2 can now be used when comparing ABI dumps to change library versions shown in the report 
    </li>
    <li>
        Fixed false positives with the size change of a template instance type 
    </li>
    <li>
        Fixed false positives with the change of a parameter/field type name 
    </li>
</ul>
<br/>

<b>Version 1.99.8.5 (October 03, 2013)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Optimized performance and memory usage (up to 90%) on input objects with a huge number of changes and deep data type trees (e.g. Linux kernel)
    </li>
    <li>
        Partial support for GCC 4.8.{0-1}, waiting for a fix for the bug <a href='http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850'>57850</a> in the next GCC versions
    </li>
    <li>
        Support for incomplete ABI dumps
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -affected-limit
    </li>
    <li>
        -cpp-incompatible
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed identification of template constructors and destructors 
    </li>
    <li>
        Do not show "this" first argument of methods in the report
    </li>
    <li>
        Corrected descriptions of affected symbols in the report 
    </li>
    <li>
        Fixed false alarms on changed offset of parameters 
    </li>
    <li>
        Do not hang on class A&lt;N&gt;:public A&lt;N-1&gt; 
    </li>
    <li>
        Corrected identification of header files in the include_preamble 
    </li>
    <li>
        Corrected comparison of function pointer types 
    </li>
    <li>
        Corrected rule Global_Data_Size 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Code refactoring
    </li>
</ul>
<br/>

<b>Version 1.99.7 (July 01, 2013)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Added missed fields of template instance types to the ABI dump 
    </li>
    <li>
        Improved support for old ABI dumps 
    </li>
    <li>
        Added Struct_Field_Size_Increased rule 
    </li>
    <li>
        Support for vector types (GCC extension) 
    </li>
    <li>
        Removed duplicates from the ABI dump 
    </li>
    <li>
        Corrected visualization of v-table content in the report 
    </li>
    <li>
        Corrected identification of target headers 
    </li>
    <li>
        Corrected source-compatibility check 
    </li>
    <li>
        Performance optimization (5%) 
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -check - to check completeness of the ABI dump 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed default arguments of methods (broken in 1.99.1 due to added "this" parameter) 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Extended test suite 
    </li>
</ul>
<br/>

<b>Version 1.99.1 (June 07, 2013)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Support for ABI Dumper 0.97 
    </li>
    <li>
        Show added/removed inline virtual functions in the binary compatibility report 
    </li>
    <li>
        Added "this" hidden parameter to non-static class methods in the ABI dump 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed XmlDump module 
    </li>
    <li>
        Fixed CallConv module 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Support for old ABI dumps
    </li>
</ul>
<br/>

<b>Version 1.99 (May 24, 2013)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Support for ABI Dumper 0.95 
    </li>
    <li>
        Added 14 binary-compatibility rules
    </li>
    <li>
        Added 10 source-compatibility rules 
    </li>
    <li>
        Improved model of type alignment 
    </li>
    <li>
        Changed version of ABI dump format to 3.0 
    </li>
    <li>
        Added _vptr member to virtual classes 
    </li>
    <li>
        Added constants defined by GCC to ABI dump 
    </li>
    <li>
        Improved analysis of constants 
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -skip-symbols
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Increased severity of Field_Became_Non_Mutable rule 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Support for old ABI dumps 
    </li>
    <li>
        Extended test suite (+11 test cases) 
    </li>
    <li>
        Code cleaning 
    </li>
</ul>
<br/>

<b>Version 1.98.8 (February 07, 2013)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Show added and removed constants (#defines) in the report 
    </li>
    <li>
        Show changes in unnamed enumerations 
    </li>
    <li>
        Avoid false alarm about renamed field if old name of this field is defined to new (SC) 
    </li>
    <li>
        Recursive comparing of structured data types in *_Format rules 
    </li>
    <li>
        Added Typedef_BaseType_Format rule to check format changes in the typedef base type 
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -tolerant 
    </li>
    <li>
        -tolerance 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Increased severity of Parameter_BaseType_And_Size BC rule (Low to Medium) 
    </li>
    <li>
        Increased severity of Added_Field SC rule (Safe to Low) 
    </li>
    <li>
        Corrected handling of the tool error codes in the test suite 
    </li>
    <li>
        Corrected handling of relative paths in the descriptor options 
    </li>
    <li>
        Skipping linker-related options in gcc_options option of the descriptor 
    </li>
    <li>
        Corrected internal mangler for C++ functions 
    </li>
    <li>
        Corrected conditions for enabling of C++ compatibility mode 
    </li>
    <li>
        Corrected handling of C++ keywords in C-code 
    </li>
    <li>
        Corrected -extended option 
    </li>
    <li>
        Corrected Typedef_BaseType rule 
    </li>
    <li>
        Corrected parsing of default function arguments 
    </li>
    <li>
        Do not check presence of archive utilities if not used 
    </li>
    <li>
        Other fixes 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Extended test suite 
    </li>
    <li>
        Code cleaning 
    </li>
</ul>
<br/>

<b>Version 1.98.7 (December 14, 2012)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Extended extra info dumped by -extra-info option 
    </li>
    <li>
        Extended additional info dumped by -extra-dump option 
    </li>
    <li>
        Added specifiers for structs, unions and enums in the report and ABI dump 
    </li>
    <li>
        Improved support for old ABI dumps 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected -debug option 
    </li>
    <li>
        Corrected creating of archives with ABI dumps 
    </li>
    <li>
        Corrected parsing of includes in header files 
    </li>
    <li>
        Corrected processing of undefined symbols 
    </li>
    <li>
        Corrected -app option 
    </li>
    <li>
        Corrected processing of default paths to system libraries 
    </li>
    <li>
        Corrected Makefile 
    </li>
    <li>
        Other fixes 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Code cleaning and refactoring 
    </li>
</ul>
<br/>

<b>Version 1.98.6 (December 04, 2012)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Extended -extra-info and -extra-dump options 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected processing of input XML descriptor 
    </li>
    <li>
        Corrected "Parameter_Default_Value_Removed" rule 
    </li>
    <li>
        Other fixes 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Code cleaning 
    </li>
</ul>
<br/>

<b>Version 1.98.5 (November 30, 2012)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Support for Mac OS X 10.8 
    </li>
    <li>
        Support for OpenBSD 
    </li>
    <li>
        Support for old GCC versions &lt;= 4.2 
    </li>
    <li>
        Added "throw" and "weak" attributes of methods to ABI dump 
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -extra-info
    </li>
    <li>
        -extra-dump
    </li>
    <li>
        -force
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected order of user-defined include paths 
    </li>
    <li>
        Corrected internal C++ mangler 
    </li>
    <li>
        Removed false positives of the "Parameter_Type_Format" rule 
    </li>
    <li>
        Other fixes 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Extended test suite 
    </li>
    <li>
        Code cleaning 
    </li>
    <li>
        Docs cleaning 
    </li>
</ul>
<br/>

<b>Version 1.98.4 (October 18, 2012)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Optimization of memory usage (5%-10%) and performance (5%-10%) 
    </li>
    <li>
        Added "Used Reserved Field" rule of binary compatibility analysis 
    </li>
    <li>
        Improved design of the operating system compatibility report 
    </li>
    <li>
        Added meta descriptors for 334 libraries 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed an issue with diagnostics of added virtual functions 
    </li>
    <li>
        Corrected the list of functions affected by the compatibility problem 
    </li>
    <li>
        Avoid false alarm about removed function if this function became macro (SC) 
    </li>
    <li>
        Corrected parser of C header files 
    </li>
    <li>
        Other fixes 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Extended test suite 
    </li>
    <li>
        Code cleaning 
    </li>
</ul>
<br/>

<b>Version 1.98.3 (July 19, 2012)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Implemented a model of calling conventions on x86 and x86_64 
    </li>
    <li>
        Improved diagnostics of changes in function parameters and return value (distribution on registers and stack) 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
       Corrected parser of C++ header files to detect non-member functions inside namespaces 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Added requirement for Ctags (5.8 or newer) 
    </li>
    <li>
        Code cleaning 
    </li>
</ul>
<br/>

<b>Version 1.98.2 (June 26, 2012)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Support for reading ABI dumps in XML format 
    </li>
    <li>
        Automatic enabling of c++0x support if needed to compile headers 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected XML and Perl (default) formats of ABI dumps 
    </li>
    <li>
        Improved support for old ABI dumps 
    </li>
    <li>
        Improved -dump-system option 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Improved documentation 
    </li>
</ul>
<br/>

<b>Version 1.98.1 (June 18, 2012)</b><br/>
<b>Bug Fixes</b>
<ul>
    <li>
        Removed symbols marked as LOCAL in a shared library from lists of added/removed symbols in source-compatibility report 
    </li>
    <li>
        Fixed a false positive with some removed extern "C" symbols in source-compatibility report 
    </li>
    <li>
        Fixed a bug with removed debug/ directory when using -use-dumps and -debug options together 
    </li>
    <li>
        Added support for "skip_including" section of target system XML descriptors (modules/Targets) used by -dump-system option 
    </li>
    <li>
        Extended XML ABI dumps by size attribute of library symbols 
    </li>
</ul>
<br/>

<b>Version 1.98.0 (June 14, 2012)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Implemented XML format of ABI dumps 
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -dump-format 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Improved support for old ABI dumps 
    </li>
    <li>
        Other fixes 
    </li>
</ul>
<br/>

<b>Version 1.97.8 (June 08, 2012)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Redesigned format of ABI dump 
    </li>
    <li>
        Optimization of memory usage (5%-10%) and performance (5%-10%) 
    </li>
    <li>
        Improved support for GCC 4.0-4.5 
    </li>
    <li>
        Added "add_namespaces" section of the XML descriptor 
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -open
    </li>
    <li>
        -sort
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Improved support for old ABI dumps 
    </li>
    <li>
        Fixed a bug with auto-detection of include paths when comparing two XML descriptors 
    </li>
    <li>
        Corrected output of -debug option 
    </li>
    <li>
        Corrected -dump-system and -cmp-systems options 
    </li>
    <li>
        Other fixes 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Code cleaning 
    </li>
</ul>
<br/>

<b>Version 1.97.5 (May 14, 2012)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Extended ABI dumps by source-level type declarations 
    </li>
    <li>
        Improved support for old ABI dumps 
    </li>
    <li>
        Optimization of memory usage (20%-30%) and performance (10%-20%) 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected auto-detection of a set of target headers to check/dump in -headers-only mode 
    </li>
    <li>
        Other fixes 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Extended regression test suite 
    </li>
    <li>
        Code cleaning 
    </li>
</ul>
<br/>

<b>Version 1.97.4 (April 16, 2012)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added 16 new binary-compatibility rules 
    </li>
    <li>
        Added 17 new source-compatibility rules 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Added some missed typedef types to function signatures 
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Improved support for old ABI dumps 
    </li>
    <li>
        Support for GCC 4.7 
    </li>
    <li>
        Extended regression test suite 
    </li>
    <li>
        Code cleaning 
    </li>
</ul>
<br/>

<b>Version 1.97.3 (April 03, 2012)</b><br/>
<b>Completed Tasks</b>
<ul>
    <li>
        Implement source-level compatibility checks
    </li>
    <li>
        Implement 2.0 architecture
    </li>
</ul>
<b>New Features</b>
<ul>
    <li>
        Added -browse=PROG option 
    </li>
    <li>
        Added -xml alias option for --report-format=xml
    </li>
    <li>
        Added -binary option to generate binary-compatibility report only 
    </li>
    <li>
        Added -source option to generate source-compatibility report only 
    </li>
    <li>
        Added -bin-report-path option: path to binary-compatibility report 
    </li>
    <li>
        Added -src-report-path option: path to source-compatibility report 
    </li>
</ul>
<b>Other Features</b>
<ul>
    <li>
        Improved debug mode (-debug) 
    </li>
    <li>
        Improved mark-up of the HTML report 
    </li>
    <li>
        Improved mark-up of the HTML report 
    </li>
    <li>
        Improved support for old ABI dumps 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected ABI dumps 
    </li>
</ul>
<br/>

<b>Version 1.96.8 (February 17, 2012)</b><br/>
<b>Completed Tasks</b>
<ul>
    <li>
        Implement XML format of compatibility report
    </li>
    <li>
        Testing on MeeGo 1.2 Harmattan Beta2
    </li>
</ul>
<b>New Features</b>
<ul>
    <li>
        Added hidden statistics line to compatibility report for operating systems
    </li>
    <li>
        Added -headers-list option
    </li>
    <li>
        Added -lang option
    </li>
    <li>
        Support for symbolic links in /usr/include and /usr/lib
    </li>
    <li>
        Added "skip_include_paths" section of the XML-descriptor 
    </li>
    <li>
        Added "skip_including" section of the XML-descriptor
    </li>
    <li>
        Added -list-affected option to create plain list of incompatible symbols
    </li>
    <li>
        Added -quiet option to print all errors and warnings to the log file instead of stderr and stdout
    </li>
    <li>
        Added -stdout option to print results to stdout
    </li>
    <li>
        Added an option to check binary compatibility in the extended sense
    </li>
    <li>
        Improve diagnostic messages for added base classes with virtual functions
    </li>
    <li>
        Added -update option to installer
    </li>
    <li>
        Added a relative default directory to locate modules after installation
    </li>
    <li>
        Compatibility rate = (high+1/2*medium+1/4*low) / number of symbols
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Some symbols with extern "C" linkage are missed in -headers-only mode
    </li>
    <li>
        Changes in global data are not detected under Windows
    </li>
    <li>
        False negative: change global data to be "const"
    </li>
    <li>
        Removed middle enumeration value is reported as renamed
    </li>
    <li>
        False positive: change parameter type from "const int" to "int"
    </li>
    <li>
        Support for old ABI dump format of ACC 1.21.6
    </li>
    <li>
        The tool doesn't search for included headers in /usr/lib/qt4/include/
    </li>
    <li>
        False Negative: Header is incompatible with itself
    </li>
    <li>
        Check libstdc++ in -headers-only mode
    </li>
    <li>
        Restrict checked header files in the -headers-only mode
    </li>
    <li>
        Problem with mangled C++ functions using old ABI dump formats in -headers-only mode
    </li>
    <li>
        Incorrect size of method pointer in ABI dumps
    </li>
    <li>
        False negative: add/remove "register" modifier of the parameter
    </li>
    <li>
        Incorrect WORD size when using old ABI dump format
    </li>
    <li>
        Conflict of a static method with a function of the same name in the ABI dump
    </li>
    <li>
        Missed right bracket of "func-ptr" type in HTML report
    </li>
    <li>
        Incorrect report for overridden methods
    </li>
    <li>
        False negative: override a virtual that doesn't come from a primary base
    </li>
    <li>
        False negative: change a function parameter to be "restrict"
    </li>
    <li>
        False negative: change a field to be "volatile"
    </li>
    <li>
        False negative: change "const"-ness of a return value 
    </li>
    <li>
        False negative: change "volatile" attribute of a method
    </li>
    <li>
        False positive: removed symbols with inline virtual prototype in the leaf class with default constructor
    </li>
</ul>
<br/>

<b>Version 1.94 (September 09, 2011)</b><br/>
<b>Completed Tasks</b>
<ul>
    <li>
        Separated regression tests into the module
    </li>
</ul>
<b>New Features</b>
<ul>
    <li>
        Added Makefile.pl installer
    </li>
</ul>
<br/>

<b>Version 1.93.8 (September 08, 2011)</b><br/>
<b>Completed Tasks</b>
<ul>
    <li>
        Separated rules DB
    </li>
    <li>
        Testing on Symbian SDK
    </li>
    <li>
        Testing on Windows SDK
    </li>
    <li>
        Support for OS3000
    </li>
</ul>
<b>New Features</b>
<ul>
    <li>
        SONAME change in the OS comparison table
    </li>
    <li>
        Added a compatibility percentage to the OS comparison table
    </li>
    <li>
        Added -debug option
    </li>
    <li>
        Added listing of symbols in OS comparison table
    </li>
    <li>
        Use zip format of dumps in Windows
    </li>
    <li>
        Added -dump-system descriptor.xml option
    </li>
    <li>
        Analysis of static libraries 
    </li>
    <li>
        Added -sysinfo option
    </li>
    <li>
        Added -component option
    </li>
    <li>
        Added -nostdinc option 
    </li>
    <li>
        Added "weakly"- and "almost"-compatible verdicts
    </li>
    <li>
         Added "skip_namespaces" section of the library XML-descriptor 
    </li>
    <li>
        Search for modules/ directory in the system
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Missed typedefs in the ABI dump using GCC 4.4.1
    </li>
    <li>
        False negative: change enum member value from zero to non-zero
    </li>
    <li>
        False negative: interchange the positions of two fields in a structure
    </li>
    <li>
        False positive: add a field instead of padding fields
    </li>
    <li>
        Problems with "copied" classes
    </li>
    <li>
        Changes in "private" fields
    </li>
    <li>
        Illegal modulus zero at abi-compliance-checker.pl
    </li>
    <li>
         Incorrect order of include paths
    </li>
    <li>
        Change constness of a class method
    </li>
    <li>
        False negative: change "struct Type" to "union Type"
    </li>
    <li>
        Change parameter type from "..." to "int"
    </li>
    <li>
        Remove/add "const"-qualifier of a method
    </li>
    <li>
        False negative: renamed parameters
    </li>
</ul>
<b>Other</b>
<ul>
    <li>
        Improved debug mode
    </li>
</ul>
<br/>

<b>Version 1.23.5 (July 01, 2011)</b><br/>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected exit codes: 0 - compatible, 1 - incompatible, 2 - error, ...
    </li>
    <li>
        Corrected diagnostic messages for C++ functions with changed signature
    </li>
    <li>
        Fixed regression with C++ non-member functions
    </li>
    <li>
        Removed false positive with overridden private methods
    </li>
    <li>
        Corrected functionality for checking binary compatibility of operating systems
    </li>
    <li>
        Removed false positive for removed default version of a symbol
    </li>
    <li>
        Adapted -dump-system option for MeeGo 1.2 Harmattan
    </li>
    <li>
        Fixed hanging execution on "#include "../../file.h"
    </li>
    <li>
        Fixed incorrect automatic include paths
    </li>
</ul>
<br/>

<b>Version 1.23 (June 07, 2011)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added 42 compatibility checks (total: 83) 
    </li>
    <li>
        Improved diagnostics of compatibility problems 
    </li>
    <li>
        Opened an issue tracker 
    </li>
    <li>
        Support for cross-compilers 
    </li>
    <li>
        Ported to Mac OS X (10.5) and MS Windows (Xp, Vista, 7) 
    </li>
    <li>
        Added a viewer of "real" v-table layouts for changed C++ classes 
    </li>
    <li>
        Added functionality to check OS backward compatibility 
    </li>
    <li>
        Supports for old-version dump formats (>=1.18) 
    </li>
    <li>
        Separated versioning of dump formats 
    </li>
    <li>
        Improved design of the compatibility report 
    </li>
    <li>
        Improved performance 
    </li>
    <li>
        Support for old GCC 3.4.4 
    </li>
</ul>
<b>New Options</b>
<ul>
    <li>
        -cross-gcc: support for cross-compilers 
    </li>
    <li>
        -sysroot: specify the alternative system root directory 
    </li>
    <li>
        -dump-system, -cmp-systems: checking OS backward compatibility 
    </li>
    <li>
        -use-dumps: check for compatibility using the intermediate dumping 
    </li>
    <li>
        -show-retval: show symbol's return value type in the report 
    </li>
    <li>
        -old-dumps: support for old-version dumps 
    </li>
    <li>
        -test-dump: test for dumping functionality 
    </li>
    <li>
        -report-path: change the location of output compatibility report 
    </li>
    <li>
        -dump-path: change the location of output ABI dump 
    </li>
    <li>
        -log1-path, -log2-path: change the location of output logs 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Reduced false positives 
    </li>
    <li>
        Support for C-headers containing C++ keywords 
    </li>
    <li>
        Corrected automatic include paths for headers 
    </li>
</ul>
<br/>

<b>Version 1.21.12 (April 29, 2011)</b><br/>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected automatic detection of include paths for header files
    </li>
    <li>
        Removed false positives with overridden virtual functions
    </li>
    <li>
        Corrected processing of typedef type names, fixed potential program hangup
    </li>
    <li>
        Added some missed problems relating to the return type changes of a function
    </li>
    <li>
        Corrected processing of a translation unit dump generated by modern GCC versions
    </li>
    <li>
        Corrected identifying of inline functions (using the -fkeep-inline-functions GCC option)
    </li>
    <li>
        Corrected parser for C++: analysis of const global data and functions inside a namespace
    </li>
    <li>
        Corrected names and v-table checks for template types
    </li>
    <li>
        Corrected checks for changes in enumerations
    </li>
    <li>
        Corrected ABI dumping and sorting of dumps
    </li>
    <li>
        Corrected analysis of added/removed virtual functions
    </li>
    <li>
        Corrected help message and documentation
    </li>
    <li>
        Documentation has been moved to "doc/" subdirectory
    </li>
    <li>
        Using File::Temp for storing temporary files
    </li>
    <li>
        Support for latest GCC 4.6.0 and old GCC v3.x series
    </li>
    <li>
        Fixed infinite loop finding the path for "which" command in the system
    </li>
    <li>
        Corrected distinction of descriptor kinds (headers, libraries, directories and XML-descriptors)
    </li>
    <li>
        Corrected processing of "include_paths" section of the XML-descriptor
    </li>
</ul>
<br/>

<b>Version 1.21 (August 19, 2010)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added -check-implementation option: compare disassembled binary code to detect changes in the interface implementation
    </li>
    <li>
        Added -objects-only option: compare shared objects without header files
    </li>
    <li>
        Added -v1 and -v2 options: specify version number outside the descriptor
    </li>
    <li>
        Improved help message
    </li>
    <li>
        Improved performance of the tool
    </li>
    <li>
        Removed template instances and stdc++ interfaces from the report (C++)
    </li>
    <li>
        Added README.html and CHANGES.html to the package
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected ABI compatibility report
    </li>
    <li>
        Corrected interface names and versions in the report
    </li>
    <li>
        Corrected number of problems in report summary
    </li>
    <li>
        Corrected ABI dump
    </li>
</ul>
<br/>

<b>Version 1.20 (August 30, 2010)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added "defines" section of the library descriptor: this section allows to add defines at the headers compiling stage
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected reports about added/withdrawn members in the structure types and added/withdrawn parameters
    </li>
    <li>
        Corrected report about added/withdrawn virtual functions if -headers_only option specified
    </li>
    <li>
        Corrected processing of header paths containing special characters
    </li>
</ul>
<br/>

<b>Version 1.19 (July 22, 2010)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added -library_full_name option to display full library name in title of the report
    </li>
    <li>
        Added -relpath option to replace the {RELPATH} in the descriptor for ABI dumping
    </li>
    <li>
        Added "skip_libs" section of the library descriptor: this section contains a list of shared objects and/or directories with shared objects that should not be processed
    </li>
    <li>
        Improved performance on big libraries
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Removed duplicated problems from the report
    </li>
    <li>
        Corrected names of the template instances
    </li>
    <li>
        Corrected checking of reference type changes
    </li>
    <li>
        Corrected titles in the report
    </li>
    <li>
        Corrected size of some array types
    </li>
    <li>
        Corrected checking of added/withdrawn members in the structure types with reserved members
    </li>
    <li>
        Corrected checking of added/withdrawn parameters
    </li>
</ul>
<br/>

<b>Version 1.18 (June 25, 2010)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added -relpath1 and -relpath2 options to replace the {RELPATH} in the descriptors; old option -relpath was removed
    </li>
    <li>
        Added "add_include_paths" section of the library descriptor: this section contains a list of include paths that should be added to the automatically detected include paths
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Added some previously missed compatibility problems in the report
    </li>
    <li>
        Corrected techniques for auto-detection of header file dependencies (include paths)
    </li>
    <li>
        Removed problems relating to the changes in the temporary header files
    </li>
    <li>
        Corrected interface signatures in the report
    </li>
    <li>
        Corrected checking of added/withdrawn parameters
    </li>
    <li>
        Corrected changes in the virtual tables of the libraries with symbol versioning
    </li>
    <li>
        Corrected checking of complex namespaces changes (C++)
    </li>
    <li>
        Added namespaces information to the ABI dump
    </li>
</ul>
<br/>

<b>Version 1.17.2 (June 16, 2010)</b><br/>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed -separately option
    </li>
    <li>
        Corrected permissions of LICENSE file
    </li>
    <li>
        Corrected tool description
    </li>
</ul>
<br/>

<b>Version 1.17.1 (June 09, 2010)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added -relpath option for adding prefixes to the paths in the library descriptor
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected checking of added/withdrawn parameters
    </li>
    <li>
        Corrected processing of mixed C/C++ header sets
    </li>
    <li>
        Corrected checking of parameter type changes
    </li>
</ul>
<br/>

<b>Version 1.17 (June 08, 2010)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Visualizing of the serious changes (added/withdrawn parameters) in the interface signature
    </li>
    <li>
        Recursive analysis of constant changes
    </li>
    <li>
        Separated stderr and stdout streams of the tool
    </li>
    <li>
        Added "skip_constants" section of the library descriptor to skip checking of some constants
    </li>
    <li>
        Added -params option to add function parameter names to the report
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected analysis of virtual table layout changes
    </li>
    <li>
        Corrected analysis of parameter type changes
    </li>
    <li>
        Corrected complex array type names
    </li>
    <li>
        Corrected typedef names
    </li>
    <li>
        Corrected analysis of structure layout changes
    </li>
    <li>
        Fixed tool hanging on some C++ headers (with many namespaces)
    </li>
    <li>
        Corrected analysis of Glibc headers
    </li>
    <li>
        Corrected analysis of library language changes (if added some C++ headers)
    </li>
    <li>
        Corrected descriptions of some compatibility problems
    </li>
    <li>
        Corrected analysis of added/withdrawn parameters in C headers
    </li>
</ul>
<br/>

<b>Version 1.16 (May 05, 2010)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added -strict option for treating all compatibility warnings as problems
    </li>
    <li>
        Added -dumpversion option for printing tool version and don't do anything else
    </li>
    <li>
        Ignoring hidden .svn, .git, .bzr, .hg, and CVS directories
    </li>
    <li>
        Improved header files sorting for protecting from compilation errors on the intermediate phase of temporary header file compilation
    </li>
    <li>
        Improved techniques for auto-detection of header file dependencies (include paths)
    </li>
    <li>
        Ignoring problems related to changes of constants (defines) describing library version (*_VERSION_*, *_COPYRIGHT_* and other)
    </li>
    <li>
        New internal test cases
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Checking of some previously missed C++ namespaces
    </li>
    <li>
        Removed hidden "void const** __vtt_parm" parameters from signatures of some constructors
    </li>
    <li>
        Corrected dumping of C++ classes ABI
    </li>
    <li>
        Corrected checking of pure virtual destructors
    </li>
    <li>
        Removed unnecessary built-in constants from the ABI dump
    </li>
</ul>
<br/>

<b>Version 1.15 (March 26, 2010)</b><br/>
<b>New Features</b>
<ul>
    <li>
        The license was changed to dual GNU GPL and LGPL
    </li>
    <li>
        Added "skip_headers" section of the library descriptor
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected processing of "include_paths" section of the library descriptor
    </li>
    <li>
        Corrected processing of relative paths in the "headers" and "include_paths" sections of the descriptor
    </li>
    <li>
        Directory with temporary files renamed from "temp" to hidden ".tmp_dir"
    </li>
    <li>
        Corrected processing of shared object dependencies
    </li>
    <li>
        Corrected processing of some previously missed functions and conversion operators in C++
    </li>
    <li>
        Corrected internal test suite
    </li>
    <li>
        Corrected some error messages
    </li>
</ul>
<br/>

<b>Version 1.14 (March 03, 2010)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added techniques to auto-detect dependencies of a header file (include paths); providing of "include_paths" section of the descriptor is not necessary for now
    </li>
    <li>
        Ported to FreeBSD and Haiku
    </li>
    <li>
        Added check for gcc/g++ version (>=3.0.0)
    </li>
    <li>
        Added sorting of interface problems by namespace in the report (C++)
    </li>
    <li>
        Improved internal test suite
    </li>
    <li>
        Added log for describing tool actions and occurred errors
    </li>
    <li>
        Added exit error code (high/medium risk for ABI break)
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected ABI dumping
    </li>
    <li>
        Corrected styles of the report
    </li>
</ul>
<br/>

<b>Version 1.13 (February 16, 2010)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added -version option
    </li>

</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected processing of tab characters in the descriptor
    </li>
    <li>
        Corrected help message
    </li>
    <li>
        Corrected descriptor template structure
    </li>
    <li>
        Corrected error and warning messages
    </li>
    <li>
        Corrected processing of shared object dependencies
    </li>
</ul>
<br/>

<b>Version 1.12 (December 04, 2009)</b><br/>
<b>New Features</b>
<ul>
    <li>
        New help message
    </li>
    <li>
        Highlighting of [in-charge], [not-in-charge] constructors and destructors in the report was improved
    </li>
    <li>
        New option -time for enabling time measurements
    </li>
    <li>
        New internal test cases
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected classification of compatibility problems in the report
    </li>
    <li>
        Reduced priority of problems related to changes in a method's object
    </li>
    <li>
        Corrected complex template type names
    </li>
</ul>
<br/>

<b>Version 1.11 (November 10, 2009)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added -app option to check portability of applications to the new library version
    </li>
    <li>
        Memory usage decreased twice
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected checking of added middle structure members
    </li>
    <li>
        Corrected names of template types (with intrinsic, bool and string parameters)
    </li>
    <li>
        Corrected highlighting of function signatures in the report
    </li>
</ul>
<br/>

<b>Version 1.10 (November 02, 2009)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Checking added/dropped function parameters (C language only)
    </li>
    <li>
        Improved design of the report
    </li>
    <li>
        New internal test cases
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Incorrect checking of redefined virtual functions and differences in parameter types
    </li>
    <li>
        More careful checking of withdrawn interfaces using shared library dependencies
    </li>
</ul>
<br/>

<b>Version 1.9 (October 12, 2009)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Improved design of ABI compliance report
    </li>
    <li>
        Improved algorithms of checking parameter/field type change
    </li>
    <li>
        New internal test cases
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Fixed incorrect names of typedefs and function pointer types
    </li>
    <li>
        Checking of some previously missed C++ functions
    </li>
    <li>
        Removed some false positives from the report (for anon-types)
    </li>
</ul>
<br/>

<b>Version 1.8 (September 29, 2009)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Added ability to specify a file with a list of interfaces that should be checked
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Size of ABI info dumps have been reduced through removing of unnecessary information
    </li>
    <li>
        Incorrect names of template instances and function pointer types
    </li>
    <li>
        Incorrect positions of function parameters in the "Interface Problems" section of the report
    </li>
    <li>
        Removed some false positives from the report
    </li>
    <li>
        Incorrect handling of special symbols in the paths to header files and shared objects
    </li>
</ul>
<br/>

<b>Version 1.7 (September 11, 2009)</b><br/>
<b>New Features</b>
<ul>
    <li>
        Checking of incorrect symbols versioning
    </li>
    <li>
        Checking the values of defines (constants)
    </li>
    <li>
        Ability to check header files without shared objects; It is easy to run, but may provide a low quality report with a lot of false positives and without detecting of added/withdrawn interfaces
    </li>
    <li>
        Number of checked interfaces and data types in the report
    </li>
    <li>
        Added tests for checking new features
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Incorrect processing of duplicated headers in the input set (headers with the same name but different paths)
    </li>
    <li>
        Incorrect header files include order
    </li>
    <li>
        Sorting in the ABI dumps
    </li>
    <li>
        Incorrect processing of redefined virtual methods
    </li>
    <li>
        Incorrect processing of anon types
    </li>
    <li>
        Absence of some necessary information about C++ functions in the ABI dumps
    </li>
</ul>
<br/>

<b>Version 1.6 (August 31, 2009)</b><br/>
<b>Bug Fixes</b>
<ul>
    <li>
        Corrected processing of relative paths in the library descriptor
    </li>
    <li>
        Display machine hardware name instead of processor type in the report
    </li>
    <li>
        Fixed grammar/spelling errors
    </li>
    <li>
        Renamed "internal_interfaces" section of the library descriptor to "skip_interfaces"
    </li>
    <li>
        Cosmetic changes in the code
    </li>
</ul>
<br/>

<b>Version 1.5 (August 25, 2009)</b><br/>
<b>Bug Fixes</b>
<ul>
    <li>
        Absent information about opaque types and internal interfaces has been added to the ABI dump 
    </li>
    <li>
        Fixed style of the report 
    </li>
    <li>
        Fixed grammar/spelling 
    </li>
    <li>
        Renamed "internal_functions" section of the library descriptor to "internal_interfaces" 
    </li>
    <li>
        Renamed outptu ABI dump to "*.abi.tar.gz" (previously it was "*.info.tar.gz") 
    </li>
    <li>
        Corrected interface names in the report (for -separately option) 
    </li>
</ul>
<br/>

<b>Version 1.4 (August 18, 2009)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Added ability to check ABI compliance of library versions located on different machines 
    </li>
    <li>
        Header files checking mode by default has been changed: checking all header files together instead of separate checking 
    </li>
</ul>
<b>Bug Fixes</b>
<ul>
    <li>
        Incorrect description for affected interfaces 
    </li>
    <li>
        Incorrect virtual table checking 
    </li>
</ul>
<br/>

<b>Version 1.3 (August 14, 2009)</b><br/>
<b>Bug Fixes</b>
<ul>
    <li>
        Incorrect number of binary compatibility problems in the report summary 
    </li>
    <li>
        Incorrect design of problem descriptions in the report 
    </li>
</ul>
<br/>

<b>Version 1.1 (August 06, 2009)</b><br/>
<b>Improvements</b>
<ul>
    <li>
        Design of the report has been greatly improved 
    </li>
</ul>
<br/>

<b>Version 1.0 (July 31, 2009)</b><br/>
Initial version of the tool.

<div class="footer">
    get the source code on GitHub : <a href="https://github.com/lvc/abi-compliance-checker">lvc/abi-compliance-checker</a>
</div>

<br/>
<br/>

</div>
</body>
</html>