Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-15 | Correct handling of elf symbol versioning | Jay Berkenbilt | |
We were putting the value of LT_CURRENT in the versioned symbol map instead of the soname major version, which was creating binary incompatibility where none was present. Unfortunately, this bug is already out there for qpdf 7.0.0, so we'll have to work around it for now. | |||
2017-08-11 | Generate libqpdf.map from autoconf | Jay Berkenbilt | |
Rather than checking consistency of libqpdf.map, generate it. |