diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1141 | 5 | ||||
-rw-r--r-- | changes/headercleanup | 3 | ||||
-rw-r--r-- | changes/makefile-var-exp | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/changes/bug1141 b/changes/bug1141 new file mode 100644 index 000000000..9975e418d --- /dev/null +++ b/changes/bug1141 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Fix an assertion failure that could occur in caches or bridge users + when using a very short voting interval on a testing network. + Diagnosed by Robert Hogan. Fixes bug 1141; bugfix on 0.2.0.8-alpha. + diff --git a/changes/headercleanup b/changes/headercleanup new file mode 100644 index 000000000..25a58fcda --- /dev/null +++ b/changes/headercleanup @@ -0,0 +1,3 @@ + o Code simplifications and refactoring: + - Remove a bunch of unused function declarations as well as a block of + #if 0'd code from the unit tests. Closes bug 1824. diff --git a/changes/makefile-var-exp b/changes/makefile-var-exp deleted file mode 100644 index 14e6a725b..000000000 --- a/changes/makefile-var-exp +++ /dev/null @@ -1,8 +0,0 @@ - o Minor bugfixes: - - Change $(VAR:MOD) to ${VAR:MOD} -- make(1) on NetBSD substitutes - '$(:x)' to 'x' rather than the empty string. This bites us in doc/ - when configured with --disable-asciidoc. Curly braces should work - in all implementations of make(1) but this patch changes only the - places where we use the VAR:MOD expansion. Doesn't fix bug 1773; - bugfix on 0.2.2.9-alpha. - |