]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file
authorrl1987 <rl1987@sdf.lonestar.org>
Sat, 9 Feb 2019 14:56:54 +0000 (16:56 +0200)
committerteor <teor@torproject.org>
Fri, 29 Mar 2019 07:26:09 +0000 (17:26 +1000)
changes/ticket28816 [new file with mode: 0644]

diff --git a/changes/ticket28816 b/changes/ticket28816
new file mode 100644 (file)
index 0000000..02878cc
--- /dev/null
@@ -0,0 +1,4 @@
+  o Code simplification and refactoring:
+    - Introduce a connection_dir_buf_add() helper function that checks for
+      compress_state of dir_connection_t and automatically writes a string to
+      directory connection with or without compression. Resolves issue 28816.