[NEWS] fix RM-413

This commit is contained in:
Watson
2014-01-31 13:38:44 +09:00
parent 115fbd23e2
commit fe655a4424
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -3,6 +3,8 @@
* Fixed a bug which `motion update --cache-version=X' is broken.
* Fixed a bug where vendored Xcode OS X projects were build with the
IPHONEOS_DEPLOYMENT_TARGET option instead of MACOSX_DEPLOYMENT_TARGET.
* Fixed a memory leak where the objects which has cycle reference would not
be released when it would use Dispatch::Queue with asynchronous.
* Added reference zeroing to `WeakRef' starting from iOS 5 and OS X 10.7. It
will now raise an exception in case a message is sent after the reference
has been deallocated. Use the `WeakRef#weakref_alive?' method to check if

2
vm

Submodule vm updated: d18c298fc9...c96682f387