summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-07-25 11:30:41 -0400
committerNick Mathewson <nickm@torproject.org>2019-07-25 11:30:41 -0400
commit6c4a6d170012c382e29ba270fcf7084ddb7cd2af (patch)
treee237b2b972e514b7a3d481edd2f885db1387cf8d
parent15f49acb7fa3d0f60b51bdc5050078175f253986 (diff)
downloadtor-6c4a6d170012c382e29ba270fcf7084ddb7cd2af.tar.gz
tor-6c4a6d170012c382e29ba270fcf7084ddb7cd2af.zip
More edits, and pick a release date
(thanks to seborn)
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 57a99e613d..3ee219f0c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.4.1.4-rc - 2019-07-??
+Changes in version 0.4.1.4-rc - 2019-07-25
Tor 0.4.1.4-rc fixes a few bugs from previous versions of Tor, and
updates to a new list of fallback directories. If no new bugs are
found, the next release in the 0.4.1.x serious should be stable.
@@ -7,7 +7,7 @@ Changes in version 0.4.1.4-rc - 2019-07-??
- When considering upgrading circuits from "waiting for guard" to
"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
+ a closing circuit has just opened, leading to undesirable
behavior. Fixes bug 30871; bugfix on 0.3.0.1-alpha.
o Minor features (continuous integration):
@@ -22,14 +22,14 @@ Changes in version 0.4.1.4-rc - 2019-07-??
o Minor bugfixes (circuit padding):
- On relays, properly check that a padding machine is absent before
- logging a warn about it being absent. Fixes bug 30649; bugfix
+ logging a warning about it being absent. Fixes bug 30649; bugfix
on 0.4.1.1-alpha.
- Add two NULL checks in unreachable places to silence Coverity (CID
144729 and 1447291) and better future-proof ourselves. Fixes bug
31024; bugfix on 0.4.1.1-alpha.
o Minor bugfixes (crash on exit):
- - Avoid a set of possible code paths that could use try to use freed
+ - Avoid a set of possible code paths that could try to use freed
memory in routerlist_free() while Tor was exiting. Fixes bug
31003; bugfix on 0.1.2.2-alpha.