[llvm-branch-commits] [flang] 8a93745 - Remove "In Progress" text from release notes
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Oct 18 17:13:53 PDT 2021
Author: Tom Stellard
Date: 2021-10-18T17:12:51-07:00
New Revision: 8a93745a71216bfba7e862392a498844dabb7bc3
URL: https://github.com/llvm/llvm-project/commit/8a93745a71216bfba7e862392a498844dabb7bc3
DIFF: https://github.com/llvm/llvm-project/commit/8a93745a71216bfba7e862392a498844dabb7bc3.diff
LOG: Remove "In Progress" text from release notes
Added:
Modified:
clang-tools-extra/docs/ReleaseNotes.rst
clang/docs/ReleaseNotes.rst
flang/docs/ReleaseNotes.md
libcxx/docs/ReleaseNotes.rst
lld/docs/ReleaseNotes.rst
llvm/docs/ReleaseNotes.rst
polly/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index b799c0f48ef2..458b86f28b7f 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -1,5 +1,5 @@
====================================================
-Extra Clang Tools 13.0.0 (In-Progress) Release Notes
+Extra Clang Tools 13.0.0 Release Notes
====================================================
.. contents::
@@ -8,12 +8,6 @@ Extra Clang Tools 13.0.0 (In-Progress) Release Notes
Written by the `LLVM Team <https://llvm.org/>`_
-.. warning::
-
- These are in-progress notes for the upcoming Extra Clang Tools 13 release.
- Release notes for previous releases can be found on
- `the Download Page <https://releases.llvm.org/download.html>`_.
-
Introduction
============
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index f0f303efa365..83506a9b2f75 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1,5 +1,5 @@
========================================
-Clang 13.0.0 (In-Progress) Release Notes
+Clang 13.0.0 Release Notes
========================================
.. contents::
@@ -8,12 +8,6 @@ Clang 13.0.0 (In-Progress) Release Notes
Written by the `LLVM Team <https://llvm.org/>`_
-.. warning::
-
- These are in-progress notes for the upcoming Clang 13 release.
- Release notes for previous releases can be found on
- `the Download Page <https://releases.llvm.org/download.html>`_.
-
Introduction
============
diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md
index b4b00ee65ffb..dc1bc4ef7b2a 100644
--- a/flang/docs/ReleaseNotes.md
+++ b/flang/docs/ReleaseNotes.md
@@ -1,15 +1,9 @@
-# Flang 12.0.0 (In-Progress) Release Notes
-
-> **warning**
->
-> These are in-progress notes for the upcoming LLVM 12.0.0 release.
-> Release notes for previous releases can be found on [the Download
-> Page](https://releases.llvm.org/download.html).
+# Flang 13.0.0 Release Notes
## Introduction
This document contains the release notes for the Flang Fortran frontend,
-part of the LLVM Compiler Infrastructure, release 12.0.0. Here we
+part of the LLVM Compiler Infrastructure, release 13.0.0. Here we
describe the status of Flang in some detail, including major
improvements from the previous release and new feature work. For the
general LLVM release notes, see [the LLVM
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 85b7016485fb..79ffa42a5d28 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -1,5 +1,5 @@
=========================================
-Libc++ 13.0.0 (In-Progress) Release Notes
+Libc++ 13.0.0 Release Notes
=========================================
.. contents::
@@ -8,12 +8,6 @@ Libc++ 13.0.0 (In-Progress) Release Notes
Written by the `Libc++ Team <https://libcxx.llvm.org>`_
-.. warning::
-
- These are in-progress notes for the upcoming libc++ 13 release.
- Release notes for previous releases can be found on
- `the Download Page <https://releases.llvm.org/download.html>`_.
-
Introduction
============
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 50af6e7d7939..238bf5a9f695 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -5,11 +5,6 @@ lld 13.0.0 Release Notes
.. contents::
:local:
-.. warning::
- These are in-progress notes for the upcoming LLVM 13.0.0 release.
- Release notes for previous releases can be found on
- `the Download Page <https://releases.llvm.org/download.html>`_.
-
Introduction
============
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index ba83775aa8cd..86c6cd05e8ad 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -5,11 +5,6 @@ LLVM 13.0.0 Release Notes
.. contents::
:local:
-.. warning::
- These are in-progress notes for the upcoming LLVM 13 release.
- Release notes for previous releases can be found on
- `the Download Page <https://releases.llvm.org/download.html>`_.
-
Introduction
============
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst
index f6176fefb497..ff41eb2bc2c4 100644
--- a/polly/docs/ReleaseNotes.rst
+++ b/polly/docs/ReleaseNotes.rst
@@ -1,13 +1,7 @@
=============================
-Release Notes 13.0 (upcoming)
+Release Notes 13.0
=============================
In Polly 13 the following important changes have been incorporated.
-.. warning::
-
- These release notes are for the next release of Polly and describe
- the new features that have recently been committed to our development
- branch.
-
- Change ...
More information about the llvm-branch-commits
mailing list