aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-14 10:28:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-14 10:28:41 +0000
commit95058cdab40e0300cb17a12ea0b50c8ccab3e90b (patch)
treebf716f245515f8b28024ea4807abe7b91c69d996 /readme.txt
parent4f37deada8ee204662935e59370cb87cde193386 (diff)
downloadChibiOS-95058cdab40e0300cb17a12ea0b50c8ccab3e90b.tar.gz
ChibiOS-95058cdab40e0300cb17a12ea0b50c8ccab3e90b.tar.bz2
ChibiOS-95058cdab40e0300cb17a12ea0b50c8ccab3e90b.zip
Fixed bug 2951529.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1607 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index f0f513737..63244fd33 100644
--- a/readme.txt
+++ b/readme.txt
@@ -51,6 +51,10 @@
*** Releases ***
*****************************************************************************
+*** 1.5.2 ***
+- FIX: Wrong prototype in template file chcore.c (bug 2951529)(backported
+ in 1.4.1).
+
*** 1.5.1 ***
- FIX: Fixed insufficient stack space for the idle thread in the ARMCM3 port
when compiling without optimizations (bug 2946233)(backported in 1.4.1).