From cfafac8d135be02f69df49365a5cbf16a7a2aefe Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 21 Oct 2020 10:07:34 -0400 Subject: Create a minimal Linux binary distribution (fixes #352) This is suitable for use as a Lambda layer in AWS, inclusion in a docker container, or other places where a minimal binary distribution is desired. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c748cc3..8d772d91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2020-10-21 Jay Berkenbilt + + * Add qpdf--linux-x86_64.zip to the list of built + distributions. This is a simple zip file that contains just the + qpdf executables and the dependent shared libraries that would not + ordinarily be present on a base system. This minimal binary + distribution works as is when used as a Lambda layer in AWS and + could be suitable for inclusion in a docker image or other + standalone Linux/x86_64 environment where you want minimal support + for running the qpdf executable. Fixes #352. + 2020-10-20 Jay Berkenbilt * Add --warning-exit-0 option to the qpdf command line. When -- cgit v1.2.3-54-g00ecf