From 924b746e6f8e02e634188de1f15c8a95ebe9680b Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 30 Nov 2021 18:48:16 +0100 Subject: [PATCH] Create new release 5.0.0 Signed-off-by: Stefan Weil --- ChangeLog | 23 ++++++++++++++++++++++- VERSION | 2 +- configure.ac | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fbcc8fc641..f9e517a4eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2021-11-22 - V5.0.0-rc3 +2021-11-22 - V5.0.0 * Faster training and recognition by default (float instead of double calculations) * More options for binarization @@ -13,6 +13,27 @@ * Improved unit tests and fuzzing tests * Lots of bug fixes +2021-11-15 - V4.1.3 + * Fix build regression for autoconf build + +2021-11-14 - V4.1.2 + * Add RowAttributes getter to PageIterator + * Allow line images with larger width for training + * Fix memory leaks + * Improve build process + * Don't output empty ALTO sourceImageInformation (issue #2700) + * Extend URI support for Tesseract with libcurl + * Abort LSTM training with integer model (fixes issue #1573) + * Update documentation + * Make automake builds less noisy by default + * Don't use -march=native in automake builds + +2019-12-26 - V4.1.1 + * Implemented sw build (cppan is depreciated) + * Improved cmake build + * Code cleanup and optimization + * A lot of bug fixes... + 2019-07-07 - V4.1.0 * Added new renders Alto, LSTMBox, WordStrBox. * Added character boxes in hOCR output. diff --git a/VERSION b/VERSION index a01bd5cb4b..0062ac9718 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.0-rc3 +5.0.0 diff --git a/configure.ac b/configure.ac index 04c3d78793..66748ade6a 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=2021 -PACKAGE_DATE="11/22" +PACKAGE_DATE="11/30" abs_top_srcdir=`AS_DIRNAME([$0])`