You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/06/12 02:08:47 UTC

[incubator-nuttx-website] branch master updated: ReleaseNotes for 9.1.0: Fix unintended top-level heading at git hash

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 934a464  ReleaseNotes for 9.1.0: Fix unintended top-level heading at git hash
934a464 is described below

commit 934a4647f20f1ab1148ce00d3b05b97fb19ad702
Author: Nathan Hartman <59...@users.noreply.github.com>
AuthorDate: Fri Jun 11 12:22:34 2021 -0400

    ReleaseNotes for 9.1.0: Fix unintended top-level heading at git hash
    
        * _releases/9.1.0.md:
    
          Fix issue introduced in 9ffd1f1 where a '#' symbol in the phrase
          "See git commit #" caused one of the git hashes to be formatted
          as a top-level heading. Removing the '#' from all of these to
          avoid a regression in the future that could result if the text
          is ever re-flowed.
---
 _releases/9.1.0.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/_releases/9.1.0.md b/_releases/9.1.0.md
index 08b9cb9..3f68f0b 100644
--- a/_releases/9.1.0.md
+++ b/_releases/9.1.0.md
@@ -438,7 +438,7 @@ information).  SHA512 checksums:
       CPPFLAGS = $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRAFLAGS)
       ```
 
-      See git commit # 459ad9937377a42785692098ff0d73baaa9551e6 in the main
+      See git commit 459ad9937377a42785692098ff0d73baaa9551e6 in the main
       NuttX repository.
 
       If you forget to do this, memory allocations on the heap probably won't
@@ -483,7 +483,7 @@ information).  SHA512 checksums:
       CFLAGS += $(shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src$(DELIM)board$(DELIM)board)
       ```
 
-      See git commit # 6ca46520df38854bf660f9be54957cceede39ded in the main
+      See git commit 6ca46520df38854bf660f9be54957cceede39ded in the main
       NuttX repository.
 
       If you forget to do this, 'make' will report an error, "no rule to make
@@ -506,7 +506,7 @@ information).  SHA512 checksums:
       ifeq ($(CONFIG_CYGWIN_WINTOOL),y)
       ```
 
-      See git commit # bd656888f26c92e8832f0e76b395a5ece7704530 in the main
+      See git commit bd656888f26c92e8832f0e76b395a5ece7704530 in the main
       NuttX repository.
 
     * Remove INCDIROPT
@@ -528,7 +528,7 @@ information).  SHA512 checksums:
       This option, which resolves to -w when CONFIG_CYGWIN_WINTOOL is
       configured, is now appended to INCDIR in tools/Config.mk.
 
-      See git commit # 5eae32577e5d5226e5d3027c169eeb369f83f77d in the main
+      See git commit 5eae32577e5d5226e5d3027c169eeb369f83f77d in the main
       NuttX repository.
 
     * Remove Unnecessary Variables
@@ -558,7 +558,7 @@ information).  SHA512 checksums:
       change ${TOPDIR} to $(TOPDIR) for consistency (change curly braces to
       parenthesis).
 
-      See git commit # faf3c0254bb63af89f9eb59beefacb4cba26dd9 in the main
+      See git commit faf3c0254bb63af89f9eb59beefacb4cba26dd9 in the main
       NuttX repository.
 
     * Remove Workaround For Missing $(TOPDIR)/Make.defs
@@ -582,9 +582,9 @@ information).  SHA512 checksums:
       include $(TOPDIR)/Make.defs
       ```
 
-      See git commit # 1a95cce1a3c3ed8b04d1d86b7bd744352cca45a2 in the main
+      See git commit 1a95cce1a3c3ed8b04d1d86b7bd744352cca45a2 in the main
       NuttX repository, and git commit
-      # ead498a7883a654b1d542da94a5fab3ce163361e in the apps repository.
+      ead498a7883a654b1d542da94a5fab3ce163361e in the apps repository.
 
     * Simplify ARCHINCLUDES and ARCHXXINCLUDES
 
@@ -614,7 +614,7 @@ information).  SHA512 checksums:
       INCDIR is defined in tools/Config.mk and resolves to a shell script or batch file that constructs the appropriate command line argument string to specify include directories for your compiler.
       ```
 
-      See git commit # 7e5b0f81e93c7e879ce8434d57e8bf4e2319c1c0 in the main
+      See git commit 7e5b0f81e93c7e879ce8434d57e8bf4e2319c1c0 in the main
       NuttX repository.
 
     * Simplify Board Directory Handling With BOARD_DIR
@@ -652,5 +652,5 @@ information).  SHA512 checksums:
 
       BOARD_DIR is defined in tools/Config.mk.
 
-      See git commit # e83c1400b65c65cbdf59c5abcf2ae368f540faef in the main
+      See git commit e83c1400b65c65cbdf59c5abcf2ae368f540faef in the main
       NuttX repository.