Skip to content

Commit 9a30816

Browse files
committed
Create new release 5.3.5-rc1
Signed-off-by: Stefan Weil <[email protected]>
1 parent 74e4381 commit 9a30816

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-05-19 - V5.4.0-rc2
2+
* Fix setup of datadir on installations with Conda (issue #4230) (#4240)
3+
* Fix FP exception in Wordrec::angle_change (issue #4242) (#4243)
4+
15
2024-05-12 - V5.4.0-rc1
26
* Build fixes, code refactoring and other smaller changes.
37
* Fix grey result of indexed PNG in pdfrenderer.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.0-rc1
1+
5.4.0-rc2

configure.ac

Lines changed: 1 addition & 1 deletion
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=2024
32-
PACKAGE_DATE="05/12"
32+
PACKAGE_DATE="05/19"
3333

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

0 commit comments

Comments
 (0)