summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-06 13:36:29 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-06 13:36:29 -0500
commitd6b49c55c58777ec7457cd8ae6a372fe0939f920 (patch)
tree34305828668d2ecc46b3499682cb45ce9933efb6 /changes
parente4320689cc468be246264b3fba64e6fa95a74c19 (diff)
parent2008728df70969d1868b204d4d1059541229d66f (diff)
downloadtor-d6b49c55c58777ec7457cd8ae6a372fe0939f920.tar.gz
tor-d6b49c55c58777ec7457cd8ae6a372fe0939f920.zip
Merge branch 'bug2328_021' into maint-0.2.1
Diffstat (limited to 'changes')
-rw-r--r--changes/bug23288
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug2328 b/changes/bug2328
new file mode 100644
index 0000000000..f1a4fa89c5
--- /dev/null
+++ b/changes/bug2328
@@ -0,0 +1,8 @@
+ o Minor bugfixes
+ - Fix a bug where we would declare that we had run out of virtual
+ addresses when the address space was only half-exhausted. Bugfix
+ on 0.1.2.1-alpha.
+ - Correctly handle the case where AutomapHostsOnResolve is set but no
+ virtual addresses are available. Fixes bug2328, bugfix on
+ 0.1.2.1-alpha. Bug found by doorss.
+