diff --git a/.travis.yml b/.travis.yml index c25d21a..1cc4ad9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,9 @@ d: # this way the overall test time gets cut down (GDC/LDC are a lot # slower tham DMD, so they should be started early), while still # catching most DMD version related build failures early - - dmd-2.082.0 + - dmd-2.082.1 - dmd-2.076.1 + - ldc-1.12.0 - ldc-1.11.0 - ldc-1.10.0 - ldc-1.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 56578a1..814fe02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ 1.4.4 - 2018-10-27 ================== -- Compiler support updated to DMD 2.076.1 up to DMD 2.082.0 and LDC 1.6.0 up to 1.11.0 - [pull #92][issue92] +- Compiler support updated to DMD 2.076.1 up to DMD 2.082.1 and LDC 1.6.0 up to 1.12.0 - [pull #92][issue92], [pull #97][issue97] - Simplified worker task logic by avoiding an explicit event loop - [pull #95][issue95] - Fixed an issue in `WindowsPath`, where an empty path was converted to "/" when cast to another path type - [pull #91][issue91] - Fixed two hang issues in `TaskPool` causing the worker task processing to possibly hang at shutdown or to temporarily hang during run time - [pull #96][issue96] @@ -10,6 +10,7 @@ [issue92]: https://github.com/vibe-d/vibe-core/issues/92 [issue95]: https://github.com/vibe-d/vibe-core/issues/95 [issue96]: https://github.com/vibe-d/vibe-core/issues/96 +[issue97]: https://github.com/vibe-d/vibe-core/issues/97 1.4.3 - 2018-09-03 diff --git a/README.md b/README.md index 9f918c2..119b247 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,14 @@ Supported compilers The following compilers are tested and supported: -- DMD 2.082.0 +- DMD 2.082.1 - DMD 2.081.2 - DMD 2.080.1 - DMD 2.079.0 - DMD 2.078.3 - DMD 2.077.1 - DMD 2.076.1 +- LDC 1.12.0 - LDC 1.11.0 - LDC 1.10.0 - LDC 1.9.0 diff --git a/appveyor.yml b/appveyor.yml index 0387a0a..97fb749 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,13 +2,13 @@ platform: x64 environment: matrix: - DC: dmd - DVersion: 2.082.0 + DVersion: 2.082.1 arch: x64 - DC: dmd - DVersion: 2.082.0 + DVersion: 2.082.1 arch: x86 - DC: dmd - DVersion: 2.082.0 + DVersion: 2.082.1 arch: x86_mscoff - DC: dmd DVersion: 2.081.2 @@ -28,6 +28,9 @@ environment: - DC: dmd DVersion: 2.076.1 arch: x64 + - DC: ldc + DVersion: 1.12.0 + arch: x64 - DC: ldc DVersion: 1.11.0 arch: x64