aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug87915
-rw-r--r--changes/bug87924
-rw-r--r--changes/bug88464
-rw-r--r--changes/bug88795
-rw-r--r--changes/geoip-may20133
5 files changed, 21 insertions, 0 deletions
diff --git a/changes/bug8791 b/changes/bug8791
new file mode 100644
index 0000000000..0a65e286c0
--- /dev/null
+++ b/changes/bug8791
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - In the function munge_extrainfo_into_routerinfo(), check the return
+ value of memchr(). This would have been a serious issue if we ever
+ passed a non-extrainfo to munge_extrainfo_into_routerinfo. Fixes
+ bug 8791; bugfix on 0.2.0.6-alpha. Patch from Arlo Breault.
diff --git a/changes/bug8792 b/changes/bug8792
new file mode 100644
index 0000000000..6f4e3bf7b1
--- /dev/null
+++ b/changes/bug8792
@@ -0,0 +1,4 @@
+ o Removed code
+ - Remove constants and tests for PKCS1 padding; it's insecure and
+ shouldn't be used for anything new. Fixes bug #8792; patch
+ from Arlo Breault.
diff --git a/changes/bug8846 b/changes/bug8846
new file mode 100644
index 0000000000..377cc3708a
--- /dev/null
+++ b/changes/bug8846
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Give a less useless error message when the user asks for an IPv4
+ address on an IPv6-only port, or vice versa. Fixes bug 8846; bugfix
+ on 0.2.4.7-alpha.
diff --git a/changes/bug8879 b/changes/bug8879
new file mode 100644
index 0000000000..0d2a70086c
--- /dev/null
+++ b/changes/bug8879
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+ - Follow the socks5 protocol when offering username/password
+ authentication. The fix for bug 8117 exposed this bug, and it
+ turns out real-world applications like Pidgin do care. Bugfix on
+ 0.2.3.2-alpha; fixes bug 8879.
diff --git a/changes/geoip-may2013 b/changes/geoip-may2013
new file mode 100644
index 0000000000..ff4b98f22b
--- /dev/null
+++ b/changes/geoip-may2013
@@ -0,0 +1,3 @@
+ o Minor features:
+ - Update to the May 9 2013 Maxmind GeoLite Country database.
+