File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
18
2023-04-01 - V5.3.1
2
19
* Bug fixes for some special scenarios:
3
20
* Fix issue #4010.
Original file line number Diff line number Diff line change 1
- 5.3.1
1
+ 5.3.2
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
29
29
# Define date of package, etc. Could be useful in auto-generated
30
30
# documentation.
31
31
PACKAGE_YEAR=2023
32
- PACKAGE_DATE=" 04/01 "
32
+ PACKAGE_DATE=" 07/11 "
33
33
34
34
abs_top_srcdir=` AS_DIRNAME([$0 ])`
35
35
You can’t perform that action at this time.
0 commit comments