Skip to content

Commit

Permalink
Create new release 5.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 11, 2023
1 parent cf235cc commit 489f101
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.3.1
5.3.2
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])`

Expand Down

0 comments on commit 489f101

Please sign in to comment.