aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index c14a41c69..142aff2ca 100644
--- a/readme.txt
+++ b/readme.txt
@@ -52,14 +52,19 @@
*****************************************************************************
*** 1.5.0 ***
+- FIX: Fixed swapped thread states descriptions (bug 2938445)(backported in
+ 1.4.1).
+- FIX_ Fixed C99-style variable declaration (bug 2938444)(backported in 1.4.1).
- FIX: Fixed parameter check in sdStart() function (bug 2932922)(backported in
1.4.0).
- FIX: Fixed missing platform.mk file in MSP430 port (bug 2933735)(backported
in 1.4.0).
-- CHANGE: Removed the unnamed union from the Thread structure some compilers
- do not support this non standard construct.
+- CHANGE: Removed the unnamed union from the thread and heaps structures,
+ some compilers do not support this non standard construct.
- CHANGE: Removed the empty structures from the streams/channels headers.
- CHANGE: Modified the thread-related constant macros to have a THD_ prefix.
+- CHANGE: Modified NULL assignments to function pointers to use an explicit
+ cast because some compilers issue warnings without the cast.
- OPT: Speed/size optimization to the events subsystem.
- OPT: Speed/size optimization to the mutexes subsystem.
- OPT: Speed/size optimization to the condvars subsystem.