Pack/Doxygen: Updated versions and changelogs of Core(M) and Core(A).
diff --git a/ARM.CMSIS.pdsc b/ARM.CMSIS.pdsc
index bb4fe9a..942b545 100644
--- a/ARM.CMSIS.pdsc
+++ b/ARM.CMSIS.pdsc
@@ -9,7 +9,8 @@
 
   <releases>
     <release version="5.3.1-dev1">
-      Active development...
+      CMSIS-Core(M): 5.1.2 (see revision history for details)
+      CMSIS-Core(A): 1.1.2 (see revision history for details)
       CMSIS-RTOS2:
         - RTX 5.3.1 (see revision history for details)
     </release>
diff --git a/CMSIS/DoxyGen/Core/core.dxy b/CMSIS/DoxyGen/Core/core.dxy
index cd3929c..7b8b948 100644
--- a/CMSIS/DoxyGen/Core/core.dxy
+++ b/CMSIS/DoxyGen/Core/core.dxy
@@ -38,7 +38,7 @@
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = "Version 5.1.1"
+PROJECT_NUMBER         = "Version 5.1.2"
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
diff --git a/CMSIS/DoxyGen/Core/src/Overview.txt b/CMSIS/DoxyGen/Core/src/Overview.txt
index 1351e11..0bf524b 100644
--- a/CMSIS/DoxyGen/Core/src/Overview.txt
+++ b/CMSIS/DoxyGen/Core/src/Overview.txt
@@ -83,6 +83,13 @@
       <th>Description</th>
     </tr>
     <tr>
+      <td>V5.1.2</td>
+      <td>
+        <li>Removed using get/set built-ins FPSCR in GCC >= 7.2 due to shortcomings.</li>
+        <li>Added __NO_RETURN to __NVIC_SystemReset() to silence compiler warnings.</li>
+      </td>
+    </tr>
+    <tr>
       <td>V5.1.1</td>
       <td>
         Aligned MSPLIM and PSPLIM access functions along supported compilers.\n
diff --git a/CMSIS/DoxyGen/Core_A/core_A.dxy b/CMSIS/DoxyGen/Core_A/core_A.dxy
index f8a1d09..c164bb4 100644
--- a/CMSIS/DoxyGen/Core_A/core_A.dxy
+++ b/CMSIS/DoxyGen/Core_A/core_A.dxy
@@ -38,7 +38,7 @@
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = "Version 1.1.1"
+PROJECT_NUMBER         = "Version 1.1.2"
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
diff --git a/CMSIS/DoxyGen/Core_A/src/Overview.txt b/CMSIS/DoxyGen/Core_A/src/Overview.txt
index 60cd8fd..48811ad 100644
--- a/CMSIS/DoxyGen/Core_A/src/Overview.txt
+++ b/CMSIS/DoxyGen/Core_A/src/Overview.txt
@@ -67,6 +67,14 @@
       <th>Description</th>
     </tr>
     <tr>
+      <td>V1.1.2</td>
+      <td>
+        <ul>
+          <li>Removed using get/set built-ins FPSCR in GCC >= 7.2 due to shortcomings.</li>
+        </ul>
+      </td>
+    </tr>
+    <tr>
       <td>V1.1.1</td>
       <td>
         <ul>