From bf2d81763f53abf2d2d42e86af30b62abe4466ff Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 21 Jun 2014 21:44:31 +0200 Subject: configury: make it non-foreign This makes us to do some additional documentation, but it should not be so hard. --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 NEWS (limited to 'NEWS') diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..cf0a914 --- /dev/null +++ b/NEWS @@ -0,0 +1,14 @@ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +New in 0.9 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 + that we should make the s/postgresql.service/postgresql@.service/ + (instantiable) change. + +* allow user to specify PGPORT also by 'port' option in postgresql.conf + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit