Skip to content

Commit

Permalink
Create new release 5.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Oct 5, 2023
1 parent d366e1e commit e082522
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion ChangeLog
@@ -1,3 +1,12 @@
2023-10-05 - V5.3.3
* Small code fixes and improvements to fix Coverity Scan issues.
* Disable -mfpu=neon for aarch64.
* Fix build without git clone in cloned directory (required for FreeBSD).
* Other build fixes for autotools, cmake and sw.
* Fix regression in layout detection which was introduced in release 5.0.0.
* Fix regression which prevented loading of submodels, introduced in release 5.0.0-rc2.
* Other small improvements for code and documentation.

2023-07-11 - V5.3.2
* Updates for snap package building.
* Support for Sgaw and W Pwo Karen languages in the Myanmar validator (#4065).
Expand Down Expand Up @@ -264,7 +273,7 @@
* Many other fixes, including the way in which the chopper finds chops and messes with the outline while it does so.

2010-11-29 - V3.01
* Removed old/dead serialise/deserialze methods on *LISTIZED classes.
* Removed old/dead serialise/deserialize methods on *LISTIZED classes.
* Total rewrite of DENORM to better encapsulate operation and make
for potential to extract features from images.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.3.2
5.3.3
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="07/11"
PACKAGE_DATE="10/05"

abs_top_srcdir=`AS_DIRNAME([$0])`

Expand Down

0 comments on commit e082522

Please sign in to comment.