File Release Notes and Changelog
Notes:
upthreads-0.1.1
^^^^^^^^^^^^^^^
This release includes bugfixes and incorporates patches that were posted to
the SourceForge site. These patches add support for ARM, fix compilation errors
when there is no memory allocator, and correct many bad comments. See the
Changelog for detailed changes. Thanks everyone for the feedback.
Changes:
0.1.1 2008-01-25 Gregory Nutt <spudmonkey@racsa.co.cr>
* Added test for named semaphores (fixed & found 1 bug)
* Added 'combo' test o test mixed APIs (no new bugs found)
* Incorporated "Readme typo fix" patch from user ijsung
* Incorporated "arm fix" patch from user pychuang
* Incorporated "comment typo fix" patch from user pychuang
* Incorporated "scheduler stack bug fix" patch from user pychuang
* Incorporated "fix compile errors when CONFIG_MEMORY_ALLOCATOR is disabled"
patch from user pychuang