aboutsummaryrefslogtreecommitdiff
path: root/changes/no_digests
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-04-01 09:54:20 -0400
committerNick Mathewson <nickm@torproject.org>2015-04-01 09:54:20 -0400
commitc66dd179800416d8bcc1aa4a9abdcf1861a7c6c6 (patch)
tree728ae954124abd68feade9b88e79165655739814 /changes/no_digests
parent162fd52b405918a78bf25d7e043edd16a53a2e0f (diff)
downloadtor-c66dd179800416d8bcc1aa4a9abdcf1861a7c6c6.tar.gz
tor-c66dd179800416d8bcc1aa4a9abdcf1861a7c6c6.zip
Drop support for --digests
This is a fair amount of maintainance burden, and doesn't help much more than the git microversion. Closes ticket 14742.
Diffstat (limited to 'changes/no_digests')
-rw-r--r--changes/no_digests5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/no_digests b/changes/no_digests
new file mode 100644
index 0000000000..1327ac3e77
--- /dev/null
+++ b/changes/no_digests
@@ -0,0 +1,5 @@
+ o Removed features:
+ - Remove the undocumented "--digests" command-line option. It
+ complicated our build process, caused subtle build issues
+ on multiple platforms, and is now redundant since we started
+ including git version identifiers. Closes ticket 14742.