aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer.md
AgeCommit message (Collapse)Author
2018-02-21make_windows_releases: build 32 bit first, build msvc firstJay Berkenbilt
Build in the order that is most likely to detect failures earlier.
2018-02-21Have make_dist infer the versionrelease-qpdf-8.0.a1Jay Berkenbilt
2018-02-21Add docker file for building app imageJay Berkenbilt
The official, signed AppImage will be build locally for now for security of my key, but I still want it to be built in a clean, controlled environment based off a suitably old Linux distribution for maximal portability in the AppImage.
2018-02-19Streamline Windows release processJay Berkenbilt
2018-02-19Tweak release instructions, support signed AppImageJay Berkenbilt
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