Commit 86a7bc6 1 parent 6e4de52 commit 86a7bc6 Copy full SHA for 86a7bc6
File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2022-12-13 - V5.3.0-rc1
2
+ * Fix the training tools for the legacy OCR engine (fix issue #3925).
3
+ * PDF renderer: Ignore non-text blocks (fix issue #3957).
4
+ * Remove colormap before thresholding (fix issue #3940).
5
+ * Fix a number of performance issues reported by Coverity Scan.
6
+ * Training tools: Replace call of exit function by return statement in main function.
7
+ * Fix double free in function vigorous_noise_removal (fix issue #3876).
8
+ * Create to_win if needed in Textord::make_spline_rows (fix issue #3875).
9
+ * Bug fixes for ScrollView viewer:
10
+ * Fix memory issues in ScrollView::MessageReceiver.
11
+ * Catch potential nullptr in SVNetwork::SVNetwork.
12
+ * Move svpaint.cpp from src/viewer to src/.
13
+ * Add rule for svpaint executable in Autotools.
14
+ * Bug fixes and improvements for build tools:
15
+ * Fix AMD64 detection with autobuild on FreeBSD (fix issue #3964).
16
+ * Fix tesseract.pc generated from CMake to match Autotools.
17
+ * Detect availability of AVX512-VNNI.
18
+ * configure.ac: fix build on aarch64_be.
19
+ * Drop CI for old versions of macOS and Ubuntu.
20
+
1
21
2022-07-06 - V5.2.0
2
22
* Improvements and fixes for continuous integration,
3
23
autoconf and cmake builds.
Original file line number Diff line number Diff line change 1
- 5.2.0
1
+ 5.3.0-rc1
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
29
29
# Define date of package, etc. Could be useful in auto-generated
30
30
# documentation.
31
31
PACKAGE_YEAR=2022
32
- PACKAGE_DATE=" 07/06 "
32
+ PACKAGE_DATE=" 12/13 "
33
33
34
34
abs_top_srcdir=` AS_DIRNAME([$0 ])`
35
35
You can’t perform that action at this time.
0 commit comments