diff --git a/HISTORY b/HISTORY
index 5faf0e36..12580f24 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,6 @@
-4.0 2017-10-04
- Complete rewrite with many changes; see file "doc/upgrading-from-repmgr3.md"
- for details.
+4.0.0 2017-11-21
+ Complete rewrite with many changes; for details see the repmgr 4.0.0 release
+ notes at: https://repmgr.org/docs/4.0/release-4.0.html
3.3.2 2017-06-01
Add support for PostgreSQL 10 (Ian)
diff --git a/doc/quickstart.sgml b/doc/quickstart.sgml
index 2c7e748d..a1b84892 100644
--- a/doc/quickstart.sgml
+++ b/doc/quickstart.sgml
@@ -5,12 +5,17 @@
This section gives a quick introduction to &repmgr;, including setting up a
sample &repmgr; installation and a basic replication cluster.
-
- These instructions are not suitable for a production install, as they may not
- take into account security considerations, proper system administration
- procedures etc..
+ These instructions for demonstration purposes and are not suitable for a production
+ install, as issues such as account security considerations, and system administration
+ best practices are omitted.
+
+
+ To upgrade an existing &repmgr; 3.x installation, see section
+ .
+
+
Prerequisites for setting up a basic replication cluster with &repmgr;
diff --git a/doc/upgrading-repmgr.sgml b/doc/upgrading-repmgr.sgml
index 3a6fdec1..4dd5308f 100644
--- a/doc/upgrading-repmgr.sgml
+++ b/doc/upgrading-repmgr.sgml
@@ -179,9 +179,10 @@
changed.
- Please note that the parameter data_directory must
- be provided; if not already present, the conversion script will add an empty
- placeholder parameter.
+ Please note that the the conversion script will add an empty
+ placeholder parameter for data_directory, which
+ is a required parameter in repmgr4 and which must
+ be provided.