aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-24 11:49:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-24 11:49:35 +0000
commit41a4ecfc808882819791e6b126f27ebad7248ae5 (patch)
tree7b047abc1acd12dc1b3e20fb3bce0e2a980e9699 /readme.txt
parent86eb39129b8ac6ba74778c72261f2048c2da1114 (diff)
downloadChibiOS-41a4ecfc808882819791e6b126f27ebad7248ae5.tar.gz
ChibiOS-41a4ecfc808882819791e6b126f27ebad7248ae5.tar.bz2
ChibiOS-41a4ecfc808882819791e6b126f27ebad7248ae5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1544 35acf78f-673a-0410-8e92-d51de3d6d3f4
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.