aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-15 16:10:59 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-15 16:10:59 -0400
commitbdfb399867e697e1afcbe0927a7aba685a587b1c (patch)
tree47acc532ecd121187168c11f4e2dc3490022f50f /changes
parent879b1e10101f4eb5ecfb37c7a51f2882c2ac3ea1 (diff)
parentcc21e56ed4cfc9c83b2cbfef9a8ff088471f7925 (diff)
downloadtor-bdfb399867e697e1afcbe0927a7aba685a587b1c.tar
tor-bdfb399867e697e1afcbe0927a7aba685a587b1c.tar.gz
Merge remote-tracking branch 'public/xxx023'
Diffstat (limited to 'changes')
-rw-r--r--changes/check_correct_flav_sigs4
-rw-r--r--changes/descriptor_limit2
-rw-r--r--changes/log_bad_md_entry3
-rw-r--r--changes/move_cached_gtod3
4 files changed, 12 insertions, 0 deletions
diff --git a/changes/check_correct_flav_sigs b/changes/check_correct_flav_sigs
new file mode 100644
index 000000000..db21182dd
--- /dev/null
+++ b/changes/check_correct_flav_sigs
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - When checking for requested signatures on the latest consensus before
+ serving it to a client, make sure to check the right consensus flavor.
+ Bugfix on 0.2.2.6-alpha.
diff --git a/changes/descriptor_limit b/changes/descriptor_limit
new file mode 100644
index 000000000..29be3d981
--- /dev/null
+++ b/changes/descriptor_limit
@@ -0,0 +1,2 @@
+ o Code simplification and refactoring:
+ - Remove duplicate code for invoking getrlimit() from control.c.
diff --git a/changes/log_bad_md_entry b/changes/log_bad_md_entry
new file mode 100644
index 000000000..3c653277c
--- /dev/null
+++ b/changes/log_bad_md_entry
@@ -0,0 +1,3 @@
+ o Minor features (debugging):
+ - Log a BUG message at INFO if we have a networkstatus with a missing
+ entry for some microdescriptor.
diff --git a/changes/move_cached_gtod b/changes/move_cached_gtod
new file mode 100644
index 000000000..53d80920f
--- /dev/null
+++ b/changes/move_cached_gtod
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Move tor_gettimeofday_cached() into compat_libevent.c, and use
+ Libevent's notion of cached time when possible.