Create new release 5.1.0

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2022-03-01 17:25:45 +01:00
parent 59b4b1eaf8
commit c2a3efe282
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2022-03-01 - V5.1.0
* Handle image and line regions in output formats ALTO, hOCR and text.
* New parameter curl_timeout for curl_easy_setop.
* Build fixes and improvements.
* Catch nullptr in PageIterator::Orientation to improve robustness.
* Remove unused code.
2022-01-06 - V5.0.1
* Add SPDX-License-Identifier to public include files.
* Support redirections when running OCR on a URL.

View File

@ -1 +1 @@
5.0.1
5.1.0

View File

@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
# Define date of package, etc. Could be useful in auto-generated
# documentation.
PACKAGE_YEAR=2022
PACKAGE_DATE="01/07"
PACKAGE_DATE="03/01"
abs_top_srcdir=`AS_DIRNAME([$0])`