add note about Dispatch 1.3.0 + Proton 0.25.0 test issue to release notes, link to patch to resolve
diff --git a/content/releases/qpid-dispatch-1.3.0/release-notes.html b/content/releases/qpid-dispatch-1.3.0/release-notes.html
index cb898b0..6f2fb6e 100644
--- a/content/releases/qpid-dispatch-1.3.0/release-notes.html
+++ b/content/releases/qpid-dispatch-1.3.0/release-notes.html
@@ -123,6 +123,11 @@
 <p>For more information about this release, including download links and
 documentation, see the <a href="index.html">release overview</a>.</p>
 
+<p>NOTE: Dispatch 1.3.0 builds against Proton 0.25.0, but a number of tests will
+fail due to import errors. A patch can be found on
+<a href="https://issues.apache.org/jira/browse/DISPATCH-1108">DISPATCH-1108</a>
+to resolve these test failures until a newer release of Dispatch is available.</p>
+
 <h2 id="new-features-and-improvements">New features and improvements</h2>
 
 <ul>
diff --git a/content/releases/qpid-proton-0.25.0/release-notes.html b/content/releases/qpid-proton-0.25.0/release-notes.html
index 283beff..200bbfc 100644
--- a/content/releases/qpid-proton-0.25.0/release-notes.html
+++ b/content/releases/qpid-proton-0.25.0/release-notes.html
@@ -122,6 +122,11 @@
 <p>For more information about this release, including download links and
 documentation, see the <a href="index.html">release overview</a>.</p>
 
+<p>NOTE: Dispatch 1.3.0 builds against Proton 0.25.0, but a number of tests will
+fail due to import errors. A patch can be found on
+<a href="https://issues.apache.org/jira/browse/DISPATCH-1108">DISPATCH-1108</a>
+to resolve these test failures until a newer release of Dispatch is available.</p>
+
 <h2 id="new-features-and-improvements">New features and improvements</h2>
 
 <ul>
diff --git a/input/releases/qpid-dispatch-1.3.0/release-notes.md b/input/releases/qpid-dispatch-1.3.0/release-notes.md
index 34d71c9..62eec22 100644
--- a/input/releases/qpid-dispatch-1.3.0/release-notes.md
+++ b/input/releases/qpid-dispatch-1.3.0/release-notes.md
@@ -26,6 +26,10 @@
 For more information about this release, including download links and
 documentation, see the [release overview](index.html).
 
+NOTE: Dispatch 1.3.0 builds against Proton 0.25.0, but a number of tests will
+fail due to import errors. A patch can be found on
+[DISPATCH-1108](https://issues.apache.org/jira/browse/DISPATCH-1108)
+to resolve these test failures until a newer release of Dispatch is available.
 
 ## New features and improvements
 
@@ -65,4 +69,4 @@
  - [DISPATCH-1093](https://issues.apache.org/jira/browse/DISPATCH-1093) - adding connectors dynamically causes extra connections for existing connectors
  - [DISPATCH-1094](https://issues.apache.org/jira/browse/DISPATCH-1094) - Log file messages out of order according to time stamps
  - [DISPATCH-1095](https://issues.apache.org/jira/browse/DISPATCH-1095) - Skipped system tests are marked as failed on rhel6 
- - [DISPATCH-1097](https://issues.apache.org/jira/browse/DISPATCH-1097) - Fix Coverity issue on master branch
\ No newline at end of file
+ - [DISPATCH-1097](https://issues.apache.org/jira/browse/DISPATCH-1097) - Fix Coverity issue on master branch
diff --git a/input/releases/qpid-proton-0.25.0/release-notes.md b/input/releases/qpid-proton-0.25.0/release-notes.md
index 00b069e..b318ea8 100644
--- a/input/releases/qpid-proton-0.25.0/release-notes.md
+++ b/input/releases/qpid-proton-0.25.0/release-notes.md
@@ -25,6 +25,10 @@
 For more information about this release, including download links and
 documentation, see the [release overview](index.html).
 
+NOTE: Dispatch 1.3.0 builds against Proton 0.25.0, but a number of tests will
+fail due to import errors. A patch can be found on
+[DISPATCH-1108](https://issues.apache.org/jira/browse/DISPATCH-1108)
+to resolve these test failures until a newer release of Dispatch is available.
 
 ## New features and improvements
 
@@ -50,4 +54,4 @@
  - [PROTON-1884](https://issues.apache.org/jira/browse/PROTON-1884) - [c] example broker does not configure SASL correctly
  - [PROTON-1896](https://issues.apache.org/jira/browse/PROTON-1896) - Python binding doesn't work correctly with IPv6 literals on python 2.6.6
  - [PROTON-1903](https://issues.apache.org/jira/browse/PROTON-1903) - Bugs found by the OSS Fuzz project
- - [PROTON-1912](https://issues.apache.org/jira/browse/PROTON-1912) - [ruby] gem build fails with very recent versions of cmake
\ No newline at end of file
+ - [PROTON-1912](https://issues.apache.org/jira/browse/PROTON-1912) - [ruby] gem build fails with very recent versions of cmake