File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2023-04-01 - V5.3.1
2
+ * Bug fixes for some special scenarios:
3
+ * Fix issue #4010.
4
+ * textord: Catch empty rows in block iterator (fixes #4039).
5
+ * Fix FP division by zero (issue #3995).
6
+ * Improve documentation and log messages.
7
+ * Build fixes and improvements (mainly for cmake).
8
+
1
9
2022-12-22 - V5.3.0
2
10
* Minor updates for documentation and cmake builds.
3
11
Original file line number Diff line number Diff line change 1
- 5.3.0
1
+ 5.3.1
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
28
28
29
29
# Define date of package, etc. Could be useful in auto-generated
30
30
# documentation.
31
- PACKAGE_YEAR=2022
32
- PACKAGE_DATE=" 12/22 "
31
+ PACKAGE_YEAR=2023
32
+ PACKAGE_DATE=" 04/01 "
33
33
34
34
abs_top_srcdir=` AS_DIRNAME([$0 ])`
35
35
You can’t perform that action at this time.
0 commit comments