File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 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+
1112023-10-05 - V5.3.3
212* Small code fixes and improvements to fix Coverity Scan issues.
313* 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])
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
3434abs_top_srcdir=` AS_DIRNAME([$0 ])`
3535
You can’t perform that action at this time.
0 commit comments