Remove changes files that are already merged in 0.4.5.x
[tor.git] / changes / ticket17927
blob532416dac4ccacd782755d06725c875b0db4b367
1   o Minor features (performance, windows):
2     - Use SRWLocks to implement locking on Windows. Replaces the critical
3       section locking implementation with the faster SRWLocks available
4       since Windows Vista. Closes ticket 17927. Patch by Daniel Pinto.