diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug32639 | 4 | ||||
-rw-r--r-- | changes/ticket28804 | 5 | ||||
-rw-r--r-- | changes/ticket30984 | 4 | ||||
-rw-r--r-- | changes/ticket32172 | 4 | ||||
-rw-r--r-- | changes/ticket32206 | 3 | ||||
-rw-r--r-- | changes/ticket32629 | 4 | ||||
-rw-r--r-- | changes/ticket32708 | 3 |
7 files changed, 27 insertions, 0 deletions
diff --git a/changes/bug32639 b/changes/bug32639 new file mode 100644 index 0000000000..1237ba074f --- /dev/null +++ b/changes/bug32639 @@ -0,0 +1,4 @@ + o Minor bugfixes (onion services): + - In cancel_descriptor_fetches(), use connection_list_by_type_purpose() + instead of connection_list_by_type_state(). Fixes bug 32639; bugfix on + 0.3.2.1-alpha. Patch by Neel Chauhan. diff --git a/changes/ticket28804 b/changes/ticket28804 new file mode 100644 index 0000000000..9c4eb47766 --- /dev/null +++ b/changes/ticket28804 @@ -0,0 +1,5 @@ + o Major features (documentation): + - Provide a Circuit Padding Framework quickstart guide and developer + documentation for researchers to implement and study Circuit Padding + machines. Closes ticket 28804. + diff --git a/changes/ticket30984 b/changes/ticket30984 new file mode 100644 index 0000000000..de7d055415 --- /dev/null +++ b/changes/ticket30984 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Create a new abstraction for formatting control protocol reply + lines based on key-value pairs. Refactor some existing control + protocol code to take advantage of this. Closes ticket 30984. diff --git a/changes/ticket32172 b/changes/ticket32172 new file mode 100644 index 0000000000..a661617999 --- /dev/null +++ b/changes/ticket32172 @@ -0,0 +1,4 @@ + o Minor features (tests, Android): + - When running the unit tests on Android, create temporary files + in a subdirectory of /data/local/tmp. Closes ticket + 32172. Based on a patch from Hans-Christoph Steiner. diff --git a/changes/ticket32206 b/changes/ticket32206 new file mode 100644 index 0000000000..7ced81853e --- /dev/null +++ b/changes/ticket32206 @@ -0,0 +1,3 @@ + o Documentation: + - Create a high-level description of the long-term software + architecture goals. Closes ticket 32206. diff --git a/changes/ticket32629 b/changes/ticket32629 new file mode 100644 index 0000000000..740746c572 --- /dev/null +++ b/changes/ticket32629 @@ -0,0 +1,4 @@ + o Testing: + - Re-enable the Travis CI macOS Chutney build, but allow the job to finish + before it finishes, because the Travis macOS jobs are slow. + Closes ticket 32629. diff --git a/changes/ticket32708 b/changes/ticket32708 new file mode 100644 index 0000000000..06bf4cf22b --- /dev/null +++ b/changes/ticket32708 @@ -0,0 +1,3 @@ + o Documentation (manpage): + - Alphabetize the General Options section of the tor + manpage. Closes ticket 32708. |