Version numbers changed to 2.4.4.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@5034 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-01-05 09:49:34 +00:00
parent 066590b919
commit 011687bb98
6 changed files with 13 additions and 6 deletions

View File

@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 2.4.3 PROJECT_NUMBER = 2.4.4
# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer # for a project that appears at the top of each page and should give viewer

View File

@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 2.4.3 PROJECT_NUMBER = 2.4.4
# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer # for a project that appears at the top of each page and should give viewer

View File

@ -13,7 +13,7 @@
<tbody> <tbody>
<tr style="height: 56px;"> <tr style="height: 56px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">ChibiOS/RT&#160;<span id="projectnumber">2.4.3</span></div> <div id="projectname">ChibiOS/RT&#160;<span id="projectnumber">2.4.4</span></div>
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@ -20,7 +20,7 @@ $(document).ready(initResizable);
<tbody> <tbody>
<tr style="height: 92px;"> <tr style="height: 92px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">ChibiOS/RT<br><span id="projectnumber">2.4.3</span></div> <div id="projectname">ChibiOS/RT<br><span id="projectnumber">2.4.4</span></div>
</td> </td>
<td style="padding-left: 3em;"> <td style="padding-left: 3em;">
<script type="text/javascript"><!-- <script type="text/javascript"><!--

View File

@ -47,7 +47,7 @@
/** /**
* @brief Kernel version string. * @brief Kernel version string.
*/ */
#define CH_KERNEL_VERSION "2.4.3" #define CH_KERNEL_VERSION "2.4.4"
/** /**
* @name Kernel version * @name Kernel version
@ -66,7 +66,7 @@
/** /**
* @brief Kernel version patch number. * @brief Kernel version patch number.
*/ */
#define CH_KERNEL_PATCH 3 #define CH_KERNEL_PATCH 4
/** @} */ /** @} */
/* /*

View File

@ -78,6 +78,13 @@
*** Releases *** *** Releases ***
***************************************************************************** *****************************************************************************
*** 2.4.4 ***
- FIX: Fixed small bug in shell argument parsing code in shell_thread (bug
3599328).
- FIX: Fixed wrong condition in checksum offload of STM32 MAC driver (bug
3598720).
- FIX: Fixed error in STM32 MAC driver degrades performance (bug 3598719).
*** 2.4.3 *** *** 2.4.3 ***
- FIX: Fixed warning in STM32 ICU driver using IAR compiler (bug 3598177). - FIX: Fixed warning in STM32 ICU driver using IAR compiler (bug 3598177).
- FIX: Fixed typo in chOQGetEmptyI() macro (bug 3595910). - FIX: Fixed typo in chOQGetEmptyI() macro (bug 3595910).