[rtems-release commit] release/notes: Move release notes into a notes directory

Chris Johns chrisj at rtems.org
Thu Nov 17 04:07:39 UTC 2022


Module:    rtems-release
Branch:    master
Commit:    706e57f11263462377205ccfb81b68a5e3c8a208
Changeset: http://git.rtems.org/rtems-release/commit/?id=706e57f11263462377205ccfb81b68a5e3c8a208

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Nov 10 14:28:00 2022 +1100

release/notes: Move release notes into a notes directory

---

 rtems-notes-4.11.txt => notes/rtems-notes-4.11.md |  0
 rtems-notes-5.md => notes/rtems-notes-5.1.md      | 17 -----------------
 notes/rtems-notes-5.2.md                          | 16 ++++++++++++++++
 3 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/rtems-notes-4.11.txt b/notes/rtems-notes-4.11.md
similarity index 100%
rename from rtems-notes-4.11.txt
rename to notes/rtems-notes-4.11.md
diff --git a/rtems-notes-5.md b/notes/rtems-notes-5.1.md
similarity index 94%
rename from rtems-notes-5.md
rename to notes/rtems-notes-5.1.md
index 1d9cb43..3737199 100644
--- a/rtems-notes-5.md
+++ b/notes/rtems-notes-5.1.md
@@ -1,20 +1,3 @@
-## RTEMS 5.2 Release Notes
-
-### API Changes
-
-* Termios
-  * `txTaskCharsDequeued` has been added to `struct rtems_termios_tty`. With
-    that the size of the structure changed. Libraries and applications that use
-    the structure should be recompiled.
-  * The `l_start` line discipline function now receives the number of characters
-    that have been sent. It is save to ignore the extra parameter for
-    applications that don't need it.
-
-#### API Additions
-
-* NTP support
-	* Addition of NTP update second handler via _Timecounter_Set_NTP_update_second() from <rtems/score/timecounter.h>
-
 ## RTEMS 5.1 Release Notes
 
 ### RTEMS Improvements
diff --git a/notes/rtems-notes-5.2.md b/notes/rtems-notes-5.2.md
new file mode 100644
index 0000000..1839cbe
--- /dev/null
+++ b/notes/rtems-notes-5.2.md
@@ -0,0 +1,16 @@
+## RTEMS 5.2 Release Notes
+
+### API Changes
+
+* Termios
+  * `txTaskCharsDequeued` has been added to `struct rtems_termios_tty`. With
+    that the size of the structure changed. Libraries and applications that use
+    the structure should be recompiled.
+  * The `l_start` line discipline function now receives the number of characters
+    that have been sent. It is save to ignore the extra parameter for
+    applications that don't need it.
+
+#### API Additions
+
+* NTP support
+  * Addition of NTP update second handler via _Timecounter_Set_NTP_update_second() from <rtems/score/timecounter.h>



More information about the vc mailing list