]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for nonrecursive make branch
authorNick Mathewson <nickm@torproject.org>
Mon, 27 Aug 2012 14:28:45 +0000 (10:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 27 Aug 2012 14:28:45 +0000 (10:28 -0400)
changes/nonrecursive_make [new file with mode: 0644]

diff --git a/changes/nonrecursive_make b/changes/nonrecursive_make
new file mode 100644 (file)
index 0000000..71120a5
--- /dev/null
@@ -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.)