Release 2.14.2

This release contains bug fixes since the 2.14.1 release.
We recommend that you upgrade at the next available opportunity.

**Bugfixes**
* #6655 Fix segfault in cagg_validate_query
* #6660 Fix refresh on empty CAgg with variable bucket
* #6670 Don't try to compress osm chunks

**Thanks**
* @kav23alex for reporting a segfault in cagg_validate_query
This commit is contained in:
Sven Klemm 2024-02-19 09:33:49 +01:00 committed by Sven Klemm
parent e978619b06
commit d0e07a404f
6 changed files with 16 additions and 5 deletions

View File

@ -1 +0,0 @@
Fixes: #6660 Fix refresh on empty CAgg with variable bucket

View File

@ -1,2 +0,0 @@
Fixes: #6655 Fix segfault in cagg_validate_query
Thanks: @kav23alex for reporting a segfault in cagg_validate_query

View File

@ -4,6 +4,19 @@
`psql` with the `-X` flag to prevent any `.psqlrc` commands from
accidentally triggering the load of a previous DB version.**
## 2.14.2 (2024-02-20)
This release contains bug fixes since the 2.14.1 release.
We recommend that you upgrade at the next available opportunity.
**Bugfixes**
* #6655 Fix segfault in cagg_validate_query
* #6660 Fix refresh on empty CAgg with variable bucket
* #6670 Don't try to compress osm chunks
**Thanks**
* @kav23alex for reporting a segfault in cagg_validate_query
## 2.14.1 (2024-02-14)
This release contains bug fixes since the 2.14.0 release.

View File

@ -44,7 +44,8 @@ set(MOD_FILES
updates/2.12.2--2.13.0.sql
updates/2.13.0--2.13.1.sql
updates/2.13.1--2.14.0.sql
updates/2.14.0--2.14.1.sql)
updates/2.14.0--2.14.1.sql
updates/2.14.1--2.14.2.sql)
# The downgrade file to generate a downgrade script for the current version, as
# specified in version.config

View File

View File

@ -1,3 +1,3 @@
version = 2.15.0-dev
update_from_version = 2.14.1
update_from_version = 2.14.2
downgrade_to_version = 2.14.1