From 489f101c7e2276c00490f3ab70e9e7926fc6b481 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 11 Jul 2023 13:54:45 +0200 Subject: [PATCH] Create new release 5.3.2 Signed-off-by: Stefan Weil --- ChangeLog | 17 +++++++++++++++++ VERSION | 2 +- configure.ac | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8d5258487..f6874014dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2023-07-11 - V5.3.2 +* Updates for snap package building. +* Support for Sgaw and W Pwo Karen languages in the Myanmar validator (#4065). +* Improve format of logging from lstmtraining. +* Use less digits in filenames of checkpoints written by lstmtraining. +* Replace deprecated sprintf. +* Remove unused code in function fix_rep_char. +* Avoid 32 bit overflow in multiplication (fixes 3 CodeQL CI alerts). +* Avoid conversions from std::string to char* to std::string. +* Abort with error message if OSD is requested with LSTM-only model. +* cmake: allow to disable tiff (-DDISABLE_TIFF=ON). +* cmake: provide info about disabled LibArchive and CURL. +* cmake: check if leptonica was build with tiff support. +* Remove old broken GitHub action vcpkg-4.1.1 (fixes issue #4078). +* Create config.yml. +* Fix typos. + 2023-04-01 - V5.3.1 * Bug fixes for some special scenarios: * Fix issue #4010. diff --git a/VERSION b/VERSION index c7cb1311a6..84197c8946 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.1 +5.3.2 diff --git a/configure.ac b/configure.ac index efbb2b7c2f..029d37cea1 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="04/01" +PACKAGE_DATE="07/11" abs_top_srcdir=`AS_DIRNAME([$0])`