mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'tor-github/pr/980'
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user