From f6ce954de17d1d7ea312e610231e0196cf9c0ffb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 18 Sep 2014 11:32:12 +0200 Subject: configury: generated ChangeLog by make dist Use the gitlog-to-changelog binary, if exists on the system. * Makefile.am (dist-hook): Add rules for ChangeLog. * ChangeLog: Remove file. * .gitignore: Ignore .gitignore. --- ChangeLog | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 ChangeLog (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 51f0964..0000000 --- a/ChangeLog +++ /dev/null @@ -1,55 +0,0 @@ -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 - - The help2man utility is needed for man-page generation. - -2014-06-21 Pavel Raiskup - postgresql-setup: do not resist on PGPORT in service file - - We use /etc/sysconfig/postgresql for PGDATA configuration. PGPORT there - is optional as it is possible (and it is by default) to configure it in - postgresql.conf. - -2014-06-21 Pavel Raiskup - - postgresql-setup: split this script from postgresql package - - Maintenance of postgresql-setup script becoming harder and dealing with - its development in Fedora Rawhide dist-git costs quite a lot of work. - Turns out that it would be better to start development separately and - possibly package it separately also in future (which would be beneficial - because we could not respin whole PostgreSQL package for hot-fix in - postgresql-setup). - - Possibly, this package could be useful for other distributions. -- cgit