Author:manus

Date:2012-06-27T23:27:09.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1117 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
manus
2012-06-27 23:27:09 +00:00
parent a60a13a3cb
commit cb2df35ff4
3 changed files with 32 additions and 2 deletions

View File

@@ -85,7 +85,7 @@
* Added capability to enable multi-statements execution for MySQL.
===EiffelThread===
* Breaking change in class <code>THREAD</code>, descendants should now call <code>{THREAD}.make</code> in order to initialize threads properly.
* Breaking change in class <code>THREAD</code>, descendants should now call <code>{THREAD}.make</code> in order to initialize threads properly. This change was required to have a project using SCOOP be able to use libraries that are only aware of multithreading.
* Fixed a memory corruption issue occurring when many threads are exiting at once, or that a child thread exits immediately after its parent but the parent is not yet finished in its termination.
===EiffelTime===