summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-04-29 01:18:32 +0200
committerSebastian Hahn <sebastian@torproject.org>2011-04-29 01:18:32 +0200
commit525d2700dd8b6c794a69ea0be63864baeff27617 (patch)
treefc085bfa348c9645e4798acd36aaac26185a999b /changes
parent30003e43180561eb92f4146d3bf2a5f74523cda6 (diff)
downloadtor-525d2700dd8b6c794a69ea0be63864baeff27617.tar.gz
tor-525d2700dd8b6c794a69ea0be63864baeff27617.zip
Correctly check elapsed time in last hibernation period
Fix bug 3020.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug30207
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug3020 b/changes/bug3020
new file mode 100644
index 0000000000..b987161229
--- /dev/null
+++ b/changes/bug3020
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - When checking whether a hibernation period has fully elapsed, use
+ the amount of seconds we expect for that period instead of using
+ the new period that just started. This would cause an issue because
+ February is a really short month. Bugfix on 0.2.2.17-alpha;
+ fixes bug 3020.
+