From c7f64f843c5697db9ff264f1a1c13210d191ed49 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky Date: Wed, 30 Sep 2020 08:49:25 +0200 Subject: [PATCH 1/2] fix typo in 87068184 --- ocrd-olena-binarize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocrd-olena-binarize b/ocrd-olena-binarize index b2a1cd3..4dbb468 100755 --- a/ocrd-olena-binarize +++ b/ocrd-olena-binarize @@ -432,7 +432,7 @@ function main { if ((${is_page[$in_pageId]:-0})); then test x$in_mimetype != x$MIMETYPE_PAGE && continue elif ((${is_multi[$in_pageId]:-0})); then - ocrd_raise "No PAGE-XML for page $in_pageId in fileGrp '$in_file_grp' but multiple images." + ocrd__raise "No PAGE-XML for page '$in_pageId' in fileGrp '$in_file_grp' but multiple images." fi local out_id="${in_id//$in_file_grp/$out_file_grp}" if [ "x$out_id" = "x$in_id" ]; then From 63571721acde66ffcfbbd12f08ac37d0ee351490 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky Date: Wed, 30 Sep 2020 08:51:21 +0200 Subject: [PATCH 2/2] :package: 1.2.2 --- CHANGELOG.md | 6 ++++++ ocrd-tool.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc0a7a..3333187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Versioned according to [Semantic Versioning](http://semver.org/). ## Unreleased +## [1.2.2] - 2020-09-30 + +Fixed: + + - typo in 1.2.1 error + ## [1.2.1] - 2020-08-21 Fixed: diff --git a/ocrd-tool.json b/ocrd-tool.json index 49ece16..52181ac 100644 --- a/ocrd-tool.json +++ b/ocrd-tool.json @@ -1,5 +1,5 @@ { - "version": "1.2.1", + "version": "1.2.2", "git_url": "https://github.com/OCR-D/ocrd_olena", "tools": { "ocrd-olena-binarize": {