summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug313439
-rw-r--r--changes/ticket249644
-rw-r--r--changes/ticket309795
-rw-r--r--changes/ticket310124
-rw-r--r--changes/ticket310303
-rw-r--r--changes/ticket311753
-rw-r--r--changes/ticket313744
-rw-r--r--changes/ticket314063
8 files changed, 35 insertions, 0 deletions
diff --git a/changes/bug31343 b/changes/bug31343
new file mode 100644
index 0000000000..17a8057ead
--- /dev/null
+++ b/changes/bug31343
@@ -0,0 +1,9 @@
+ o Minor bugfixes (compilation):
+ - Avoid using labs() on time_t, which can cause compilation warnings
+ on 64-bit Windows builds. Fixes bug 31343; bugfix on 0.2.4.4-alpha.
+
+ o Minor bugfixes (clock skew detection):
+ - Don't believe clock skew results from NETINFO cells that appear to
+ arrive before the VERSIONS cells they are responding to were sent.
+ Previously, we would accept them up to 3 minutes "in the past".
+ Fixes bug 31343; bugfix on 0.2.4.4-alpha.
diff --git a/changes/ticket24964 b/changes/ticket24964
new file mode 100644
index 0000000000..171c86eb1d
--- /dev/null
+++ b/changes/ticket24964
@@ -0,0 +1,4 @@
+ o Minor feature (onion service v3):
+ - Do not allow single hop client to fetch or post an HS descriptor from an
+ HSDir. Closes ticket 24964;
+
diff --git a/changes/ticket30979 b/changes/ticket30979
new file mode 100644
index 0000000000..8ae9b3c418
--- /dev/null
+++ b/changes/ticket30979
@@ -0,0 +1,5 @@
+ o Minor features (git hooks):
+ - Our pre-push git hook now checks for a special file
+ before running practracker, so that it only runs on branches
+ that are based on master.
+ Closes ticket 30979.
diff --git a/changes/ticket31012 b/changes/ticket31012
new file mode 100644
index 0000000000..61ea30d8da
--- /dev/null
+++ b/changes/ticket31012
@@ -0,0 +1,4 @@
+ o Minor bugfixes (operator tools):
+ - Make tor-print-ed-signing-cert(1) print certificate expiration date in
+ RFC 1123 and UNIX timestamp formats, to make output machine readable.
+ Fixes bug 31012; bugfix on 0.3.5.1-alpha.
diff --git a/changes/ticket31030 b/changes/ticket31030
new file mode 100644
index 0000000000..4d99323b4e
--- /dev/null
+++ b/changes/ticket31030
@@ -0,0 +1,3 @@
+ o Minor bugfixes (coverity, tests):
+ - Fix several coverity warnings from our unit tests. Fixes bug 31030;
+ bugfix on 0.2.4.1-alpha, 0.3.2.1-alpha, and 0.4.0.1-alpha.
diff --git a/changes/ticket31175 b/changes/ticket31175
new file mode 100644
index 0000000000..cff13761a4
--- /dev/null
+++ b/changes/ticket31175
@@ -0,0 +1,3 @@
+ o Minor features (development tools):
+ - Our best-practices tracker now looks at headers as well as
+ C files. Closes ticket 31175.
diff --git a/changes/ticket31374 b/changes/ticket31374
new file mode 100644
index 0000000000..e8eef9cd49
--- /dev/null
+++ b/changes/ticket31374
@@ -0,0 +1,4 @@
+ o Minor bugfixes (compilation warning):
+ - Fix a compilation warning on Windows about casting a function
+ pointer for GetTickCount64(). Fixes bug 31374; bugfix on
+ 0.2.9.1-alpha.
diff --git a/changes/ticket31406 b/changes/ticket31406
new file mode 100644
index 0000000000..0ebe6f6c47
--- /dev/null
+++ b/changes/ticket31406
@@ -0,0 +1,3 @@
+ o Minor features (directory authority):
+ - A new IP address the directory authority "dizum" has been changed. Closes
+ ticket 31406;