You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 line
3.1 KiB

  1. # Rebar 2.2.0
  2. ## PR's Merged
  3. * rebar/137: [Filter documented behaviour callbacks](https://github.com/basho/rebar/pull/137)
  4. * rebar/142: [Fix rebar_file_utils module on Windows with MSYS](https://github.com/basho/rebar/pull/142)
  5. * rebar/152: [Allow users to configure skip_deps for specific commands](https://github.com/basho/rebar/pull/152)
  6. * rebar/154: [Stop applications nicely before killing extra processes](https://github.com/basho/rebar/pull/154)
  7. * rebar/155: [Fix rebar_utils:expand_env_variable/3](https://github.com/basho/rebar/pull/155)
  8. * rebar/157: [add native Windows compiler support](https://github.com/basho/rebar/pull/157)
  9. * rebar/172: [Allow reltool target_dir to be constructed on the fly](https://github.com/basho/rebar/pull/172)
  10. * rebar/173: [rebar should expand VCS version in the top directory, if possible](https://github.com/basho/rebar/pull/173)
  11. * rebar/174: [Fixed handle_call response in simplesrv.erl](https://github.com/basho/rebar/pull/174)
  12. * rebar/177: [Cache vsn information during the run to avoid extra unnecessary shell calls](https://github.com/basho/rebar/pull/177)
  13. * rebar/179: [Add ebin to the path before compiling erlydtl templates](https://github.com/basho/rebar/pull/179)
  14. * rebar/183: [Fix compiling DTL templates with latest erlydtl](https://github.com/basho/rebar/pull/183)
  15. * rebar/184: [Fix for destruction of config app vars on reset](https://github.com/basho/rebar/pull/184)
  16. * rebar/185: [simple enhance and simple bugfix](https://github.com/basho/rebar/pull/185)
  17. * rebar/187: [fix for cp_r_win32 where copying a directory to a non-existant directory would crash](https://github.com/basho/rebar/pull/187)
  18. * rebar/189: [Fix typos in generated cmd script in bootstrap](https://github.com/basho/rebar/pull/189)
  19. * rebar/190: [Windows xcopy dir to non-existant dir (re-request)](https://github.com/basho/rebar/pull/190)
  20. * rebar/191: [Fix typos in rebar_templater](https://github.com/basho/rebar/pull/191)
  21. * rebar/196: [Escape '|' in the Windows runner usage string](https://github.com/basho/rebar/pull/196)
  22. * rebar/198: [New feature to rebar_xref to allow execution of custom queries.](https://github.com/basho/rebar/pull/198)
  23. * rebar/199: [Added new feature to rebar xref to allow execution of custom queries.](https://github.com/basho/rebar/pull/199)
  24. * rebar/200: [Enable runner to pass more than one argument to start](https://github.com/basho/rebar/pull/200)
  25. * rebar/201: [include simplemodule.app.src in simplemod template](https://github.com/basho/rebar/pull/201)
  26. * rebar/205: [Ports in languages other than C](https://github.com/basho/rebar/issues/205)
  27. * rebar/210: [use file:script if a .config.script file present](https://github.com/basho/rebar/pull/210)
  28. * rebar/212: [ Modified simplenode.runner to start from alternative directory](https://github.com/basho/rebar/pull/212)
  29. * rebar/214: [Foreground running doesn't allow console attaching](https://github.com/basho/rebar/issues/214)
  30. * rebar/215: [Add support for http proxy_friendly_github_urls](https://github.com/basho/rebar/pull/215)
  31. * rebar/388: [Less than useful rebar error message when error in .hrl files](https://github.com/basho/rebar/issues/388)