File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
5
2024-05-12 - V5.4.0-rc1
2
6
* Build fixes, code refactoring and other smaller changes.
3
7
* Fix grey result of indexed PNG in pdfrenderer.
Original file line number Diff line number Diff line change 1
- 5.4.0-rc1
1
+ 5.4.0-rc2
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
29
29
# Define date of package, etc. Could be useful in auto-generated
30
30
# documentation.
31
31
PACKAGE_YEAR=2024
32
- PACKAGE_DATE=" 05/12 "
32
+ PACKAGE_DATE=" 05/19 "
33
33
34
34
abs_top_srcdir=` AS_DIRNAME([$0 ])`
35
35
You can’t perform that action at this time.
0 commit comments