diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-17 23:06:18 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-17 23:06:18 +0000 |
commit | 9f38cd935009e1c962804fb82bf0b0e3834e856d (patch) | |
tree | 68fd5f804fee04f394d9056f63f6808bd4aad9f4 | |
parent | a496010642c29018b5141991683a7d93dcf7d117 (diff) | |
download | tor-9f38cd935009e1c962804fb82bf0b0e3834e856d.tar.gz tor-9f38cd935009e1c962804fb82bf0b0e3834e856d.zip |
add changes file for bug 10929
-rw-r--r-- | changes/bug10929 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug10929 b/changes/bug10929 new file mode 100644 index 0000000000..acf3960471 --- /dev/null +++ b/changes/bug10929 @@ -0,0 +1,6 @@ + - Minor bugfixes: + - Fix build warnings about missing "a2x" comment when building the + manpages from scratch on OpenBSD; OpenBSD calls it "a2x.py". + Fixes bug 10929; bugfix on tor-0.2.2.9-alpha. Patch from + Dana Koch. + |