aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-04-30 11:50:36 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-04-30 11:50:36 -0400
commit43c119fedbdf599241cd2e3e4292ae5fd55d527c (patch)
tree9af1e66268831467018499a2dcf65a20e778509e /changes
parente543c4e20c50035df61cdfaae75ee4dbb61409bf (diff)
parenta5cced2b7acf4fb1818d6cd84c09a9ffe4dd1e89 (diff)
downloadtor-43c119fedbdf599241cd2e3e4292ae5fd55d527c.tar.gz
tor-43c119fedbdf599241cd2e3e4292ae5fd55d527c.zip
Merge branch 'tor-github/pr/980'
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket299845
-rw-r--r--changes/ticket300914
2 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket29984 b/changes/ticket29984
new file mode 100644
index 0000000000..8631dff27b
--- /dev/null
+++ b/changes/ticket29984
@@ -0,0 +1,5 @@
+ o Minor bugfixes (controller protocol):
+ - Teach the controller parser to correctly distinguish an object
+ preceded by an argument list from one without. Previously, it
+ couldn't distinguish an argument list from the first line of a
+ multiline object. Fixes bug 29984; bugfix on 0.2.3.8-alpha.
diff --git a/changes/ticket30091 b/changes/ticket30091
new file mode 100644
index 0000000000..968ea01f4a
--- /dev/null
+++ b/changes/ticket30091
@@ -0,0 +1,4 @@
+ o Major features (controller protocol):
+ - Controller commands are now parsed using a generalized parsing
+ subsystem. Previously, each controller command was responsible for
+ parsing its own input. Closes ticket 30091.