From e082522c248d3121e466959a8ba4fd4f7ad1a525 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 5 Oct 2023 18:18:46 +0200 Subject: [PATCH] Create new release 5.3.3 Signed-off-by: Stefan Weil --- ChangeLog | 11 ++++++++++- VERSION | 2 +- configure.ac | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f6874014dc..85b4955d64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2023-10-05 - V5.3.3 +* Small code fixes and improvements to fix Coverity Scan issues. +* Disable -mfpu=neon for aarch64. +* Fix build without git clone in cloned directory (required for FreeBSD). +* Other build fixes for autotools, cmake and sw. +* Fix regression in layout detection which was introduced in release 5.0.0. +* Fix regression which prevented loading of submodels, introduced in release 5.0.0-rc2. +* Other small improvements for code and documentation. + 2023-07-11 - V5.3.2 * Updates for snap package building. * Support for Sgaw and W Pwo Karen languages in the Myanmar validator (#4065). @@ -264,7 +273,7 @@ * Many other fixes, including the way in which the chopper finds chops and messes with the outline while it does so. 2010-11-29 - V3.01 - * Removed old/dead serialise/deserialze methods on *LISTIZED classes. + * Removed old/dead serialise/deserialize methods on *LISTIZED classes. * Total rewrite of DENORM to better encapsulate operation and make for potential to extract features from images. * Thread-safety! Moved all critical global and static variables to members of the appropriate class. Tesseract is now thread-safe (multiple instances can be used in parallel in multiple threads.) with the minor exception that some control parameters are still global and affect all threads. diff --git a/VERSION b/VERSION index 84197c8946..74664af740 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.2 +5.3.3 diff --git a/configure.ac b/configure.ac index 88c8f1a82d..0b38537229 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=2023 -PACKAGE_DATE="07/11" +PACKAGE_DATE="10/05" abs_top_srcdir=`AS_DIRNAME([$0])`