Skip to content

Commit 489f101

Browse files
committed
Create new release 5.3.2
Signed-off-by: Stefan Weil <[email protected]>
1 parent cf235cc commit 489f101

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2023-07-11 - V5.3.2
2+
* Updates for snap package building.
3+
* Support for Sgaw and W Pwo Karen languages in the Myanmar validator (#4065).
4+
* Improve format of logging from lstmtraining.
5+
* Use less digits in filenames of checkpoints written by lstmtraining.
6+
* Replace deprecated sprintf.
7+
* Remove unused code in function fix_rep_char.
8+
* Avoid 32 bit overflow in multiplication (fixes 3 CodeQL CI alerts).
9+
* Avoid conversions from std::string to char* to std::string.
10+
* Abort with error message if OSD is requested with LSTM-only model.
11+
* cmake: allow to disable tiff (-DDISABLE_TIFF=ON).
12+
* cmake: provide info about disabled LibArchive and CURL.
13+
* cmake: check if leptonica was build with tiff support.
14+
* Remove old broken GitHub action vcpkg-4.1.1 (fixes issue #4078).
15+
* Create config.yml.
16+
* Fix typos.
17+
118
2023-04-01 - V5.3.1
219
* Bug fixes for some special scenarios:
320
* Fix issue #4010.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.1
1+
5.3.2

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
2929
# Define date of package, etc. Could be useful in auto-generated
3030
# documentation.
3131
PACKAGE_YEAR=2023
32-
PACKAGE_DATE="04/01"
32+
PACKAGE_DATE="07/11"
3333

3434
abs_top_srcdir=`AS_DIRNAME([$0])`
3535

0 commit comments

Comments
 (0)