diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index b454da0d6..a1c80695b 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -13,6 +13,27 @@
+
Cleanup of startup directory
+
+The files in the startup directory have not been maintained in recent years
+and have grown crufty (technical term). This release includes the following
+updates to these files:
+
+
+- The EpicsHostArch.pl script has been moved into src/tools
+from where it gets installed into lib/perl. The build system has been
+adjusted to look for it in both places if the EPICS_HOST_ARCH
+environment variable has not been set at build-time. Sites that may have used
+this to set EPICS_HOST_ARCH as part of their standard environment may
+need to adjust their scripts when they upgrade to this release.
+
+- The existing win32.bat file has been cleaned up and a new
+windows.bat file added for 64-bit targets. The contents of these files
+should be seen as examples, don't uncomment or install parts for software that
+you don't explicitly know that you need.
+
+
+
Fixes for Launchpad bugs
The following launchpad bugs have fixes included: