# # # patch "NEWS" # from [c827b9e7de57408914e700f6a341095bd636621f] # to [f0114af7fadfaea8c41a392460d4b6ec7b479491] # # patch "network/reactor.cc" # from [3c94489a6e1ce701dbdcac568cb30e5e9e764342] # to [a90cee5442d3c77d8082d7bb91d4d23170bf25fb] # ============================================================ --- NEWS c827b9e7de57408914e700f6a341095bd636621f +++ NEWS f0114af7fadfaea8c41a392460d4b6ec7b479491 @@ -12,9 +12,6 @@ xxx xxx xx xx:xx:xx UTC 2010 Bugs fixed - - A regression in 0.47 prevent successful execution of push / pull / - sync over pipes (Debian bug 574512); this has been fixed. - - In 0.46, spurious network disconnects could occur when transferring sufficiently large items (files, diffs, revisions). This was fixed in 0.47 but not noted in the release notes at that time. ============================================================ --- network/reactor.cc 3c94489a6e1ce701dbdcac568cb30e5e9e764342 +++ network/reactor.cc a90cee5442d3c77d8082d7bb91d4d23170bf25fb @@ -87,9 +87,9 @@ void reactor::remove(shared_ptrremove_from_probe(probe); - have_pipe = false; } }