aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf.map
AgeCommit message (Collapse)Author
2017-08-11Generate libqpdf.map from autoconfJay Berkenbilt
Rather than checking consistency of libqpdf.map, generate it.
2017-08-11Fix libqpdf.map and prevent future breakageJay Berkenbilt
The build now checks to make sure libqpdf.map has the right library version number in it.
2012-12-31Update shared library major version to 10Jay Berkenbilt
The upcoming 3.1 release contains non-compatible API changes, though they only affect parts of the interface that are extremely unlikely to have been used outside of qpdf itself. The methods and data types affected were used for communication between QPDFWriter and QPDF and would have had no real use in end user code.
2012-06-20Add symbol versioningJay Berkenbilt
For ELF systems, turn on versioned symbols by default, and add a configure option to enable or disable them.