Skip to content

Commit

Permalink
Update change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Aug 25, 2014
1 parent c517c57 commit 8cdd917
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ v0.9.22 - 2014-07-
- 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 ###

Expand Down Expand Up @@ -73,9 +78,14 @@ v0.9.22 - 2014-07-
- 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
Expand Down Expand Up @@ -111,6 +121,13 @@ v0.9.22 - 2014-07-
[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
Expand Down

0 comments on commit 8cdd917

Please sign in to comment.