aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2019-02-21Bump to 0.3.4.11-devNick Mathewson
2019-02-21Bump to 0.3.4.11Nick Mathewson
2019-01-07Update to 0.3.4.10-devNick Mathewson
2019-01-07Bump to 0.3.4.10Nick Mathewson
2018-11-09Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-11-09Merge branch 'maint-0.2.9' into maint-0.3.3Nick Mathewson
2018-11-09Always declare groups when building with openssl 1.1.1 APIsNick Mathewson
Failing to do on clients was causing TLS 1.3 negotiation to fail. Fixes bug 28245; bugfix on 0.2.9.15, when we added TLS 1.3 support.
2018-11-02Bump to 0.3.4.9-devNick Mathewson
2018-11-02Bump to 0.3.4.9Nick Mathewson
2018-09-10Bump to 0.3.4.8-devNick Mathewson
2018-09-10Bump to 0.3.3.10-dev.Nick Mathewson
2018-09-10Bump to 0.2.9.17-devNick Mathewson
2018-09-07Bump to 0.3.3.10Nick Mathewson
2018-09-07Bump to 0.2.9.17Nick Mathewson
2018-09-07Bump to 0.3.4.8Nick Mathewson
2018-09-07Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-09-07Merge branch 'maint-0.3.3' into maint-0.3.4Nick 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-24Update to 0.3.4.7-rc-devNick Mathewson
2018-08-24Bump to 0.3.4.7-rcNick Mathewson
2018-08-15Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
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-15Merge branch 'maint-0.3.3' into maint-0.3.4Nick 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-07Update version to 0.3.4.6-rc-devNick Mathewson
2018-08-06Bump to 0.3.4.6-rcNick Mathewson
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-08-03Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-31Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-31Merge remote-tracking branch 'teor/bug26876_033' into maint-0.3.3Nick Mathewson
2018-07-30Merge branch 'maint-0.3.3' into maint-0.3.4Nick 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.4.4-rc-devNick Mathewson
2018-07-09Bump to 0.3.3.8-dev.Nick Mathewson
2018-07-09Bump to 0.3.3.8Nick Mathewson
2018-07-09Bump to 0.3.3.4-rcNick Mathewson
2018-06-27Fix Rust cross compilation.Alex Xu (Hello71)
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.3.3' into maint-0.3.4Nick Mathewson
2018-06-26Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-06-26Bump version to 0.3.4.3-alpha-devNick Mathewson
2018-06-25Bump to 0.3.4.3-alpha.Nick Mathewson