aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-05 18:55:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-05 18:55:46 +0000
commit549fe1b7d3a791c2aa112a53bb2c49c2f48fa24e (patch)
treecb083e1372c4c94ae8f13725c1af2193126477d5 /readme.txt
parent5976e4f19fe5010d459aa9758c55a60c820a114e (diff)
downloadChibiOS-549fe1b7d3a791c2aa112a53bb2c49c2f48fa24e.tar.gz
ChibiOS-549fe1b7d3a791c2aa112a53bb2c49c2f48fa24e.tar.bz2
ChibiOS-549fe1b7d3a791c2aa112a53bb2c49c2f48fa24e.zip
Fixed bug 2964418.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1712 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 037215972..eb135c6e4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -54,6 +54,8 @@
*****************************************************************************
*** 1.5.3 ***
+- FIX: Removed C99-style variables declarations (bug 2964418)(backported
+ in 1.4.2).
- FIX: Fixed missing reschedulation in chEvtSignal() (bug 2961208)(backported
in 1.4.2).
- NEW: Enhanced the kernel size report to cover more cases.