aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-01-05 09:42:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-01-05 09:42:13 +0000
commitaaa126da625b7d63440cf5f28e3ad69a5839def2 (patch)
tree3416f0bb8dbb42646b03a437cea1b3e81e997038 /readme.txt
parent6f470322d0241e1923bd1d83d66f291aff571658 (diff)
downloadChibiOS-aaa126da625b7d63440cf5f28e3ad69a5839def2.tar.gz
ChibiOS-aaa126da625b7d63440cf5f28e3ad69a5839def2.tar.bz2
ChibiOS-aaa126da625b7d63440cf5f28e3ad69a5839def2.zip
Fixed bug 3599328.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5033 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 842099896..532752cee 100644
--- a/readme.txt
+++ b/readme.txt
@@ -82,6 +82,8 @@
*****************************************************************************
*** 2.5.2 ***
+- FIX: Fixed small bug in shell argument parsing code in shell_thread (bug
+ 3599328)(backported to 2.4.4).
- FIX: Fixed wrong condition in checksum offload of STM32 MAC driver (bug
3598720)(backported to 2.4.4).
- FIX: Fixed error in STM32 MAC driver degrades performance (bug 3598719)