Create new release 5.3.1

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2023-04-01 21:50:30 +02:00
parent f833491ddb
commit 71af454299
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2023-04-01 - V5.3.1
* Bug fixes for some special scenarios:
* Fix issue #4010.
* textord: Catch empty rows in block iterator (fixes #4039).
* Fix FP division by zero (issue #3995).
* Improve documentation and log messages.
* Build fixes and improvements (mainly for cmake).
2022-12-22 - V5.3.0
* Minor updates for documentation and cmake builds.

View File

@ -1 +1 @@
5.3.0
5.3.1

View File

@ -28,8 +28,8 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
# Define date of package, etc. Could be useful in auto-generated
# documentation.
PACKAGE_YEAR=2022
PACKAGE_DATE="12/22"
PACKAGE_YEAR=2023
PACKAGE_DATE="04/01"
abs_top_srcdir=`AS_DIRNAME([$0])`