summaryrefslogtreecommitdiff
path: root/changes/bug23848
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug23848')
-rw-r--r--changes/bug238488
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/bug23848 b/changes/bug23848
deleted file mode 100644
index e2aec687ca..0000000000
--- a/changes/bug23848
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor features (embedding):
- - On most errors that would cause Tor to exit, it now tries to return
- from the tor_main() function, rather than calling the system exit()
- function. Most users won't notice a difference here, but it should
- make a significant difference on platforms that try to run Tor inside
- a separate thread: they should now be able to survive Tor's exit
- conditions rather than having Tor shut down the entire process.
- Closes ticket 23848.