aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/aes_hackery11
-rw-r--r--changes/bridgeauth_crash4
-rw-r--r--changes/bug38329
-rw-r--r--changes/bug43664
-rw-r--r--changes/bug44268
-rw-r--r--changes/bug44349
-rw-r--r--changes/bug44375
-rw-r--r--changes/fix-msvc4
-rw-r--r--changes/geoip-november20113
-rw-r--r--changes/test_bench5
-rw-r--r--changes/win-bundle-path4
11 files changed, 54 insertions, 12 deletions
diff --git a/changes/aes_hackery b/changes/aes_hackery
new file mode 100644
index 000000000..739c8a0d6
--- /dev/null
+++ b/changes/aes_hackery
@@ -0,0 +1,11 @@
+ o Code simplification and refactoring:
+ - Unconditionally use OpenSSL's AES implementation instead of our
+ old built-in one. OpenSSL's AES has been better for a while, and
+ relatively few servers should still be on any version of OpenSSL
+ that doesn't have good optimized assembly AES.
+
+ o Major features:
+ - Use OpenSSL's EVP interface for AES encryption, so that all
+ AES operations can use hardware acceleration (if present).
+ Resolves issue #4442.
+
diff --git a/changes/bridgeauth_crash b/changes/bridgeauth_crash
deleted file mode 100644
index 74b9d03d1..000000000
--- a/changes/bridgeauth_crash
+++ /dev/null
@@ -1,4 +0,0 @@
- o Major bugfixes:
- - Don't crash when we, as the bridge authority, are asked for our own
- descriptor. Bugfix on 0.2.3.7-alpha, reported by Lucky.
-
diff --git a/changes/bug3832 b/changes/bug3832
new file mode 100644
index 000000000..230f0d797
--- /dev/null
+++ b/changes/bug3832
@@ -0,0 +1,9 @@
+ o Major features:
+
+ - Allow Tor controllers like Vidalia to obtain the microdescriptor
+ for a relay by identity digest or nickname. Previously,
+ microdescriptors were only available by their own digests, so a
+ controller would have to ask for and parse the whole
+ microdescriptor consensus in order to look up a single relay's
+ microdesc. Fixes bug 3832; bugfix on 0.2.3.1-alpha.
+
diff --git a/changes/bug4366 b/changes/bug4366
deleted file mode 100644
index c31646f98..000000000
--- a/changes/bug4366
+++ /dev/null
@@ -1,4 +0,0 @@
- o Code simplifications and refactoring:
- - Remove some redundant #include directives throughout the code.
- Patch from Andrea Gelmini.
-
diff --git a/changes/bug4426 b/changes/bug4426
new file mode 100644
index 000000000..1322243d0
--- /dev/null
+++ b/changes/bug4426
@@ -0,0 +1,8 @@
+ o Minor features:
+
+ - When Tor ignores a hidden service specified in its
+ configuration, include the hidden service's directory in the
+ warning message. Previously, we would only tell the user that
+ some hidden service was ignored. Bugfix on 0.0.6; fixes bug
+ 4426.
+
diff --git a/changes/bug4434 b/changes/bug4434
new file mode 100644
index 000000000..d602088f4
--- /dev/null
+++ b/changes/bug4434
@@ -0,0 +1,9 @@
+ o Minor bugfixes:
+ - Fix some (not actually triggerable) buffer size checks in usage of
+ tor_inet_ntop. Fixes bug 4434; bugfix on Tor 0.2.0.1-alpha. Patch
+ by Anders Sundman.
+
+ o Testing:
+ - Numerous new unit tests for functions in util.c and address.c by
+ Anders Sundman.
+
diff --git a/changes/bug4437 b/changes/bug4437
new file mode 100644
index 000000000..985c670b1
--- /dev/null
+++ b/changes/bug4437
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Don't warn about unused log_mutex in log.c when building with
+ --disable-threads using a recent GCC. Fixes bug 4437; bugfix on
+ 0.1.0.6-rc which introduced --disable-threads.
+
diff --git a/changes/fix-msvc b/changes/fix-msvc
new file mode 100644
index 000000000..62f05476b
--- /dev/null
+++ b/changes/fix-msvc
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Make util unit tests build correctly with MSVC. Bugfix on
+ 0.2.3.3-alpha. Patch by Gisle Vanem.
+
diff --git a/changes/geoip-november2011 b/changes/geoip-november2011
new file mode 100644
index 000000000..3aa8dc05c
--- /dev/null
+++ b/changes/geoip-november2011
@@ -0,0 +1,3 @@
+ o Minor features:
+ - Update to the November 1 2011 Maxmind GeoLite Country database.
+
diff --git a/changes/test_bench b/changes/test_bench
new file mode 100644
index 000000000..8ae895b11
--- /dev/null
+++ b/changes/test_bench
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Rename the bench_{aes,dmap} functions to test_*, so that tinytest can
+ pick them up when the tests aren't disabled. Bugfix on 0.2.2.4-alpha
+ which introduced tinytest.
+
diff --git a/changes/win-bundle-path b/changes/win-bundle-path
deleted file mode 100644
index 32ff514ef..000000000
--- a/changes/win-bundle-path
+++ /dev/null
@@ -1,4 +0,0 @@
- o Packaging changes:
- - Remove absolute path from makensis.exe command to build Tor expert bundle
- in order to make it easier to automate package builds
-