Skip to content

Commit 71af454

Browse files
committed
Create new release 5.3.1
Signed-off-by: Stefan Weil <[email protected]>
1 parent f833491 commit 71af454

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
2022-12-22 - V5.3.0
210
* Minor updates for documentation and cmake builds.
311

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
5.3.1

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
2828

2929
# Define date of package, etc. Could be useful in auto-generated
3030
# documentation.
31-
PACKAGE_YEAR=2022
32-
PACKAGE_DATE="12/22"
31+
PACKAGE_YEAR=2023
32+
PACKAGE_DATE="04/01"
3333

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

0 commit comments

Comments
 (0)