Add a note about the name change of libraries.

llvm-svn: 18112
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index f62783d..e1ce82a 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -150,6 +150,11 @@
     linking to libstdc++</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR352">include/{Support,Config} -> 
     include/llvm/{Support,Config}</a></li>
+  <li>The names of the libraries generated by compiling LLVM source have been 
+  changed to ensure they do not conflict with other packages upon installation.
+  Each LLVM library is now prefixed with LLVM and uses mixed clase. For example,
+  the library <tt>libasmparser.a</tt> in 1.3 has become
+  <tt>libLLVMAsmParser.a</tt> in release 1.4.</li>
 </ol>
 
 </div>