# # # patch "NEWS" # from [cbf36a204a868833da6bafa649144040461a284e] # to [df6c930b2f0b1e1526e51ae4a5a6acf7bb76642a] # # patch "network/reactor.cc" # from [a90cee5442d3c77d8082d7bb91d4d23170bf25fb] # to [3c94489a6e1ce701dbdcac568cb30e5e9e764342] # ============================================================ --- NEWS cbf36a204a868833da6bafa649144040461a284e +++ NEWS df6c930b2f0b1e1526e51ae4a5a6acf7bb76642a @@ -12,6 +12,9 @@ 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 a90cee5442d3c77d8082d7bb91d4d23170bf25fb +++ network/reactor.cc 3c94489a6e1ce701dbdcac568cb30e5e9e764342 @@ -87,9 +87,9 @@ void reactor::remove(shared_ptrremove_from_probe(probe); + have_pipe = false; } }