From f00b8ac48615191bf678b7f836162720d9668648 Mon Sep 17 00:00:00 2001 From: Petr Khartskhaev Date: Tue, 7 Apr 2026 12:51:56 +0200 Subject: [PATCH 1/2] Release 8.11 --- NEWS | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6bc6d8a..aba7077 100755 --- a/NEWS +++ b/NEWS @@ -2,7 +2,10 @@ New in 8.11 version: -* +* Auto-detects locale from old cluster during update + +* Added ability to enable checksums or to upgrade without enabling them + Choosing one of these options is required for upgrades to PostgreSQL 18 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/configure.ac b/configure.ac index 2646eec..86d7375 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Use the MAJ.MIN[~SUFF]. Note that X.X > X.X~SUFF! -AC_INIT([postgresql-setup], [8.11~dev], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [8.11], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir]) From 6cb85386a061126f3ffa2fc28144062ab1d6de4b Mon Sep 17 00:00:00 2001 From: Petr Khartskhaev Date: Tue, 7 Apr 2026 13:03:57 +0200 Subject: [PATCH 2/2] Post-release administrative --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index aba7077..c6360dc 100755 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +New in 8.12 version: + +* + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + New in 8.11 version: * Auto-detects locale from old cluster during update diff --git a/configure.ac b/configure.ac index 86d7375..e63ea07 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Use the MAJ.MIN[~SUFF]. Note that X.X > X.X~SUFF! -AC_INIT([postgresql-setup], [8.11], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [8.12~dev], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir])