Post-release fixes for 2.12.1

Bumping the previous version and adding tests for 2.12.1.
Also adjust tagging date in changelog.
This commit is contained in:
Konstantina Skovola 2023-10-13 10:18:45 +03:00 committed by Konstantina Skovola
parent 50df2516e2
commit 5752c33b0a
7 changed files with 7 additions and 6 deletions

View File

@ -4,7 +4,7 @@
`psql` with the `-X` flag to prevent any `.psqlrc` commands from `psql` with the `-X` flag to prevent any `.psqlrc` commands from
accidentally triggering the load of a previous DB version.** accidentally triggering the load of a previous DB version.**
## 2.12.1 (2023-10-11) ## 2.12.1 (2023-10-12)
This release contains bug fixes since the 2.12.0 release. This release contains bug fixes since the 2.12.0 release.
We recommend that you upgrade at the next available opportunity. We recommend that you upgrade at the next available opportunity.

View File

@ -16,4 +16,4 @@ run_tests "$@" -v8 \
# Also run repair tests for >=2.10.x versions due to PR #5441 # Also run repair tests for >=2.10.x versions due to PR #5441
run_tests "$@" -r -v8 \ run_tests "$@" -r -v8 \
2.10.0-pg13 2.10.1-pg13 2.10.2-pg13 2.10.3-pg13 2.11.0-pg13 2.11.1-pg13 2.11.2-pg13 2.12.0-pg13 2.10.0-pg13 2.10.1-pg13 2.10.2-pg13 2.10.3-pg13 2.11.0-pg13 2.11.1-pg13 2.11.2-pg13 2.12.0-pg13 2.12.1-pg13

View File

@ -15,5 +15,5 @@ run_tests "$@" -v8 \
# Also run repair tests for >=2.10.x versions due to PR #5441 # Also run repair tests for >=2.10.x versions due to PR #5441
run_tests "$@" -r -v8 \ run_tests "$@" -r -v8 \
2.10.0-pg14 2.10.1-pg14 2.10.2-pg14 2.10.3-pg14 2.11.0-pg14 2.11.1-pg14 2.11.2-pg14 2.12.0-pg14 2.10.0-pg14 2.10.1-pg14 2.10.2-pg14 2.10.3-pg14 2.11.0-pg14 2.11.1-pg14 2.11.2-pg14 2.12.0-pg14 2.12.1-pg14

View File

@ -12,4 +12,4 @@ run_tests "$@" -v8 \
# Also run repair tests for >=2.10.x versions due to PR #5441 # Also run repair tests for >=2.10.x versions due to PR #5441
run_tests "$@" -r -v8 \ run_tests "$@" -r -v8 \
2.10.0-pg15 2.10.1-pg15 2.10.2-pg15 2.10.3-pg15 2.11.0-pg15 2.11.1-pg15 2.11.2-pg15 2.12.0-pg15 2.10.0-pg15 2.10.1-pg15 2.10.2-pg15 2.10.3-pg15 2.11.0-pg15 2.11.1-pg15 2.11.2-pg15 2.12.0-pg15 2.12.1-pg15

View File

@ -73,7 +73,8 @@ set(OLD_REV_FILES
2.11.0--2.10.3.sql 2.11.0--2.10.3.sql
2.11.1--2.11.0.sql 2.11.1--2.11.0.sql
2.11.2--2.11.1.sql 2.11.2--2.11.1.sql
2.12.0--2.11.2.sql) 2.12.0--2.11.2.sql
2.12.1--2.12.0.sql)
set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}") set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}")
set(LOADER_PATHNAME "$libdir/timescaledb") set(LOADER_PATHNAME "$libdir/timescaledb")

View File

View File

@ -1,3 +1,3 @@
version = 2.13.0-dev version = 2.13.0-dev
update_from_version = 2.12.1 update_from_version = 2.12.1
downgrade_to_version = 2.12.0 downgrade_to_version = 2.12.1