diff --git a/HISTORY b/HISTORY
index d95af708..36d9eab2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,7 @@
+5.3.0 2021-??-??
+ repmgrd: prefix all shared library functions with "repmgr_" to
+ minimize the risk of clashes with other shared libraries (Ian)
+
5.2.1 2020-12-07
config: fix parsing of "replication_type"; GitHub #672 (Ian)
standby clone: handle missing "postgresql.auto.conf" (Ian)
diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml
index 5705b10c..f9a72f2e 100644
--- a/doc/appendix-release-notes.xml
+++ b/doc/appendix-release-notes.xml
@@ -16,9 +16,33 @@
+
+ Release 5.3.0
+ ??? ? ???, 2021
+
+ &repmgr; 5.3.0 is a major release.
+
+
+
+ Bug fixes
+
+
+
+
+ &repmgrd;: rename internal shared library functions to minimize the
+ risk of clashes with other shared libraries.
+
+
+ This does not affect user-facing SQL functions.
+
+
+
+
+
+
- Release 5.2.1
+ Release 5.2.1
Mon 7 December, 2020