Skip to content

Commit

Permalink
Create new release 5.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Apr 1, 2023
1 parent f833491 commit 71af454
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.3.0
5.3.1
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -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])`

Expand Down

0 comments on commit 71af454

Please sign in to comment.