D Programming Language/dub: Release v1.24.0
Name: dub
Owner: D Programming Language
Release: v1.24.0
Released: 2021-01-01
License: MIT
Release Assets:
What's Changed
- merge stable by @MartinNowak in https://github.com/dlang/dub/pull/2011
- merge stable by @MartinNowak in https://github.com/dlang/dub/pull/2014
- merge stable by @MartinNowak in https://github.com/dlang/dub/pull/2015
- [stable] Deduplicate dflags and lflags by @Geod24 in https://github.com/dlang/dub/pull/2016
- cache the generated test main file: dub_test_root.d by @foerdi in https://github.com/dlang/dub/pull/2005
- Revert "Deduplicate dflags and lflags" (#2016) by @s-ludwig in https://github.com/dlang/dub/pull/2020
- merge stable by @MartinNowak in https://github.com/dlang/dub/pull/2022
- Remove usage of deprecated std.xml by @andre2007 in https://github.com/dlang/dub/pull/1977
- Support for .netrc file added by @andre2007 in https://github.com/dlang/dub/pull/2027
- ci: build release .tar.gz without travis owner and group id by @ljmf00 in https://github.com/dlang/dub/pull/2030
- Add support for '-platformlib' option. Fixes #2031 by @dbankov-vmware in https://github.com/dlang/dub/pull/2032
- GH Actions: Use new syntax for set-env by @Geod24 in https://github.com/dlang/dub/pull/2036
- Merge stable into master by @Geod24 in https://github.com/dlang/dub/pull/2037
- dub.compilers.ldc: Fix --rdmd with --compiler=ldc2 by @CyberShadow in https://github.com/dlang/dub/pull/2033
- Correct issue #1673 (with dupe #1797 and #2019) by @p0nce in https://github.com/dlang/dub/pull/2034
- betterC flag enabled in generated visuald project file. Fixes #2024 by @MrZoraman in https://github.com/dlang/dub/pull/2025
- Fix Issue #1474 - Regenerate build settings after preGenerateCommands by @omerfirmak in https://github.com/dlang/dub/pull/2035
- Mutually exclude mainSourceFile of different configurations by @omerfirmak in https://github.com/dlang/dub/pull/2039
- [CI]: Remove old AppVeyor, TravisCI, SemaphoreCI and build-gdc.sh files by @PetarKirov in https://github.com/dlang/dub/pull/2042
- [stable] Use compiler version, not frontend version for build IDs and paths by @kinke in https://github.com/dlang/dub/pull/2045
- [stable] Add support for --arch=x86_mscoff for LDC (for DMD compatibility) by @kinke in https://github.com/dlang/dub/pull/2049
- Use DC env variable as the default compiler by @omerfirmak in https://github.com/dlang/dub/pull/2047
- Fix #2051: Running unit tests from DUB single file packages fails by @drug007 in https://github.com/dlang/dub/pull/2052
- Improved ldc cross compile by @foerdi in https://github.com/dlang/dub/pull/2055
- improve list command (filter by package spec) by @deviator in https://github.com/dlang/dub/pull/2057
- Dont export DFLAGS & LFLAGS by default by @omerfirmak in https://github.com/dlang/dub/pull/2048
- Allow custom dflags to be defined for dependencies by @omerfirmak in https://github.com/dlang/dub/pull/2040
- Normalize line endings & UTF8 BOMs by @Geod24 in https://github.com/dlang/dub/pull/2058
- add ability for specify version range for commandline commands by @deviator in https://github.com/dlang/dub/pull/2056
New Contributors
- @dbankov-vmware made their first contribution in https://github.com/dlang/dub/pull/2032
- @MrZoraman made their first contribution in https://github.com/dlang/dub/pull/2025
Full Changelog: https://github.com/dlang/dub/compare/v1.23.0...v1.24.0