diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17804 | 3 | ||||
-rw-r--r-- | changes/bug17818 | 3 | ||||
-rw-r--r-- | changes/bug17827 | 3 | ||||
-rw-r--r-- | changes/feature17576-UseDefaultFallbackDirs | 4 |
4 files changed, 13 insertions, 0 deletions
diff --git a/changes/bug17804 b/changes/bug17804 new file mode 100644 index 0000000000..bd2a3cbdff --- /dev/null +++ b/changes/bug17804 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Replace usage of 'INLINE' with 'inline'. Fixes bug 17804; bugfix + on tor-0.0.2pre8. diff --git a/changes/bug17818 b/changes/bug17818 new file mode 100644 index 0000000000..3d9afe329e --- /dev/null +++ b/changes/bug17818 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Isolate environment variables meant for tests from the rest of the + build system. Fixes bug 17818; bugfix on tor-0.2.7.3-rc. diff --git a/changes/bug17827 b/changes/bug17827 new file mode 100644 index 0000000000..04cd3b5977 --- /dev/null +++ b/changes/bug17827 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Fix backtrace compilation on FreeBSD. Fixes bug 17827; bugfix on + tor-0.2.5.2-alpha. diff --git a/changes/feature17576-UseDefaultFallbackDirs b/changes/feature17576-UseDefaultFallbackDirs new file mode 100644 index 0000000000..68843c4769 --- /dev/null +++ b/changes/feature17576-UseDefaultFallbackDirs @@ -0,0 +1,4 @@ + o Minor feature (fallback directories): + - Add UseDefaultFallbackDirs, which enables any hard-coded fallback + directory mirrors. Default is 1, set it to 0 to disable fallbacks. + Implements ticket 17576. Patch by "teor". |