Skip to content

Commit e082522

Browse files
committed
Create new release 5.3.3
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent d366e1e commit e082522

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

ChangeLog

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2023-10-05 - V5.3.3
2+
* Small code fixes and improvements to fix Coverity Scan issues.
3+
* Disable -mfpu=neon for aarch64.
4+
* Fix build without git clone in cloned directory (required for FreeBSD).
5+
* Other build fixes for autotools, cmake and sw.
6+
* Fix regression in layout detection which was introduced in release 5.0.0.
7+
* Fix regression which prevented loading of submodels, introduced in release 5.0.0-rc2.
8+
* Other small improvements for code and documentation.
9+
110
2023-07-11 - V5.3.2
211
* Updates for snap package building.
312
* Support for Sgaw and W Pwo Karen languages in the Myanmar validator (#4065).
@@ -264,7 +273,7 @@
264273
* Many other fixes, including the way in which the chopper finds chops and messes with the outline while it does so.
265274

266275
2010-11-29 - V3.01
267-
* Removed old/dead serialise/deserialze methods on *LISTIZED classes.
276+
* Removed old/dead serialise/deserialize methods on *LISTIZED classes.
268277
* Total rewrite of DENORM to better encapsulate operation and make
269278
for potential to extract features from images.
270279
* Thread-safety! Moved all critical global and static variables to members of the appropriate class. Tesseract is now thread-safe (multiple instances can be used in parallel in multiple threads.) with the minor exception that some control parameters are still global and affect all threads.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.2
1+
5.3.3

configure.ac

+1-1
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="07/11"
32+
PACKAGE_DATE="10/05"
3333

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

0 commit comments

Comments
 (0)