From 7cfc3ca42bcddbc832c3938e9d4fd75b2273973f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 16 Sep 2014 12:34:21 +0200 Subject: NEWS: mention move from /etc/postgresql/* configuration (and bump version to 0.9.2~beta) --- NEWS | 8 +++++++- configure.ac | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3f68841..8949f01 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,13 @@ New in 0.9.2 version * The postgresql-check-db-dir is now more strict to admin's configuration and tries to avoid future incompatibilities by warning about the - /etc/postgresql/$servicename file non-existence. Idea by Honza Horák. + /etc/systemd/system/postgresql@instance.service.d/ non-existence. + Idea by Honza Horák. + +* The /etc/postgresql/* path is not used for configuration as it does not + conform systemd's intentions, see the thread: + http://www.spinics.net/lists/fedora-devel/msg200450.html . We encourage + users to configure via postgresql.service.d/ drop-in directory. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/configure.ac b/configure.ac index 3c45c29..a39f2f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([postgresql-setup], [0.9.1], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [0.9.2~beta], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir]) -- cgit