From 41a4ecfc808882819791e6b126f27ebad7248ae5 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 24 Jan 2010 11:49:35 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1544 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'readme.txt') 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. -- cgit v1.2.3