summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-07-03 14:37:34 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-07-03 14:37:34 +0200
commit36f2f345dddc0c119fc9f1df7c51cacd84ae0fd7 (patch)
tree5c845da5f564e95e637ffb3caf4da0d52dd42ac6
parentae8bfd7109395216ebb802499084fe890038a78f (diff)
downloadpostgresql-setup-36f2f345dddc0c119fc9f1df7c51cacd84ae0fd7.tar.gz
postgresql-setup-36f2f345dddc0c119fc9f1df7c51cacd84ae0fd7.tar.xz
postgresql-setup-36f2f345dddc0c119fc9f1df7c51cacd84ae0fd7.zip
release: 0.9.1
Merge changes with ChangeLog & NEWS files. Bump version.
-rw-r--r--ChangeLog31
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
3 files changed, 44 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7402cd5..51f0964 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2014-07-03 Pavel Raiskup <praiskup@redhat.com>
+ 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 <praiskup@redhat.com>
+ 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 <praiskup@redhat.com>
+ README-rpm-dist, postgresql.service, postgresql-cehck-db-dir
+
+ Those files are now also generated in postgresql-setup.
+
+2014-07-01 Pavel Raiskup <praiskup@redhat.com>
+ 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 <praiskup@redhat.com>
docs: generate manual page
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/configure.ac b/configure.ac
index df10f3d..3e07b7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([postgresql-setup], [0.9], [praiskup@redhat.com])
+AC_INIT([postgresql-setup], [0.9.1], [praiskup@redhat.com])
AC_CONFIG_AUX_DIR(auxdir)
config_aux_dir=auxdir
AC_SUBST([config_aux_dir])