summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/broken-028-fallbacks3
-rw-r--r--changes/more_module_docs4
-rw-r--r--changes/prop26418
-rw-r--r--changes/ticket200016
-rw-r--r--changes/ticket202413
5 files changed, 4 insertions, 30 deletions
diff --git a/changes/broken-028-fallbacks b/changes/broken-028-fallbacks
deleted file mode 100644
index 698fd6e37a..0000000000
--- a/changes/broken-028-fallbacks
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor feature (fallback directories):
- - Remove broken fallbacks from the hard-coded fallback directory list.
- Closes ticket 20190; patch by teor.
diff --git a/changes/more_module_docs b/changes/more_module_docs
new file mode 100644
index 0000000000..0066ddfcf0
--- /dev/null
+++ b/changes/more_module_docs
@@ -0,0 +1,4 @@
+ o Documentation:
+ - Module-level documentation for several more modules. Closes tickets
+ 19287 and
+ 19290.
diff --git a/changes/prop264 b/changes/prop264
deleted file mode 100644
index bab8a400e1..0000000000
--- a/changes/prop264
+++ /dev/null
@@ -1,18 +0,0 @@
- o Major features (subprotocol versions):
-
- - Tor now uses "subprotocol versions" to indicate
- compatibility. Previously, versions of Tor looked at the declared Tor
- version of a relay to tell whether they could use a given feature.
- Now, they should be able to rely on its declared subprotocol versions.
- This change allows compatible implementations of the Tor protocol(s) to
- exist without declaring compatibility with pretending to be particular
- releases of Tor itself. Closes ticket 19958; implements part of
- proposal 264.
-
- - Tor directory authorities now vote on a set of recommended subprotocol
- versions, and on a set of required subprotocol versions. Clients and
- relays that lack support for a _required_ suprotocol version will not
- start; those that lack support for a _recommended_ subprotocol version
- will warn the user to upgrade. Closes ticket 19958; implements part of
- proposal 264.
-
diff --git a/changes/ticket20001 b/changes/ticket20001
deleted file mode 100644
index a096e3a3d5..0000000000
--- a/changes/ticket20001
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor features (client, directory):
- - Since authorities now omit all routers that lack the Running and Valid
- flags, we assume that any authority present in the consensus must
- have those flags. Closes ticket 20001; implements part of proposal
- 272.
-
diff --git a/changes/ticket20241 b/changes/ticket20241
deleted file mode 100644
index 7c592f7367..0000000000
--- a/changes/ticket20241
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features (compilation, portability):
- - Tor now compiles correctly on MacOS 10.12 (aka "Sierra"). Closes
- ticket 20241.