aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-23 14:59:38 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-23 14:59:38 -0400
commitaa1ad30fc9c629eea44d715041f29e4838ff3175 (patch)
treea1c50553bfa52d1bf3202942c10844074d2665f2 /changes
parent7a8cac14d52b6e107990cb251bd75b148ef35567 (diff)
downloadtor-aa1ad30fc9c629eea44d715041f29e4838ff3175.tar
tor-aa1ad30fc9c629eea44d715041f29e4838ff3175.tar.gz
copy all the changes files into the changelog again. still unedited
Diffstat (limited to 'changes')
-rw-r--r--changes/115438
-rw-r--r--changes/bug102686
-rw-r--r--changes/bug111565
-rw-r--r--changes/bug112005
-rw-r--r--changes/bug9229_0255
-rw-r--r--changes/bug99635
-rw-r--r--changes/ticket115286
7 files changed, 0 insertions, 40 deletions
diff --git a/changes/11543 b/changes/11543
deleted file mode 100644
index ebc22f775..000000000
--- a/changes/11543
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bugfixes:
-
- - Improve the warning message when trying to enable the Linux
- sandbox code on a Tor built without libseccomp. Instead of
- saying "Sandbox is not implemented on this platform", we now
- explain that we to need be built with libseccomp. Fixes bug
- 11543; bugfix on 0.2.5.1-alpha.
-
diff --git a/changes/bug10268 b/changes/bug10268
deleted file mode 100644
index 3035e7636..000000000
--- a/changes/bug10268
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - When receing a DNS query for an unsupported type, reply with
- no answer rather than with a NOTIMPL error. This behavior isn't
- correct either, but it will break fewer client programs, we hope.
- Fixes bug 10268; bugfix on 0.2.0.1-alpha. Original patch
- from "epoch".
diff --git a/changes/bug11156 b/changes/bug11156
deleted file mode 100644
index bb20ed1e7..000000000
--- a/changes/bug11156
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (clients):
- - Fix a bug where a client-side Tor with pluggable transports
- would take 60 seconds to bootstrap if a config re-read was
- triggered at just the right timing during bootstrap. Refixes bug
- 11156; bugfix on 0.2.5.3-alpha. \ No newline at end of file
diff --git a/changes/bug11200 b/changes/bug11200
deleted file mode 100644
index b4b61c9b7..000000000
--- a/changes/bug11200
+++ /dev/null
@@ -1,5 +0,0 @@
- - Minor bugfixes:
-
- - Avoid generating spurious warnings and failure messages when
- starting with DisableNetwork enabled. Fixes bug 11200 and bug
- 10405; bugfix on 0.2.3.9-alpha.
diff --git a/changes/bug9229_025 b/changes/bug9229_025
deleted file mode 100644
index ad7fd22c2..000000000
--- a/changes/bug9229_025
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Avoid 60-second delays in the bootstrapping process when Tor
- is launching for a second time while using bridges. Fixes bug 9229;
- bugfix on 0.2.0.3-alpha.
-
diff --git a/changes/bug9963 b/changes/bug9963
deleted file mode 100644
index b8b95f2a7..000000000
--- a/changes/bug9963
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - Don't log so many notice-level bootstrapping messages at startup about
- downloading descriptors. Previously, we'd log a notice whenever we
- learned about more routers. Now, we only log a notice at every 5% of
- progress. Fixes bug 9963.
diff --git a/changes/ticket11528 b/changes/ticket11528
deleted file mode 100644
index 15daad995..000000000
--- a/changes/ticket11528
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor features:
- - Servers now trust themselves to have a better view than clients of
- which TLS ciphersuites to choose. (Thanks to #11513, the server
- list is now well-considered, whereas the client list has been
- chosen mainly for anti-fingerprinting purposes.) Resolves ticket
- 11528.