summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-05-02 08:50:45 -0400
committerNick Mathewson <nickm@torproject.org>2019-05-02 08:50:45 -0400
commitbf071e34aa26e0965910d1adf424e8134b8d45d6 (patch)
tree9923013f2d576c80ea7a71032b8f414eb290e7f6
parented2e84c7022ab8f6fd8630d71b319e4744ce92f7 (diff)
downloadtor-bf071e34aa26e0965910d1adf424e8134b8d45d6.tar.gz
tor-bf071e34aa26e0965910d1adf424e8134b8d45d6.zip
Add bug29930 into changelog/releasenotestor-0.4.0.5
-rw-r--r--ChangeLog4
-rw-r--r--ReleaseNotes4
-rw-r--r--changes/bug299304
3 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index eb606c1785..2d1ca785d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,10 @@ Changes in version 0.4.0.5 - 2019-05-02
- Check the time in the "Expires" header using approx_time(). Fixes
bug 30001; bugfix on 0.4.0.4-rc.
+ o Minor bugfixes (UI):
+ - Lower log level of unlink() errors during bootstrap. Fixes bug
+ 29930; bugfix on 0.4.0.1-alpha.
+
Changes in version 0.4.0.4-rc - 2019-04-11
Tor 0.4.0.4-rc is the first release candidate in its series; it fixes
diff --git a/ReleaseNotes b/ReleaseNotes
index 3c8b3c9b18..53867617c0 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -516,6 +516,10 @@ Changes in version 0.4.0.5 - 2019-05-02
was causing Stem integration tests to stall in some cases. Fixes
bug 30021; bugfix on 0.2.4.8-alpha.
+ o Minor bugfixes (UI):
+ - Lower log level of unlink() errors during bootstrap. Fixes bug
+ 29930; bugfix on 0.4.0.1-alpha.
+
o Minor bugfixes (usability):
- Stop saying "Your Guard ..." in pathbias_measure_{use,close}_rate().
Some users took this phrasing to mean that the mentioned guard was
diff --git a/changes/bug29930 b/changes/bug29930
deleted file mode 100644
index a99b11430b..0000000000
--- a/changes/bug29930
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (UI):
- - Lower log level of unlink() errors during bootstrap. Fixes bug 29930;
- bugfix on 0.4.0.1-alpha.
-