Merge branch 'maint-0.3.4' into maint-0.3.5

This commit is contained in:
Nick Mathewson
2018-11-15 09:06:18 -05:00
3 changed files with 25 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (continuous integration, Windows):
- Stop using an external OpenSSL install, and stop installing MSYS2
packages, when building using mingw on Appveyor Windows CI.
Fixes bug 28399; bugfix on 0.3.4.1-alpha.
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (continuous integration, Windows):
- Manually configure the zstd compiler options, when building using
mingw on Appveyor Windows CI. The MSYS2 mingw zstd package does not
come with a pkg-config file. Fixes bug 28454; bugfix on 0.3.4.1-alpha.