comparison README @ 1256:f8cb01637e75 stable

graft: avoid potential deadlock We must acquire 'wlock' before 'lock'.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 20 Apr 2015 13:48:06 +0200
parents a2d4901e211e
children c52c15100fb2
comparison
equal deleted inserted replaced
1255:a2d4901e211e 1256:f8cb01637e75
55 55
56 - discovery: fix misbehaving discovery accros python version 56 - discovery: fix misbehaving discovery accros python version
57 - pull: properly install the bundle2 par generator 57 - pull: properly install the bundle2 par generator
58 (avoid sending all markers for each pull) 58 (avoid sending all markers for each pull)
59 - commit: avoid potential deadlock (acquires wlock before lock) 59 - commit: avoid potential deadlock (acquires wlock before lock)
60 - graft: avoid potential deadlock (acquires wlock before lock)
60 61
61 5.1.2 -- 2015-04-01 62 5.1.2 -- 2015-04-01
62 63
63 - evolve: prevent a crash in httpclient_pushobsmarkers() when pushing 64 - evolve: prevent a crash in httpclient_pushobsmarkers() when pushing
64 65