diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-28 20:53:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-28 20:53:44 -0400 |
commit | 4010427b519c3727351905bbe5a75e85a055dd58 (patch) | |
tree | 04127e9647817d2c7ee9c65f37045a128bd2650b /changes | |
parent | 5693fedb60ee19048d45ed892edb07925b52678b (diff) | |
parent | df3cf881d1d217b6ff3757bf95f8c2784584fec8 (diff) | |
download | tor-4010427b519c3727351905bbe5a75e85a055dd58.tar tor-4010427b519c3727351905bbe5a75e85a055dd58.tar.gz |
Merge remote-tracking branch 'arma/bug3039' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3039 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3039 b/changes/bug3039 new file mode 100644 index 000000000..7347ee38e --- /dev/null +++ b/changes/bug3039 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Write the current time into the LastWritten line in our state file, + rather than the time from the previous write attempt. Also, stop + trying to use a time of -1 in our log statements. Fixes bug 3039; + bugfix on 0.2.2.14-alpha. |