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. --- ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7402cd5..51f0964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2014-07-03 Pavel Raiskup + upgrade/initdb logs: diverge among service names + + Generate separate log file for each service. Also, don't + configure with INITDB_LOG or UPGRADE_LOG but rather with + POSTGRES_HOME. + +2014-07-03 Pavel Raiskup + postgresql-setup: expect '--port 5432' implictly + + .. only when '--unit=postgresql'. When user specifies + --unit=postgresql@unitname, the --port is still required. + + Also, don't adjust the 'port = ' configuration in postgresql.conf + when not necessary. + +2014-07-01 Pavel Raiskup + README-rpm-dist, postgresql.service, postgresql-cehck-db-dir + + Those files are now also generated in postgresql-setup. + +2014-07-01 Pavel Raiskup + postgresql-ctl, DISTSUFF: introduce + + We need postgresql-ctl for to keep backward compatibility with clients + setting "PGPORT" directly in service file. + + DISTSUFF variable (which is read by ./configure) may be used to + generated namespaced binary names -- e.g. DISTSUFF=93 results in + postgresql93-setup is generated instead of postgresql-setup. + 2014-06-23 Pavel Raiskup docs: generate manual page -- cgit