Skip to content

Commit

Permalink
Create new release 5.3.5-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 12, 2024
1 parent 0418ec2 commit cab5658
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
2024-05-12 - V5.3.5-rc1
*
* Build fixes, code refactoring and other smaller changes.
* Fix grey result of indexed PNG in pdfrenderer.
* Rename frk -> deu_latf (ISO 639-3, ISO 15924).
* Remove broken Dockerfile.
* Fixes for several issues reported by Coverity Scan.
* Remove unsupported OpenCL code and related API functions (#4220).
* Facilitate vectorization for generic build (#4223).
* Add PAGE XML renderer / export (#4214).
* Support training without lstmf files.
* Improve CCUtil::main_setup (fixes issue #4230 related to Coda).
* Allow for text angle/gradient to be retrieved (#4070).

2024-01-18 - V5.3.4
* Fixes for scrollview
Expand Down

6 comments on commit cab5658

@zdenop
Copy link
Contributor

@zdenop zdenop commented on cab5658 May 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#4070 (Allow for text angle/gradient to be retrieved) extends API, so the next tesseract version should 5.4.0 or skipped in the V5.3.5...

@stweil
Copy link
Contributor Author

@stweil stweil commented on cab5658 May 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct, I should have made a 5.4.0-rc1. I'll do that now and delete the wrong release.

@zdenop
Copy link
Contributor

@zdenop zdenop commented on cab5658 May 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about this #4171? It was also suggested for 5.4.0...

@zdenop
Copy link
Contributor

@zdenop zdenop commented on cab5658 May 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this #4074

@stweil
Copy link
Contributor Author

@stweil stweil commented on cab5658 May 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I now replaced release 5.3.5-rc1 by 5.4.0-rc1. More pull requests can be added in -rc2 or a final 5.4.0, but the two suggested ones also have API changes and I am still unsure whether they should be merged in their current form.

@zdenop
Copy link
Contributor

@zdenop zdenop commented on cab5658 May 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are open for a while without any major objections.
As we are already modifying API I would suggest including them for rc2.

Please sign in to comment.