summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug169013
-rw-r--r--changes/bug169134
-rw-r--r--changes/bug169246
-rw-r--r--changes/bug169295
-rw-r--r--changes/pullup_nulterm2
-rw-r--r--changes/test-network-bridges-hs6
-rw-r--r--changes/ticket15254-hs-stats-default4
7 files changed, 30 insertions, 0 deletions
diff --git a/changes/bug16901 b/changes/bug16901
new file mode 100644
index 0000000000..c008ebdbd8
--- /dev/null
+++ b/changes/bug16901
@@ -0,0 +1,3 @@
+ o Minor features (compilation):
+ - Give a warning as early as possible when trying to build with an
+ unsupported OpenSSL version. Closes ticket 16901.
diff --git a/changes/bug16913 b/changes/bug16913
new file mode 100644
index 0000000000..464140b538
--- /dev/null
+++ b/changes/bug16913
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fix an usage message of tor-resolve(1) so that it no longer lists
+ the removed -F option. Resolves ticket #16913; bugfix on Tor
+ 0.2.2.28-beta.
diff --git a/changes/bug16924 b/changes/bug16924
new file mode 100644
index 0000000000..a1bc96e54d
--- /dev/null
+++ b/changes/bug16924
@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+ - When calling channel_free_list(), avoid calling smartlist_remove()
+ while inside a FOREACH loop. This partially reverts commit
+ 17356fe7fd96af where the correct SMARTLIST_DEL_CURRENT was
+ removed. Fixes bug 16929; bugfix on 0.2.4.4-alpha.
+
diff --git a/changes/bug16929 b/changes/bug16929
new file mode 100644
index 0000000000..83e60d7eb2
--- /dev/null
+++ b/changes/bug16929
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - include the TUNING document in our source tarball. It is referred
+ to in the ChangeLog and an error message. Fixes bug 16929; bugfix
+ on 0.2.6.1-alpha.
+
diff --git a/changes/pullup_nulterm b/changes/pullup_nulterm
new file mode 100644
index 0000000000..3f3bd5447a
--- /dev/null
+++ b/changes/pullup_nulterm
@@ -0,0 +1,2 @@
+ o Code simplifications and refactoring:
+ - Remove the unused "nulterminate" argument from buf_pullup().
diff --git a/changes/test-network-bridges-hs b/changes/test-network-bridges-hs
new file mode 100644
index 0000000000..a8f3521f3a
--- /dev/null
+++ b/changes/test-network-bridges-hs
@@ -0,0 +1,6 @@
+ o Minor features (testing, bridges, hidden services):
+ - Make "bridges+hs" the default test network. This tests almost all
+ tor functionality during make test-network, while allowing tests
+ to succeed on non-IPv6 systems.
+ Requires chutney commit 396da92 in test-network-bridges-hs.
+ Closes tickets 16945 (tor), 16946 (chutney) . Patches by "teor".
diff --git a/changes/ticket15254-hs-stats-default b/changes/ticket15254-hs-stats-default
new file mode 100644
index 0000000000..14913ea604
--- /dev/null
+++ b/changes/ticket15254-hs-stats-default
@@ -0,0 +1,4 @@
+ o Hidden Service Statistics
+ - Turn on hidden service statistics collection by setting the torrc
+ option HiddenServiceStatistics to "1" by default. Closes ticket
+ #15254.