aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-04-28 20:05:48 -0400
committerNick Mathewson <nickm@torproject.org>2011-04-28 20:05:48 -0400
commitbb8689b86480d81aa150d5f27fa830afc4de4077 (patch)
tree8491336b47c2b4a2a2e8e96e7035fdc5b6ea4628 /changes
parentf38ecd5ac0f21d25c838be6004925372d26a45aa (diff)
parentc12289792507c8dd51c2a947f7c910c70df4dd3d (diff)
downloadtor-bb8689b86480d81aa150d5f27fa830afc4de4077.tar.gz
tor-bb8689b86480d81aa150d5f27fa830afc4de4077.zip
Merge remote-tracking branch 'origin/maint-0.2.2'
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.
+