[tor-commits] [tor/master] Include doc/TUNING in our release	tarballs
    nickm at torproject.org 
    nickm at torproject.org
       
    Tue Sep  1 13:15:26 UTC 2015
    
    
  
commit 6034e2133151fff25fb4aeed3b38efaab9e05532
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Sun Aug 30 16:32:51 2015 +0200
    Include doc/TUNING in our release tarballs
---
 changes/bug16929 |    5 +++++
 doc/include.am   |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/changes/bug16929 b/changes/bug16929
new file mode 100644
index 0000000..83e60d7
--- /dev/null
+++ b/changes/bug16929
@@ -0,0 +1,5 @@
+  o Minor bugfixes:
+    - include the TUNING document in our source tarball. It is referred
+      to in the ChangeLog and an error message. Fixes bug 16929; bugfix
+      on 0.2.6.1-alpha.
+
diff --git a/doc/include.am b/doc/include.am
index 47f1ab3..ff2de84 100644
--- a/doc/include.am
+++ b/doc/include.am
@@ -37,7 +37,7 @@ endif
 EXTRA_DIST+= doc/HACKING doc/asciidoc-helper.sh			\
              $(html_in) $(man_in) $(txt_in)			\
              doc/state-contents.txt				\
-             doc/torrc_format.txt
+             doc/torrc_format.txt doc/TUNING
 
 docdir = @docdir@
 
    
    
More information about the tor-commits
mailing list