Skip to content

Commit

Permalink
Create new release 5.3.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Dec 13, 2022
1 parent 6e4de52 commit 86a7bc6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions ChangeLog
@@ -1,3 +1,23 @@
2022-12-13 - V5.3.0-rc1
* Fix the training tools for the legacy OCR engine (fix issue #3925).
* PDF renderer: Ignore non-text blocks (fix issue #3957).
* Remove colormap before thresholding (fix issue #3940).
* Fix a number of performance issues reported by Coverity Scan.
* Training tools: Replace call of exit function by return statement in main function.
* Fix double free in function vigorous_noise_removal (fix issue #3876).
* Create to_win if needed in Textord::make_spline_rows (fix issue #3875).
* Bug fixes for ScrollView viewer:
* Fix memory issues in ScrollView::MessageReceiver.
* Catch potential nullptr in SVNetwork::SVNetwork.
* Move svpaint.cpp from src/viewer to src/.
* Add rule for svpaint executable in Autotools.
* Bug fixes and improvements for build tools:
* Fix AMD64 detection with autobuild on FreeBSD (fix issue #3964).
* Fix tesseract.pc generated from CMake to match Autotools.
* Detect availability of AVX512-VNNI.
* configure.ac: fix build on aarch64_be.
* Drop CI for old versions of macOS and Ubuntu.

2022-07-06 - V5.2.0
* Improvements and fixes for continuous integration,
autoconf and cmake builds.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.2.0
5.3.0-rc1
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
# Define date of package, etc. Could be useful in auto-generated
# documentation.
PACKAGE_YEAR=2022
PACKAGE_DATE="07/06"
PACKAGE_DATE="12/13"

abs_top_srcdir=`AS_DIRNAME([$0])`

Expand Down

0 comments on commit 86a7bc6

Please sign in to comment.