Skip to content

Commit

Permalink
Create new release 5.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Mar 1, 2022
1 parent 59b4b1e commit c2a3efe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.0.1
5.1.0
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])`

Expand Down

0 comments on commit c2a3efe

Please sign in to comment.