diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-29 11:21:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-29 11:21:23 -0400 |
commit | 413a442f57abb084499d1aa363aee1f8a0b53ad8 (patch) | |
tree | f6c0389c24f8c3d13aaf30894aaa79a455cd019c /changes/diagnose_8387 | |
parent | a6688f9cbb930ad139a7f3886684fcadeec59d30 (diff) | |
download | tor-413a442f57abb084499d1aa363aee1f8a0b53ad8.tar tor-413a442f57abb084499d1aa363aee1f8a0b53ad8.tar.gz |
Start on the 0.2.5.5-alpha changelog.
I've copied the entries from changes/, labeled the ones that also
appeared in 0.2.4.22, sorted them lightly with a python script
(added to maint), and combined sections with the same name.
I didn't combine sections without a description (e.g. "Minor
bugfixes:"), since we'll probably add a description to those.
Diffstat (limited to 'changes/diagnose_8387')
-rw-r--r-- | changes/diagnose_8387 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/changes/diagnose_8387 b/changes/diagnose_8387 deleted file mode 100644 index 3dfc84578..000000000 --- a/changes/diagnose_8387 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features (diagnostic): - - When we log a heartbeat, log how many one-hop circuits we have that - are at least 30 minutes old, and log status information about a - few of them. This is an attempt to track down bug 8387. |