diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fdc873c6149..72bec3bbc21 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -120,14 +120,21 @@ In this release, the following Quality of Implementation issues were fixed:
-In this release, the following build problems were fixed: +LLVM gained several improvements to its build and installation +infrastructure in this release. There is now +a autoconf/AutoRegen.sh script that you can run to rebuild the +configure script and its associated files +(Bug 105) as well as beta support +for "make install" (Bug 208 and +Bug 220) and RPM package generation +(Bug 203). +Additionally, in this release, the following build problems were fixed:
  1. [build] Makefiles break if C frontend target string has unexpected value
  2. [build] hard-wired assumption that shared-library extension is ".so"
  3. make tools-only doesn't make lib/Support
  4. -
  5. [build] Usage of autoconf is awkward