aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-27 10:33:24 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-27 10:33:24 -0400
commit7795f42e4be2d04d3f40e227a094dbdce533b173 (patch)
tree9814500ff44228fb0ffa896c11f86d8b05140b3f /changes
parentb3b4f319367e1fb50ea99ba042ed60030e909c12 (diff)
parent09d90b1b65066e79dc6de59f2ffca9e28ab5e7ea (diff)
downloadtor-7795f42e4be2d04d3f40e227a094dbdce533b173.tar
tor-7795f42e4be2d04d3f40e227a094dbdce533b173.tar.gz
Merge branch 'bug6524_nm'
Diffstat (limited to 'changes')
-rw-r--r--changes/nonrecursive_make16
1 files changed, 16 insertions, 0 deletions
diff --git a/changes/nonrecursive_make b/changes/nonrecursive_make
new file mode 100644
index 000000000..71120a545
--- /dev/null
+++ b/changes/nonrecursive_make
@@ -0,0 +1,16 @@
+ o Major features (build):
+ - Switch to a nonrecursive Makefile structure. Now instead of each
+ Makefile.am invoking other Makefile.ams, there is a master
+ Makefile.am that includes the others. This makes our build process
+ slightly more maintainable, and improves parallelism for building
+ with make -j. Original patch by Stewart Smith; various fixes by
+ Jim Meyering.
+
+ o Minor bugfixes (documentation):
+ - We no longer warn so much when generating manpages from their
+ asciidoc source.
+
+ o New requirements:
+ - Tor maintainers now require Automake version 1.9 or later to build
+ Tor from the Git repository. (Automake is not required when building
+ from a source distribution.)