From 86a7bc6c064d09ee5ecffaa39f1b1618116f8770 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 13 Dec 2022 14:38:50 +0100 Subject: [PATCH] Create new release 5.3.0-rc1 Signed-off-by: Stefan Weil --- ChangeLog | 20 ++++++++++++++++++++ VERSION | 2 +- configure.ac | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index af599580b6..462f4d2d60 100644 --- a/ChangeLog +++ b/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. diff --git a/VERSION b/VERSION index 91ff57278e..fa17e5b8b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.0 +5.3.0-rc1 diff --git a/configure.ac b/configure.ac index df3a7713b4..f6340e4a23 100644 --- a/configure.ac +++ b/configure.ac @@ -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])`