diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1843 | 4 | ||||
-rw-r--r-- | changes/bug1848 | 3 | ||||
-rw-r--r-- | changes/bug1943 | 4 | ||||
-rw-r--r-- | changes/bug1956 | 5 | ||||
-rw-r--r-- | changes/log-ratelim | 7 | ||||
-rw-r--r-- | changes/openbsd-sysheaders | 4 | ||||
-rw-r--r-- | changes/win_build_fix | 2 |
7 files changed, 11 insertions, 18 deletions
diff --git a/changes/bug1843 b/changes/bug1843 deleted file mode 100644 index f44054ee22..0000000000 --- a/changes/bug1843 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features: - - Warn when CookieAuthFileGroupReadable is set but CookieAuthFile is - not. This would lead to a cookie that is still not group readable. - Closes bug 1843. Suggested by katmagic. diff --git a/changes/bug1848 b/changes/bug1848 deleted file mode 100644 index db00e17f83..0000000000 --- a/changes/bug1848 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes: - - Squash a compile warning on OpenBSD. Reported by Tas, fixes bug 1848. - diff --git a/changes/bug1943 b/changes/bug1943 new file mode 100644 index 0000000000..0005cef9b3 --- /dev/null +++ b/changes/bug1943 @@ -0,0 +1,4 @@ + o Minor features: + - Add some more defensive programming for architectures that can't + handle unaligned integer accesses. We don't know of any actual + bugs right now, but that's the best time to fix them. diff --git a/changes/bug1956 b/changes/bug1956 new file mode 100644 index 0000000000..3e402b7765 --- /dev/null +++ b/changes/bug1956 @@ -0,0 +1,5 @@ + o Minor bugfixes + - Do not double-report signatures from unrecognized authorities both + as "from unknown authority" and "not present". Fixes bug 1956, + bugfix on 0.2.2.16-alpha. + diff --git a/changes/log-ratelim b/changes/log-ratelim deleted file mode 100644 index 612a510fdf..0000000000 --- a/changes/log-ratelim +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes - - Rate-limit "Failed to hand off onionskin" warnings. - - o Minor features - - When logging a rate-limited warning, we now mention how many messages - got suppressed since the last warning. - diff --git a/changes/openbsd-sysheaders b/changes/openbsd-sysheaders deleted file mode 100644 index 2babde2d78..0000000000 --- a/changes/openbsd-sysheaders +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes: - - When building with --enable-gcc-warnings on OpenBSD, disable - warnings in system headers. This makes --enable-gcc-warnings - pass on OpenBSD 4.8.
\ No newline at end of file diff --git a/changes/win_build_fix b/changes/win_build_fix new file mode 100644 index 0000000000..adcfcc0384 --- /dev/null +++ b/changes/win_build_fix @@ -0,0 +1,2 @@ + o Major bugfixes: + - Fix compilation on Windows. Bugfix on 0.2.2.16-alpha, related to bug 1797. |