Changelog for
dub-1.23.0-bp153.1.12.x86_64.rpm :
* Sun Dec 27 2020 Matthias Eliasson
- Update to 1.23.0
* Added architecture x86_omf for windows-dmd
* dub remove --non-interactive will now remove all packages by default
* Running dub upgrade on a package-less folder is now a no-op
* Support dependencies as git url with exact commit
* All commands now support package[AATT], --version is deprecated
* Tue May 05 2020 Paolo Stivanin - Update to 1.20.0 (no changelog)
* Wed Aug 14 2019 Matthias Eliasson - Update to version 1.16.0
* No changelog was made available.
* Sun Mar 17 2019 Matthias Eliasson - Update to version 1.14.0
* dub fetch now supports AATT as a shortcut
* extraDependencyFiles attribute added
* File system supplier enabled
* toolchainRequirements recipe entry
* Mon Feb 11 2019 Guillaume GARDET - Increase required memory in _constraints as latest ldc requires more RAM
* Fri Jan 25 2019 Guillaume GARDET - Add _constraints to avoid OOM errors- Fix builds with ldc on %ix86
* Sat Jan 05 2019 Matthias Eliasson - Update to version 1.13.0
* Add Command
* dub now supports $DUB variable
* Pre/Post run commands added
* Shebang without .d extension
* Sort JSON
* Added experimental feature to improve build cache efficiency
* Wed Dec 05 2018 Matthias Eliasson - Update to version 1.12.0
* betterC build option has been added
* Environment variable DUB_PACKAGE_VERSION added
* Sun Sep 09 2018 Matthias Eliasson - Update to 1.11.0
* Variables such as $ARCH or $PLATFORM are now supported in the build settings.
* DUB supports build type \"syntax\"
* Enviroment variable expansion was improved
* Dependency resolution has been reimplemented using a recursive algorithm
* DUB accepts single file packages on STDIN
* The regular upgrade check has been removed
* Thu Aug 30 2018 guillaume.gardetAATTopensuse.org- Remove \'-g\' flag for armv6/armv7 as it breaks the build
* Thu Aug 30 2018 Guillaume GARDET - Use LDC compiler when DMD is not available
* Sun Jul 08 2018 matthias.eliassonAATTgmail.com- Update to 1.10.0
* DUB supports \"customCachePaths\" for providing read-only package paths
* Mon May 07 2018 matthias.eliassonAATTgmail.com- Update to 1.9.0
* No changelog was made available.- Rename LICENCE.txt to LICENCE
* Mon Apr 16 2018 matthias.eliassonAATTgmail.com- Update to 1.8.1
* Fixed a regression in 1.8.0 that caused linker files specified as `sourceFiles` to not get inherited properly issue (gh#dlang/dub#1408) pull (gh#dlang/dub#1409)
* Sat Apr 14 2018 matthias.eliassonAATTgmail.com- Stop with static linking. Should resolve build issues in openSUSE:Factory- Remove dependency of git. It is not needed now when we don\'t use build script- Generate dub version file- Set defaultlib to libphobos2.so
* Mon Mar 05 2018 matthias.eliassonAATTgmail.com- Update to version 1.8.0
* No changelog was made available.
* Sun Feb 18 2018 matthias.eliassonAATTgmail.com- Update to version 1.7.2
* more reliable retries and fallback mirror usage - pull (gh#dlang/dub#1339)
* Wed Jan 24 2018 matthias.eliassonAATTgmail.com- Update to version 1.7.1
* Timeout requests to query mirror instead of hanging - pull (gh#dlang/dub#1338)- Change to %autosetup rpm macro
* Fri Jan 05 2018 matthias.eliassonAATTgmail.com- Update to version 1.7.0
* No changelog was made available.- Move LICENCE.txt to %license macro in %files section
* Mon Jan 01 2018 matthias.eliassonAATTgmail.com- Revert to original build script
* Thu Nov 09 2017 matthias.eliassonAATTgmail.com- Update to version 1.6.0
* The version list displayed for interactive package removal is now sorted
* File attributes of fetched packages are now preserved
* http://code-mirror.dlang.io is now used as a fallback for code.dlang.org
* Failed package downloads are now retried two more times (by Colin Grogan)- Run spec-cleaner- Get Dub to complie on i586 with some hints from Arch Linux package.
* Wed Nov 08 2017 jengelhAATTinai.de- RPM group fix.
* Sat Jun 03 2017 mailaenderAATTopensuse.org- update to version 1.3.0
* Fri Mar 24 2017 mailaenderAATTopensuse.org- Support https://en.opensuse.org/SourceUrls
* Thu Mar 09 2017 matthias.eliassonAATTgmail.com- Update to 1.2.2
* Tue Sep 13 2016 kgronlundAATTsuse.com- Update to 1.0.0
* Implemented support for single-file packages, including shebang script support - issue #103, pull #851, pull #866, pull #870, pull [#878]
* Builds on DMD 2.065.0 up to 2.071.1
* Removed all deprecated functionality from the API, CLI and data formats
* Switched from std.stream to std.stdio - pull #847
* Now passes -vcolumns also to LDC - issue #859, pull #860
* Avoids superfluous registry queries when building - issue #831, pull #861
* Fixed escaping of command line arguments with spaces for LDC - issue #834, pull #860
* Sun May 08 2016 jengelhAATTinai.de- Eliminate rpmlint-flagged __DATE__
* Sun Jan 24 2016 t.grunerAATTkatodev.de- Initial Version 0.9.24 - 2015-09