From 681fa039cc3df04dd2b33a1fd42843a9eb8b1f9a Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 4 Nov 2019 03:00:15 -0800 Subject: [PATCH] Update release notes; disable Py3.8 test again --- .travis.yml | 48 +++++++++++++++++++++--------------------- docs/release_notes.rst | 9 ++++++++ 2 files changed, 33 insertions(+), 24 deletions(-) diff --git a/.travis.yml b/.travis.yml index de391a8a..7291c685 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,30 +86,30 @@ matrix: - tesseract-ocr-eng - tesseract-ocr-fra - unpaper - - os: linux - dist: bionic - sudo: required - language: python - python: "3.8" - env: - - DIST=bionic - addons: - apt: - update: true - sources: - - sourceline: "ppa:alex-p/tesseract-ocr" - packages: - - ghostscript - - libexempi3 - - libffi-dev - - pngquant - - poppler-utils - - qpdf - - tesseract-ocr - - tesseract-ocr-deu - - tesseract-ocr-eng - - tesseract-ocr-fra - - unpaper + # - os: linux + # dist: bionic + # sudo: required + # language: python + # python: "3.8" + # env: + # - DIST=bionic + # addons: + # apt: + # update: true + # sources: + # - sourceline: "ppa:alex-p/tesseract-ocr" + # packages: + # - ghostscript + # - libexempi3 + # - libffi-dev + # - pngquant + # - poppler-utils + # - qpdf + # - tesseract-ocr + # - tesseract-ocr-deu + # - tesseract-ocr-eng + # - tesseract-ocr-fra + # - unpaper - os: osx language: generic addons: diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 42b19c28..958b4512 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -13,6 +13,15 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and are released publicly should probably also be licensed under GPLv3. +v9.0.5 +====== + +- The Alpine Docker image (jbarlow83/ocrmypdf-alpine) has been dropped due to + the difficulties of supporting Alpine Linux. +- The primary Docker image (jbarlow83/ocrmypdf) has been improved to take on + the extra features that used to be exclusive to the Alpine image. +- No changes to application code. + v9.0.4 ======