doc: add gcc 10 support to release notes

Message ID 20200522151434.28124-1-ktraynor@redhat.com (mailing list archive)
State Accepted, archived
Headers
Series doc: add gcc 10 support to release notes |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Kevin Traynor May 22, 2020, 3:14 p.m. UTC
  Note support for gcc 10 in the DPDK 20.05 release notes.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
Note: Reduced context so can apply before/after John's cleanup patch
---
 doc/guides/rel_notes/release_20_05.rst | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Thomas Monjalon May 24, 2020, 9:09 p.m. UTC | #1
22/05/2020 17:14, Kevin Traynor:
> Note support for gcc 10 in the DPDK 20.05 release notes.
> 
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> ---
> Note: Reduced context so can apply before/after John's cleanup patch
> ---
> --- a/doc/guides/rel_notes/release_20_05.rst
> +++ b/doc/guides/rel_notes/release_20_05.rst
> @@ -326,2 +326,5 @@ New Features
>  
> +* **Added support for GCC 10.**
> +
> +  Added support for building with GCC 10.1.

Applied with extra blank line, thanks
  

Patch

diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
index 84706904e..2b8038a17 100644
--- a/doc/guides/rel_notes/release_20_05.rst
+++ b/doc/guides/rel_notes/release_20_05.rst
@@ -326,2 +326,5 @@  New Features
 
+* **Added support for GCC 10.**
+
+  Added support for building with GCC 10.1.