Commit 8ee020e 1 parent 1bb7250 commit 8ee020e Copy full SHA for 8ee020e
File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
11
2023-10-05 - V5.3.3
2
12
* Small code fixes and improvements to fix Coverity Scan issues.
3
13
* Disable -mfpu=neon for aarch64.
Original file line number Diff line number Diff line change 1
- 5.3.3
1
+ 5.3.4
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
28
28
29
29
# Define date of package, etc. Could be useful in auto-generated
30
30
# documentation.
31
- PACKAGE_YEAR=2023
32
- PACKAGE_DATE=" 10/05 "
31
+ PACKAGE_YEAR=2024
32
+ PACKAGE_DATE=" 01/18 "
33
33
34
34
abs_top_srcdir=` AS_DIRNAME([$0 ])`
35
35
You can’t perform that action at this time.
0 commit comments