From 53073faa03487196027fe4a079f3f03015bf8e72 Mon Sep 17 00:00:00 2001 From: Ales Nezbeda Date: Sun, 19 Oct 2025 11:32:20 +0200 Subject: [PATCH 1/2] Release 8.10 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9f1daef..f9eecc6 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.10~dev], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [8.10], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir]) From 968dce3beffad977239b4d243172672fac1192ba Mon Sep 17 00:00:00 2001 From: Ales Nezbeda Date: Sun, 19 Oct 2025 11:35:27 +0200 Subject: [PATCH 2/2] Start new development version --- NEWS | 8 +++++++- configure.ac | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0336308..6bc6d8a 100755 --- a/NEWS +++ b/NEWS @@ -1,8 +1,14 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +New in 8.11 version: + +* + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + New in 8.10 version: -* +* Support for containers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/configure.ac b/configure.ac index f9eecc6..2646eec 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.10], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [8.11~dev], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir])