summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug23055
-rw-r--r--changes/bug23134
-rw-r--r--changes/bug23244
-rw-r--r--changes/bug23266
4 files changed, 19 insertions, 0 deletions
diff --git a/changes/bug2305 b/changes/bug2305
new file mode 100644
index 0000000000..c979d5fd3a
--- /dev/null
+++ b/changes/bug2305
@@ -0,0 +1,5 @@
+ o Build changes
+ - Tor does not build packages correctly with Automake 1.6 and earlier;
+ added a check to Makefile.am to make sure that we're building with
+ Automake 1.7 or later.
+
diff --git a/changes/bug2313 b/changes/bug2313
new file mode 100644
index 0000000000..0ffbe4ab07
--- /dev/null
+++ b/changes/bug2313
@@ -0,0 +1,4 @@
+ o Minor bugfixes
+ - Fix compilation on mingw when a pthreads compatibility library
+ has been installed. (We don't want to use it, so we shouldn't
+ be including pthread.h.) Fixes bug 2313; bugfix on 0.1.0.1-rc.
diff --git a/changes/bug2324 b/changes/bug2324
new file mode 100644
index 0000000000..eefc8370ef
--- /dev/null
+++ b/changes/bug2324
@@ -0,0 +1,4 @@
+ o Minor bugfixes
+ - Add a check for SIZE_T_MAX to tor_realloc to try to avoid
+ underflow errors there too. Fixes bug 2324.
+
diff --git a/changes/bug2326 b/changes/bug2326
new file mode 100644
index 0000000000..239a383faf
--- /dev/null
+++ b/changes/bug2326
@@ -0,0 +1,6 @@
+ o Minor bugfixes
+ - Fix a bug where we would assert if we ever had a
+ cached-descriptors.new file (or another file read directly into
+ memory) of exactly SIZE_T_CEILING bytes. Found by doors; fixes
+ bug 2326; bugfix on 0.2.1.25.
+