Skip to content

Commit

Permalink
Create new release 5.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jan 18, 2024
1 parent 1bb7250 commit 8ee020e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
@@ -1,3 +1,13 @@
2024-01-18 - V5.3.4
* Fixes for scrollview
* Fixes for autoconf, clang and sw builds
* Improve OCR for an image URL
* Fail on curl download errors
* New parameter curl_cookiefile
* Set User-Agent: header field in HTTP request for curl downloads
* Output directory list from "combine_tessdata -d" to stdout
* Other small improvements for code and documentation.

2023-10-05 - V5.3.3
* Small code fixes and improvements to fix Coverity Scan issues.
* Disable -mfpu=neon for aarch64.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.3.3
5.3.4
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -28,8 +28,8 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])

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

abs_top_srcdir=`AS_DIRNAME([$0])`

Expand Down

0 comments on commit 8ee020e

Please sign in to comment.