doc: update release notes

This commit is contained in:
Ian Barwick
2018-08-20 12:33:11 +09:00
parent 5747f1d446
commit 719dd93676
2 changed files with 30 additions and 4 deletions

View File

@@ -21,6 +21,24 @@
<para>
</para>
<sect2>
<title>repmgr enhancements</title>
<para>
<itemizedlist>
<listitem>
<para>
<command><link linkend="repmgr-standby-clone">repmgr standby switchover --dry-run</link></command>
no longer copies external configuration files to test they can be copied; this avoids making
any changes to the target system. (GitHub #491).
</para>
</listitem>
</itemizedlist>
</para>
</sect2>
<sect2>
<title>repmgrd enhancements</title>
<para>
@@ -28,7 +46,7 @@
<listitem>
<para>
<application>repmgrd</application>: always reopen the log file after
Always reopen the log file after
receiving <literal>SIGHUP</literal>. Previously this only happened if
a configuration file change was detected.
(GitHub #485).
@@ -37,11 +55,17 @@
<listitem>
<para>
<application>repmgrd</application>: report version number <emphasis>after</emphasis>
Report version number <emphasis>after</emphasis>
logger initialisation. (GitHub #487).
</para>
</listitem>
<listitem>
<para>
Improve cascaded standby failover handling. (GitHub #480).
</para>
</listitem>
</itemizedlist>
</para>
</sect2>
@@ -57,6 +81,7 @@
</para>
</listitem>
</itemizedlist>
</para>
</sect2>