diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d9f8bb..3386af44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## [v2020-06-17](https://github.com/OCR-D/ocrd_all/releases/v2020-06-17) + +### [core](https://github.com/OCR-D/core) [2e4c16e](https://github.com/OCR-D/core/commits2e4c16e)..[574bbad](https://github.com/OCR-D/core/commits/574bbad) + +> Release: [v2.10.3](https://github.com/OCR-D/core/releases/v2.10.3) + + > * :package: v2.10.3 + > * :memo: changelog + > * workspace add: check whether filename is absolute + > * workspace add: os.path.join behavior led to faulty existence check, fix #519 + > * :package: v2.10.2 + > * Merge pull request #516 from OCR-D/fix-515 + +### [ocrd_fileformat](https://github.com/OCR-D/ocrd_fileformat) [7b8671c](https://github.com/OCR-D/ocrd_fileformat/commits7b8671c)..[06b27d4](https://github.com/OCR-D/ocrd_fileformat/commits/06b27d4) + +> Release: [v0.0.3](https://github.com/OCR-D/ocrd_fileformat/releases/v0.0.3) + + > * :package: v0.0.3 + > * require ocrd/core >= 2.10.2 + > * properly pass on script-args, #4 + +Submodule ocrd_wrap c47a9dd...7a0c136 (not checked out) + +### [tesseract](https://github.com/tesseract-ocr/tesseract) [62eae84](https://github.com/tesseract-ocr/tesseract/commits62eae84)..[380466e](https://github.com/tesseract-ocr/tesseract/commits/380466e) + +> Release: [5.0.0-alpha](https://github.com/tesseract-ocr/tesseract/releases/5.0.0-alpha) + + > * Allow inlining of function TruncateParam + > * Remove unused argument from function TruncateParam + > * Remove assertion which is triggered by tests + > * StrokeWidth: Remove unused local variable (fixes compiler warning) + > * Merge pull request #3023 from stweil/inline + > * Merge pull request #3022 from stweil/fix + > * Remove old unused code from imagedata.h + > * Fix crash caused by missing thread synchronization (issues #757, #1168 and #2191) + + ## [v2020-06-14](https://github.com/OCR-D/ocrd_all/releases/v2020-06-14) ### [core](https://github.com/OCR-D/core) [2e4c16e](https://github.com/OCR-D/core/commits2e4c16e)..[86f788a](https://github.com/OCR-D/core/commits/86f788a)