aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-09 11:08:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-09 11:08:46 +0000
commit9992b23f94532a5d04da91ee8c0844cfcb8dd2e7 (patch)
tree5e1948a8f81aeac279a09d7cecea1a52f1c5b372 /readme.txt
parent42dc58dcb210207b3d3841fc81f72e85462dd313 (diff)
downloadChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.tar.gz
ChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.tar.bz2
ChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.zip
Fixed bug 3607380.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5387 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 115824e95..d8272850f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -86,6 +86,7 @@
*****************************************************************************
*** 2.5.2 ***
+- FIX: Fixed surprising non-CRLF lines in source (bug 3607380).
- FIX: Fixed misplaced brace in icu_lld.c (bug 3605832)(backported to 2.4.4).
- FIX: Fixed errors in MMC_SPI driver state machine (bug 3605794).
- FIX: Fixed deadlock in Serial_USB driver (bug 3605793).