diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,9 @@ New in 2.0 version * With configre --with-sysvinit we are able to install sysvinit configuration instead of systemd. +* For systemd systems, the "legacy" scripts for 'service postgresql initdb' + and 'service postgresql upgrade' are installed. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ New in 1.0 version diff --git a/configure.ac b/configure.ac index 7cc23df..b480210 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([postgresql-setup], [2.0~beta], [praiskup@redhat.com]) +AC_INIT([postgresql-setup], [2.0], [praiskup@redhat.com]) AC_CONFIG_AUX_DIR(auxdir) config_aux_dir=auxdir AC_SUBST([config_aux_dir]) |