diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31657 | 5 | ||||
-rw-r--r-- | changes/doc31089 | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug31657 b/changes/bug31657 new file mode 100644 index 0000000000..08e9d95fdf --- /dev/null +++ b/changes/bug31657 @@ -0,0 +1,5 @@ + o Minor bugfixes (guards): + - When tor is missing descriptors for some primary entry guards, make the + log message less alarming. It's normal for descriptors to expire, as long + as tor fetches new ones soon after. Fixes bug 31657; + bugfix on 0.3.3.1-alpha. diff --git a/changes/doc31089 b/changes/doc31089 new file mode 100644 index 0000000000..2fc0ba4f7d --- /dev/null +++ b/changes/doc31089 @@ -0,0 +1,4 @@ + o Documentation: + - Use RFC 2397 data URL scheme to embed image into tor-exit-notice.html + so that operators would no longer have to host it themselves. + Closes ticket 31089. |