summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-11-16 13:22:43 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-11-16 13:22:43 +0100
commite5b59c49900d1ffc81ad0daff63aebecfdb55a41 (patch)
tree27389a9d3e3b28d28f880ff9f7ff62cf1f78eac0
parentb483c3049bcaae50db251003998a430e8dd30cda (diff)
downloadpostgresql-setup-3.5.tar.gz
postgresql-setup-3.5.tar.xz
postgresql-setup-3.5.zip
release: 3.5v3.5
* configure.ac: Version bump. * NEWS: Document.
-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])