summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2018-09-10Bump to 0.3.3.10-dev.Nick Mathewson
2018-09-07Bump to 0.3.3.10Nick Mathewson
2018-09-07Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-09-07Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-09-07Tell openssl to build its TLS contexts with security level 1Nick Mathewson
Fixes bug 27344, where we'd break compatibility with old tors by rejecting RSA1024 and DH1024.
2018-08-15Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-08-15Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-08-08Detect broken stdatomic.h, and pretend that it isn't there at allNick Mathewson
I hope that the debian clang maintainers will look at debian bug 903709 soon. But until they do, this should keep our users and our CI happy on sid with clang. Closes ticket 26779.
2018-08-08Don't search for -lpthread on WindowsNick Mathewson
If we're building for Windows, we want to use windows threads no matter what, and we don't want to link a pthread library even if it is present. Fixes bug 27081; bugfix on 1790dc67607799a in 0.1.0.1-rc.
2018-08-03Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-08-03Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-07-31Merge remote-tracking branch 'teor/bug26876_033' into maint-0.3.3Nick Mathewson
2018-07-30Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-26Don't disable an unsupported compiler warningTaylor Yu
Conditionalize the pragma that temporarily disables -Wunused-const-variable. Some versions of gcc don't support it. We need to do this because of an apparent bug in some libzstd headers. Fixes bug 26785; bugfix on 0.3.2.11.
2018-07-20Ignore mach_approximate_time when targeting macOS 10.9 and earlierteor
Work around two different bugs in the OS X 10.10 and later SDKs that would prevent us from successfully targeting earlier versions of OS X. Fixes bug 26876; bugfix on 0.3.3.1-alpha.
2018-07-11When setting a nonstandard malloc, disable the system malloc.Nick Mathewson
Closes ticket 20424.
2018-07-09Bump to 0.3.3.8-dev.Nick Mathewson
2018-07-09Bump to 0.3.3.8Nick Mathewson
2018-06-26Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
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-06-12bump to 0.3.3.7-devNick Mathewson
2018-06-12Bump to 0.3.3.7Nick Mathewson
2018-05-22Update version to 0.3.3.6-devNick Mathewson
2018-05-22version bump to 0.3.3.6Nick Mathewson
2018-04-15bump to 0.3.3.5-rc-devNick Mathewson
2018-04-14bump to 0.3.3.5-rcNick Mathewson
2018-04-05Fix the default for TOR_RUST_DEPENDENCIESNick Mathewson
By default, we want to look at the crates directory of the submodule, not the toplevel of the submodule. Fixes bug 25679; bugfix on 0.3.3.1-alpha.
2018-03-29bump version to 0.3.3.4-alpha-devNick Mathewson
2018-03-29Bump version to 0.3.3.4-alphaNick Mathewson
2018-03-28Bug 25664: Update libc version requirement for RustGeorg Koppen
When merging the patches for #25310 the libc version requirement in `GettingStartedRust.md` and `configure.ac` did not get updated to the now needed 0.2.39.
2018-03-13Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
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 to 0.3.3.3-alpha-devNick Mathewson
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-01increment to 0.3.3.3-alphaNick 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-02-10Bump version to 0.3.3.2-alpha-devNick Mathewson
2018-02-09Bump to 0.3.3.2-alphaNick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-25Bump version to 0.3.3.1-alpha-devNick Mathewson
2018-01-25bump version to 0.3.3.1-alphaNick Mathewson
2018-01-19Merge branch 'restart_debug_squashed'Nick Mathewson