diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_3406_quit_hangs | 2 | ||||
-rw-r--r-- | changes/bug_handle_reconnecting | 1 | ||||
-rw-r--r-- | changes/feature-3407_add-log-filtering | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug_3406_quit_hangs b/changes/bug_3406_quit_hangs new file mode 100644 index 00000000..77452780 --- /dev/null +++ b/changes/bug_3406_quit_hangs @@ -0,0 +1,2 @@ + o Stop the twisted reactor adding the stop call to the call chain + instead of stopping it directly. Fixes #3406.
\ No newline at end of file diff --git a/changes/bug_handle_reconnecting b/changes/bug_handle_reconnecting new file mode 100644 index 00000000..c6465949 --- /dev/null +++ b/changes/bug_handle_reconnecting @@ -0,0 +1 @@ + o Reword RECONNECTING state of openvpn. Fixes #3429.
\ No newline at end of file diff --git a/changes/feature-3407_add-log-filtering b/changes/feature-3407_add-log-filtering new file mode 100644 index 00000000..f4433af4 --- /dev/null +++ b/changes/feature-3407_add-log-filtering @@ -0,0 +1 @@ + o Add filter option to the logger window. Closes #3407. |