Skip to content

Commit

Permalink
Update ChangeLog for 2016.08 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Aug 20, 2016
1 parent 025a460 commit 7de085f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/ChangeLog
@@ -1,3 +1,20 @@
New in 2016.08

+ Don't crash in P6opaque on NULL name_to_index_mapping
+ Fix off-by-one in grapheme iterator
+ Block/unblock thread for GC on semaphore wait
+ Mark blocked around some more lock acquisitions
+ Fix various cases of out-dated pointer reads on concurrency control constructs
+ Hold uv_sem_t at a level of indirection, so it won't move in memory
+ Add a flag for PIPE_MERGED_OUT_ERR; fix stdio setup for merge
+ Fix EOF detection when reading files from /proc and similar
+ Fix lost socket listen errors
+ Implement async cancellation completion notifications
+ Add some missing fact dependencies in spesh, fixing some wrong guard eliminations
+ Avoid use of possibly-invalidated decont facts in spesh
+ Remove keep_caller from MVMFrame
+ Correctly NULL-terminate the buffer in MVM_vm_dump_file

New in 2016.07

+ Implement a new multi-dispatch cache, structured as a tree, able to
Expand Down

0 comments on commit 7de085f

Please sign in to comment.