diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-30 17:31:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-30 17:31:27 +0000 |
commit | b6eedfadc6f7b8a92a337b0d549b88990c0541b3 (patch) | |
tree | b3b83280d9e167d40ec4ab1b18cadfe0e0889c71 | |
parent | 4db3cfe79e6045833d236dd348f0f8cef67255d7 (diff) | |
download | ChibiOS-b6eedfadc6f7b8a92a337b0d549b88990c0541b3.tar.gz ChibiOS-b6eedfadc6f7b8a92a337b0d549b88990c0541b3.tar.bz2 ChibiOS-b6eedfadc6f7b8a92a337b0d549b88990c0541b3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@692 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 984c8b0a7..85e8baee1 100644 --- a/readme.txt +++ b/readme.txt @@ -97,6 +97,14 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, documentation and updated, the wiki entries are obsolete and will be removed.
- New application notes and articles added.
+*** 1.0.0 ***
+- License switch, added GPL exception, see exception.txt.
+- Full test cycle and test reports updated.
+- Renamed some occurrences of "Conditional Variable" in "Condition Variable" in
+ the documentation.
+- FIX: Fixed some images in the documentation because problems when seen in
+ Internet Explorer.
+
*** 1.0.0rc3 ***
- FIX: Fixed a nasty regression to the timeout unified code that affected
some APIs since version 0.5.3. See the bug tracker for more details.
|