summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2018-06-26Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-26Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-06-21Prefer recent Python 3 in autoconf.Nick Mathewson
Closes ticket 26372.
2018-03-13Add a missing prototype to our libevent configure stanza.Nick Mathewson
Fixes bug 25474; bugfix on 0.3.2.5-alpha.
2018-03-03bump version to 0.3.2.10-devNick Mathewson
2018-03-03version bump to 0.3.1.10-devNick Mathewson
2018-03-03Bump version to 0.2.9.15-devNick Mathewson
2018-03-01version bump to 0.3.2.10Nick Mathewson
2018-03-01Update to 0.3.1.10Nick Mathewson
2018-03-01version bump to 0.2.9.15Nick Mathewson
2018-02-11Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-11Merge branch 'ticket24315_029' into maint-0.2.9Nick Mathewson
2018-01-16Merge remote-tracking branch 'public/bug24652_032' into maint-0.3.2Nick Mathewson
2018-01-09Increment version to 0.3.2.9-devNick Mathewson
2018-01-08Increment version to 0.3.2.9Nick Mathewson
2018-01-04Use -lresolv in LIBS with rust on OSX.Nick Mathewson
This fixes issue #24652, and is a workaround for Rust issue https://github.com/rust-lang/rust/issues/46797 .
2017-12-21Increment version to 0.3.2.8-rc-devNick Mathewson
2017-12-21Increment version to 0.3.2.8-rcNick Mathewson
2017-12-14bump to 0.3.2.7-rc-devNick Mathewson
2017-12-13update to 0.3.2.7-rcNick Mathewson
2017-12-01bump to 0.3.2.6-alpha-devNick Mathewson
2017-12-01bump to 0.3.1.9-devNick Mathewson
2017-12-01bump to 0.2.9.14-devNick Mathewson
2017-11-30bump to 0.3.2.6-alphaNick Mathewson
2017-11-30version bump to 0.3.1.9Nick Mathewson
2017-11-30version bump to 0.2.9.14Nick Mathewson
2017-11-22bump to 0.3.2.5-alpha-devNick Mathewson
2017-11-21bump version to 0.3.2.5-alphaNick Mathewson
2017-11-20Include ws2_32 when trying to link openssl on windows in autoconfNick Mathewson
Fixes bug 23783; bugfix on 0.3.2.2-alpha when we started looking for TLSv1_1_method().
2017-11-20Merge remote-tracking branches 'public/ticket24315_029' and ↵Nick Mathewson
'public/bug24198_029' into maint-0.3.2
2017-11-16Check the libc version to decide whether to allow openat.Nick Mathewson
2017-11-15Merge branch 'bug24279_030' into maint-0.3.2Nick Mathewson
2017-11-15Fix configure libevent memory leakAlex Xu (Hello71)
Breaks build with externally-specified hardening flags.
2017-11-08bump to 0.3.2.4-alpha-devNick Mathewson
2017-11-07Bump to 0.3.2.4-alphaNick Mathewson
2017-10-27bump to 0.3.2.3-alpha-dev.Nick Mathewson
2017-10-27update to 0.3.2.3-alphaNick Mathewson
2017-10-25bump to 0.3.1.8-devNick Mathewson
2017-10-25bump to 0.3.0.12-devNick Mathewson
2017-10-25bump to 0.2.9.13-devNick Mathewson
2017-10-24bump to 0.3.1.8Nick Mathewson
2017-10-24bump to 0.3.0.12Nick Mathewson
2017-10-24bump to 0.2.9.13Nick Mathewson
2017-10-02bump master to 0.3.2.2-alpha-devNick Mathewson
2017-10-02Bump version to 0.3.2.2-alpha.Alexander Færøy
Signed-off-by: Isis Lovecruft <isis@torproject.org>
2017-09-26Merge branch 'ticket23602_029'Nick Mathewson
2017-09-20When detecting OpenSSL, look for 1.0.1, and in homebrew locationNick Mathewson
Previously we would detect the system openssl on OSX, and then fail to use it, since we required Open 1.0.1 or later. That's silly! Instead of looking for RAND_add(), look for TLSv1_1_method(): it was introduced in 1.0.1, and is also present in LibreSSL. Also, add the hombebrew path to our search path here. Fixes bug 23602; bugfix on 0.2.7.2-alpha.
2017-09-18bump to 0.3.2.1.-alpha-devNick Mathewson
2017-09-18bump to 0.3.1.7-devNick Mathewson
2017-09-18bump to 0.3.0.11-devNick Mathewson