diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3118 | 4 | ||||
-rw-r--r-- | changes/bug3183 | 5 | ||||
-rw-r--r-- | changes/microdesc_use | 10 |
3 files changed, 19 insertions, 0 deletions
diff --git a/changes/bug3118 b/changes/bug3118 new file mode 100644 index 0000000000..c702981730 --- /dev/null +++ b/changes/bug3118 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Correctly link libevent_openssl when --enable-static-libevent + is passed to configure. Fixes bug 3118; bugfix on 0.2.3.1-alpha. + diff --git a/changes/bug3183 b/changes/bug3183 new file mode 100644 index 0000000000..b1e594b8d1 --- /dev/null +++ b/changes/bug3183 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Bridges should not complain that they are unlisted in the consensus: + that's more or less the point of being a bridge. Bugfix on + 0.2.3.1-alpha; fixes bug 3183. + diff --git a/changes/microdesc_use b/changes/microdesc_use new file mode 100644 index 0000000000..89faf7c5fb --- /dev/null +++ b/changes/microdesc_use @@ -0,0 +1,10 @@ + o Major features + - Clients can now use microdescriptors instead of regular descriptors + to build circuits. Microdescriptors are authority-generated and + -authenticated summaries of regular descriptors' contents, designed + to change very rarely. This feature is designed to save bandwidth, + especially for clients on slow internet connections. It's off + by default for now, since nearly no caches support it, but it will + be on-by-default for clients in a future version. You can use the + UseMicrodescriptors option to turn it on. + |