Skip to content

Commit 8ee020e

Browse files
committed
Create new release 5.3.4
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 1bb7250 commit 8ee020e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2024-01-18 - V5.3.4
2+
* Fixes for scrollview
3+
* Fixes for autoconf, clang and sw builds
4+
* Improve OCR for an image URL
5+
* Fail on curl download errors
6+
* New parameter curl_cookiefile
7+
* Set User-Agent: header field in HTTP request for curl downloads
8+
* Output directory list from "combine_tessdata -d" to stdout
9+
* Other small improvements for code and documentation.
10+
111
2023-10-05 - V5.3.3
212
* Small code fixes and improvements to fix Coverity Scan issues.
313
* Disable -mfpu=neon for aarch64.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.3
1+
5.3.4

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
2828

2929
# Define date of package, etc. Could be useful in auto-generated
3030
# documentation.
31-
PACKAGE_YEAR=2023
32-
PACKAGE_DATE="10/05"
31+
PACKAGE_YEAR=2024
32+
PACKAGE_DATE="01/18"
3333

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

0 commit comments

Comments
 (0)