summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
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])