diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-23 11:08:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-23 11:08:04 -0500 |
commit | 31c7a65d894c144647a2364bcad337ee5ae020ff (patch) | |
tree | e39d82bd95caa80a923aecbfc1d7a7f42e144c20 /changes | |
parent | d3af4f4e43267f79239d116fd2c35e0ca9632f8b (diff) | |
download | tor-31c7a65d894c144647a2364bcad337ee5ae020ff.tar.gz tor-31c7a65d894c144647a2364bcad337ee5ae020ff.zip |
Document required autotools versions
CentOS 6 is roughly the oldest thing we care about developers still
using, and it has autoconf 2.63 / automake 1.11. These are both
older than openssl 1.0.0, so anybody who can't upgrade past those
probably can't upgrade to a modern openssl either. And since only
people building from git or editing configure.ac/Makefile.am need to
use autotools, I'm not totally enthused about keeping support for
old ones anyway.
Closes ticket 17732.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17732 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug17732 b/changes/bug17732 new file mode 100644 index 0000000000..010645d3c9 --- /dev/null +++ b/changes/bug17732 @@ -0,0 +1,10 @@ + o Minor features (compilation): + - Note our minimum required autoconf/automake versions in the + appropriate locations. Closes ticket 17732. + + o Dependency updates: + - Tor now uses Autoconf version 2.63 or later, and Automake 1.11 or later + (released in 2008 and 2009 respectively). If you are building Tor from + the git repository instead of from the source distribution, and your + tools are older than this, you will need to upgrade. + Closes ticket 17732. |