We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e4381 commit 9a30816Copy full SHA for 9a30816
3 files changed
ChangeLog
@@ -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
+
5
2024-05-12 - V5.4.0-rc1
6
* Build fixes, code refactoring and other smaller changes.
7
* Fix grey result of indexed PNG in pdfrenderer.
VERSION
@@ -1 +1 @@
-5.4.0-rc1
+5.4.0-rc2
configure.ac
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
29
# Define date of package, etc. Could be useful in auto-generated
30
# documentation.
31
PACKAGE_YEAR=2024
32
-PACKAGE_DATE="05/12"
+PACKAGE_DATE="05/19"
33
34
abs_top_srcdir=`AS_DIRNAME([$0])`
35
0 commit comments