diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6341 | 5 | ||||
-rw-r--r-- | changes/bug6819 | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug6341 b/changes/bug6341 new file mode 100644 index 0000000000..04e52c7cd3 --- /dev/null +++ b/changes/bug6341 @@ -0,0 +1,5 @@ + o Major bugfixes: + - Fix a possible crash bug when checking for deactivated circuits + in connection_or_flush_from_first_active_circuit(). Fixes bug + 6341; bugfix on 0.2.2.7-alpha. Bug report and fix received + pseudonymously. diff --git a/changes/bug6819 b/changes/bug6819 new file mode 100644 index 0000000000..8b5c2243ea --- /dev/null +++ b/changes/bug6819 @@ -0,0 +1,3 @@ + o Documentation fixes: + - Resolve a typo in torrc.sample.in. Fixes bug 6819; bugfix on + 0.2.3.14-alpha. |