Skip to content

Commit

Permalink
Create new release 5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Nov 30, 2021
1 parent b5d33a1 commit 924b746
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion ChangeLog
@@ -1,4 +1,4 @@
2021-11-22 - V5.0.0-rc3
2021-11-22 - V5.0.0
* Faster training and recognition by default (float instead of
double calculations)
* More options for binarization
Expand All @@ -13,6 +13,27 @@
* Improved unit tests and fuzzing tests
* Lots of bug fixes

2021-11-15 - V4.1.3
* Fix build regression for autoconf build

2021-11-14 - V4.1.2
* Add RowAttributes getter to PageIterator
* Allow line images with larger width for training
* Fix memory leaks
* Improve build process
* Don't output empty ALTO sourceImageInformation (issue #2700)
* Extend URI support for Tesseract with libcurl
* Abort LSTM training with integer model (fixes issue #1573)
* Update documentation
* Make automake builds less noisy by default
* Don't use -march=native in automake builds

2019-12-26 - V4.1.1
* Implemented sw build (cppan is depreciated)
* Improved cmake build
* Code cleanup and optimization
* A lot of bug fixes...

2019-07-07 - V4.1.0
* Added new renders Alto, LSTMBox, WordStrBox.
* Added character boxes in hOCR output.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.0.0-rc3
5.0.0
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=2021
PACKAGE_DATE="11/22"
PACKAGE_DATE="11/30"

abs_top_srcdir=`AS_DIRNAME([$0])`

Expand Down

0 comments on commit 924b746

Please sign in to comment.