From 36f2f345dddc0c119fc9f1df7c51cacd84ae0fd7 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 3 Jul 2014 14:37:34 +0200 Subject: release: 0.9.1 Merge changes with ChangeLog & NEWS files. Bump version. --- NEWS | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index cf0a914..163cd99 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,23 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +New in 0.9.1 version + +* The postgresql-setup script does not require --port option when upgrading. + +* Each service produces its own upgrade/initdb log files under postgres' + home directory. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + New in 0.9 version -* this is inital version actually, changes are against F21 version: +* This is inital version actually, changes are against F21 version: http://pkgs.fedoraproject.org/cgit/postgresql.git/tree/?id=49f074f1918a61 -* prepared for /etc/sysconfig/postgresql configuration, taking into account +* Prepared for /etc/sysconfig/postgresql configuration, taking into account that we should make the s/postgresql.service/postgresql@.service/ (instantiable) change. -* allow user to specify PGPORT also by 'port' option in postgresql.conf +* Allow user to specify PGPORT also by 'port' option in postgresql.conf ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit