From b4404c82663ec7cca8c608cbc938d96b81f0be13 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 29 Feb 2016 17:53:59 -0600 Subject: [PATCH] Clean up Release Notes merge --- documentation/RELEASE_NOTES.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 826c64c99..ab16f7dc4 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -57,11 +57,7 @@ back-porting some earlier changes from the 3.15 branch, and fixes Launchpad bug #1514520.

-<<<<<<< TREE -

Fix ipAddrToAsciiAsync(): don't try to join the daemon thread

-======= -

ipAddrToAsciiAsync.: Don't try to join the daemon thread

->>>>>>> MERGE-SOURCE +

Fix ipAddrToAsciiAsync(): Don't try to join the daemon thread

On process exit, don't try to stop the worker thread that makes DNS lookups asynchronous. Previously this would wait for any lookups still in progress,