aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2012-03-22 12:50:44 +0100
committerSebastian Hahn <sebastian@torproject.org>2012-03-22 12:50:44 +0100
commitfe2b177cfbcdbc2ad851402a9804f9b5f58d93b0 (patch)
tree00ca75cf73164d3c19e33b9ec500e4102c1ed391 /changes
parentd95efdd8607a194dad00648bc29f9a8c44219b09 (diff)
downloadtor-fe2b177cfbcdbc2ad851402a9804f9b5f58d93b0.tar.gz
tor-fe2b177cfbcdbc2ad851402a9804f9b5f58d93b0.zip
Never disable debugger attachment for the unit tests
Diffstat (limited to 'changes')
-rw-r--r--changes/bug54485
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug5448 b/changes/bug5448
new file mode 100644
index 0000000000..aaf7dc721f
--- /dev/null
+++ b/changes/bug5448
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+ - Allow running the unit tests in gdb again. This was accidentally made
+ impossible when the DisableDebuggerAttachment option was introduced.
+ Fixes bug 5448; bugfix on 0.2.3.9-alpha.
+