summaryrefslogtreecommitdiff
path: root/changes/bug24613
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-24 17:08:13 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-24 17:08:13 -0500
commit2d5bab6afb94cc0e132fdcf61b10ef5ec6a14085 (patch)
tree11e79e80a2c3706f44f2a32683763e91e5f1d23f /changes/bug24613
parentfdc1cc9b4480d638970c5ee2f6f69c85e7767e6b (diff)
downloadtor-2d5bab6afb94cc0e132fdcf61b10ef5ec6a14085.tar.gz
tor-2d5bab6afb94cc0e132fdcf61b10ef5ec6a14085.zip
Start on a changelog for 0.3.1.1-alpha
Diffstat (limited to 'changes/bug24613')
-rw-r--r--changes/bug246134
1 files changed, 0 insertions, 4 deletions
diff --git a/changes/bug24613 b/changes/bug24613
deleted file mode 100644
index d718f8f942..0000000000
--- a/changes/bug24613
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (performance, 32-bit):
- - Improve performance on 32-bit systems by avoiding 64-bit division
- to calculate the current timestamp in milliseconds for channel
- padding computations. Implements ticket 24613.