Skip to content

Commit c2a3efe

Browse files
committed
Create new release 5.1.0
Signed-off-by: Stefan Weil <[email protected]>
1 parent 59b4b1e commit c2a3efe

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2022-03-01 - V5.1.0
2+
* Handle image and line regions in output formats ALTO, hOCR and text.
3+
* New parameter curl_timeout for curl_easy_setop.
4+
* Build fixes and improvements.
5+
* Catch nullptr in PageIterator::Orientation to improve robustness.
6+
* Remove unused code.
7+
18
2022-01-06 - V5.0.1
29
* Add SPDX-License-Identifier to public include files.
310
* Support redirections when running OCR on a URL.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.1
1+
5.1.0

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
2929
# Define date of package, etc. Could be useful in auto-generated
3030
# documentation.
3131
PACKAGE_YEAR=2022
32-
PACKAGE_DATE="01/07"
32+
PACKAGE_DATE="03/01"
3333

3434
abs_top_srcdir=`AS_DIRNAME([$0])`
3535

0 commit comments

Comments
 (0)