diff --git a/CHANGELOG.md b/CHANGELOG.md index 2448035..ee21373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,11 @@ - Using `executeShell` when invoking tools to enable more flexible use of shell features - [issue #356][issue356] - `dub init` now creates a default `.gitignore` file - An exit code of `-9` for a tool now triggers a short message with a possible cause (out of memory) + - The information about possible package upgrades is now cached for one day, resulting in less online queries to the package registry + - Implemented separate compile/link mode for GDC (by Mathias Lang aka Geod24) - [pull #367][issue367] + - `.def` files are now passed to the linking stage when doing separate compile/link building + - Added BASH shell completion script (by Per Nordlöw) - [issue #154][issue154] + - Added FISH shell completion script (by Matt Soucy) - [pull #375][issue375] ### Bug fixes ### @@ -73,9 +78,14 @@ - Fixed up-to-date checking for embedded sub packages (by sinkuu) - [pull #336][issue336] - Fixed outputting multiple instances of the same platform flag which broke the build for some compilers - [issue #346][issue346] - Fixed referencing path based sub packages - [issue #347][issue347] + - Fixed various error messages (by p0nce and sinkuu) - [pull #368][issue368], [pull #376][issue376] + - Fixed the "ddox" build mode when DDOX hasn't already been installed - [issue #366][issue366] + - Fixed probing the compiler for platfrom identifiers when performing cross compiling (by Mathias Lang aka Geod24) - [pull #380][issue380] + - Fixed erroneously dropping the `"buildTypes"` field of downloaded packages (by sinkuu) - [pull #406][issue406] [issue134]: https://github.com/rejectedsoftware/dub/issues/134 [issue144]: https://github.com/rejectedsoftware/dub/issues/144 +[issue154]: https://github.com/rejectedsoftware/dub/issues/154 [issue177]: https://github.com/rejectedsoftware/dub/issues/177 [issue185]: https://github.com/rejectedsoftware/dub/issues/185 [issue221]: https://github.com/rejectedsoftware/dub/issues/221 @@ -111,6 +121,13 @@ [issue347]: https://github.com/rejectedsoftware/dub/issues/347 [issue356]: https://github.com/rejectedsoftware/dub/issues/356 [issue364]: https://github.com/rejectedsoftware/dub/issues/364 +[issue366]: https://github.com/rejectedsoftware/dub/issues/366 +[issue367]: https://github.com/rejectedsoftware/dub/issues/367 +[issue368]: https://github.com/rejectedsoftware/dub/issues/368 +[issue375]: https://github.com/rejectedsoftware/dub/issues/375 +[issue376]: https://github.com/rejectedsoftware/dub/issues/376 +[issue380]: https://github.com/rejectedsoftware/dub/issues/380 +[issue406]: https://github.com/rejectedsoftware/dub/issues/406 v0.9.21 - 2014-02-22