From e5b59c49900d1ffc81ad0daff63aebecfdb55a41 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 16 Nov 2015 13:22:43 +0100 Subject: release: 3.5 * configure.ac: Version bump. * NEWS: Document. --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e4424b1..3a329b6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Bugfixes in 3.5 version + +* Fix spelling in error message regarding data-dir mountpoint. + +* Fix testsuite for SCL. + +* Fix documentation regarding --initdb (we require root actually). + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Bugfixes in 3.4 version * Fix upgrade for non-standard unit names with --unit option. diff --git a/configure.ac b/configure.ac index 33d82b2..6125893 100644 --- 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], [3.4], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [3.5], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir]) -- cgit