aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer.md
AgeCommit message (Collapse)Author
2018-01-15Correct handling of elf symbol versioningJay 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.
2018-01-14Update copyright to 2018Jay Berkenbilt
2017-09-16Prepare 7.0.0 releaserelease-qpdf-7.0.0Jay Berkenbilt
2017-08-29Replace all atoi calls with QUtil::string_to_intJay Berkenbilt
The latter catches underflow/overflow.
2017-08-29Remove valgrind -- address santizer is betterJay Berkenbilt
2017-08-28Add testing with clang to release checklistJay Berkenbilt
2017-08-26README note about debuggingJay Berkenbilt
2017-08-22Spell checkJay Berkenbilt
2017-08-22Convert README files to markdownJay Berkenbilt
2017-08-22Update references to README filesJay Berkenbilt
Most of the README files have been renamed. Refer to the new names.
2017-08-22Rename README files before converting to markdownJay Berkenbilt