[www-releases] r306535 - Add links to the clang/llvm docs for 4.0.1.

Will Dietz via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 3 11:30:44 PDT 2017


Is 4.0.1 "officially" released, or are there still things to wrap up?

I ask because it has been tagged and binaries uploaded (so it seems
official!) but no announcement has been made
and the website still refers to 4.0.1 as not being complete yet (on
the main llvm.org).
As a minor point, it might also make sense to update the table on
http://releases.llvm.org/ to point to 4.0.1 instead of 4.0.0 (as is
done for 3.9.1).

Anyway apologies if these are on the TODO and blocking on other things,
but since it's been a week since it was "final" tagged I thought I'd
check in :).

Regardless, thanks to you and everyone else involved in the release efforts!

~Will



On Wed, Jun 28, 2017 at 7:06 AM, Tom Stellard via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: tstellar
> Date: Wed Jun 28 05:06:02 2017
> New Revision: 306535
>
> URL: http://llvm.org/viewvc/llvm-project?rev=306535&view=rev
> Log:
> Add links to the clang/llvm docs for 4.0.1.
>
> Modified:
>     www-releases/trunk/download.html
>
> Modified: www-releases/trunk/download.html
> URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/download.html?rev=306535&r1=306534&r2=306535&view=diff
> ==============================================================================
> --- www-releases/trunk/download.html (original)
> +++ www-releases/trunk/download.html Wed Jun 28 05:06:02 2017
> @@ -44,10 +44,10 @@ next release.</p>
>  </ul>
>
>  <p><b>Documentation:</b></p>
> -<!--
>  <ul>
>    <li><a href="4.0.1/docs/index.html">LLVM</a> (<a href="4.0.1/docs/ReleaseNotes.html">release notes</a>)</li>
> -  <li><a href="4.0.1/tools/clang/docs/index.html">Clang</a> (<a href="4.0.1/tools/clang/docs/ReleaseNotes.html">release notes</a>)</li>
> +  <li><a href="4.0.1/tools/clang/index.html">Clang</a> (<a href="4.0.1/tools/clang/ReleaseNotes.html">release notes</a>)</li>
> +<!--
>    <li><a href="4.0.1/tools/clang/tools/extra/docs/index.html">clang-tools-extra</a> (<a href="4.0.1/tools/clang/tools/extra/docs/ReleaseNotes.html">release notes</a>)</li>
>    <li><a href="4.0.1/tools/lld/docs/index.html">LLD</a> (<a href="4.0.1/tools/lld/docs/ReleaseNotes.html">release notes</a>)</li>
>    <li><a href="4.0.1/projects/libcxx/docs/index.html">libc++</a></li>
> @@ -55,8 +55,8 @@ next release.</p>
>    <li><a href="4.0.1/llvm_doxygen-4.0.1.tar.xz">LLVM Doxygen</a> (.tar.xz)</li>
>    <li><a href="4.0.1/clang_doxygen-4.0.1.tar.xz">Clang Doxygen</a> (.tar.xz)</li>
>    <li><a href="4.0.1/clang-tools-extra_doxygen-4.0.1.tar.xz">clang-tools-extra Doxygen</a> (.tar.xz)</li>
> -</ul>
>  -->
> +</ul>
>
>  <p><b>Pre-Built Binaries:</b></p>
>  <ul>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list