summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-07-25 11:06:00 -0400
committerNick Mathewson <nickm@torproject.org>2019-07-25 11:06:00 -0400
commit15f49acb7fa3d0f60b51bdc5050078175f253986 (patch)
tree64c9459ce336a7383637d48c7f63bd66c7d6413a
parentf05624030a88bd8e3c96b9784e649c4bd2d521d3 (diff)
downloadtor-15f49acb7fa3d0f60b51bdc5050078175f253986.tar.gz
tor-15f49acb7fa3d0f60b51bdc5050078175f253986.zip
Changelog edits
-rw-r--r--ChangeLog10
1 files changed, 4 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a3e6d014f1..57a99e613d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,9 +5,9 @@ Changes in version 0.4.1.4-rc - 2019-07-??
o Major bugfixes (circuit build, guard):
- When considering upgrading circuits from "waiting for guard" to
- "open", always ignore the ones that are mark for close. Else, we
- can end up in the situation where a subsystem is notified of that
- circuit opening but still marked for close leading to undesirable
+ "open", always ignore circuits that are marked for close. Otherwise,
+ we can end up in the situation where a subsystem is notified that
+ a closing circuits has just opened, leading to undesirable
behavior. Fixes bug 30871; bugfix on 0.3.0.1-alpha.
o Minor features (continuous integration):
@@ -24,10 +24,8 @@ Changes in version 0.4.1.4-rc - 2019-07-??
- On relays, properly check that a padding machine is absent before
logging a warn about it being absent. Fixes bug 30649; bugfix
on 0.4.1.1-alpha.
-
- o Minor bugfixes (circuitpadding):
- Add two NULL checks in unreachable places to silence Coverity (CID
- 144729 and 1447291) and better future proof ourselves. Fixes bug
+ 144729 and 1447291) and better future-proof ourselves. Fixes bug
31024; bugfix on 0.4.1.1-alpha.
o Minor bugfixes (crash on exit):