Skip to content

Commit 86a7bc6

Browse files
committed
Create new release 5.3.0-rc1
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 6e4de52 commit 86a7bc6

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

ChangeLog

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
2022-07-06 - V5.2.0
222
* Improvements and fixes for continuous integration,
323
autoconf and cmake builds.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.3.0-rc1

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
2929
# Define date of package, etc. Could be useful in auto-generated
3030
# documentation.
3131
PACKAGE_YEAR=2022
32-
PACKAGE_DATE="07/06"
32+
PACKAGE_DATE="12/13"
3333

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

0 commit comments

Comments
 (0)