Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

66 wiersze
6.0 KiB

  1. # Rebar 2.3.0
  2. * rebar/56: [add preprocess support for edoc](https://github.com/basho/rebar/pull/56)
  3. * rebar/90: [look for new and old versions in the target parent](https://github.com/basho/rebar/pull/90)
  4. * rebar/95: [Propagate exit status from nodetool to runner script](https://github.com/basho/rebar/pull/95)
  5. * rebar/98: [Restore R13B03 compatibility](https://github.com/basho/rebar/pull/98)
  6. * rebar/115: [specify the erlang system module name while calling monitor/2](https://github.com/basho/rebar/pull/115)
  7. * rebar/129: [Allow plugins to participate in pre and post processing](https://github.com/basho/rebar/pull/129)
  8. * rebar/139: [@ characters before elses were causing the script to not run](https://github.com/basho/rebar/pull/139)
  9. * rebar/175: [Common Test changes to add configurable log dir and improve testing framework overlaps.](https://github.com/basho/rebar/pull/175)
  10. * rebar/188: [Generated rebar.cmd needs a tweak](https://github.com/basho/rebar/issues/188)
  11. * rebar/208: [Is the "Release Handling" wiki page out of date?](https://github.com/basho/rebar/issues/208)
  12. * rebar/219: [remove dependency on erl_interface](https://github.com/basho/rebar/pull/219)
  13. * rebar/220: [add crypto, syntax_tools and tools to applications key as dependencies](https://github.com/basho/rebar/pull/220)
  14. * rebar/221: [Versioning scheme](https://github.com/basho/rebar/issues/221)
  15. * rebar/223: [ebadf if run under nohup](https://github.com/basho/rebar/issues/223)
  16. * rebar/224: [When generating a release rebar should expand VCS version in the top directory (git)](https://github.com/basho/rebar/pull/224)
  17. * rebar/226: [make check dialyzer error](https://github.com/basho/rebar/issues/226)
  18. * rebar/228: [about load plugin modules](https://github.com/basho/rebar/issues/228)
  19. * rebar/230: [Support ct_run using short name](https://github.com/basho/rebar/pull/230)
  20. * rebar/232: [bug about ./rebar generate ](https://github.com/basho/rebar/issues/232)
  21. * rebar/233: [Add {git_format, Format} notation for vsn entries](https://github.com/basho/rebar/pull/233)
  22. * rebar/234: [Use ?INFO instead of ?CONSOLE when printing directory changes](https://github.com/basho/rebar/pull/234)
  23. * rebar/237: [Allow rebar.config and reltool.config to be configured](https://github.com/basho/rebar/pull/237)
  24. * rebar/252: [eunit suite=<suite name> fails if there is a rebar dependency defined.](https://github.com/basho/rebar/issues/252)
  25. * rebar/253: [rebar creates templates in deps as well as main](https://github.com/basho/rebar/issues/253)
  26. * rebar/254: [Force running eunit tests via -k cmdline switch](https://github.com/basho/rebar/pull/254)
  27. * rebar/265: [Fix rebar_base_compiler:format_errors/3 for errors in include files](https://github.com/basho/rebar/pull/265)
  28. * rebar/267: [Add 'eunit-compile' cmd (Suggested-by: Joe Norton)](https://github.com/basho/rebar/pull/267)
  29. * rebar/268: [Add 'qc' command](https://github.com/basho/rebar/pull/268)
  30. * rebar/269: [Add qc and test-compile commands](https://github.com/basho/rebar/pull/269)
  31. # Rebar 2.2.0
  32. ## PR's Merged
  33. * rebar/137: [Filter documented behaviour callbacks](https://github.com/basho/rebar/pull/137)
  34. * rebar/142: [Fix rebar_file_utils module on Windows with MSYS](https://github.com/basho/rebar/pull/142)
  35. * rebar/152: [Allow users to configure skip_deps for specific commands](https://github.com/basho/rebar/pull/152)
  36. * rebar/154: [Stop applications nicely before killing extra processes](https://github.com/basho/rebar/pull/154)
  37. * rebar/155: [Fix rebar_utils:expand_env_variable/3](https://github.com/basho/rebar/pull/155)
  38. * rebar/157: [add native Windows compiler support](https://github.com/basho/rebar/pull/157)
  39. * rebar/172: [Allow reltool target_dir to be constructed on the fly](https://github.com/basho/rebar/pull/172)
  40. * rebar/173: [rebar should expand VCS version in the top directory, if possible](https://github.com/basho/rebar/pull/173)
  41. * rebar/174: [Fixed handle_call response in simplesrv.erl](https://github.com/basho/rebar/pull/174)
  42. * rebar/177: [Cache vsn information during the run to avoid extra unnecessary shell calls](https://github.com/basho/rebar/pull/177)
  43. * rebar/179: [Add ebin to the path before compiling erlydtl templates](https://github.com/basho/rebar/pull/179)
  44. * rebar/183: [Fix compiling DTL templates with latest erlydtl](https://github.com/basho/rebar/pull/183)
  45. * rebar/184: [Fix for destruction of config app vars on reset](https://github.com/basho/rebar/pull/184)
  46. * rebar/185: [simple enhance and simple bugfix](https://github.com/basho/rebar/pull/185)
  47. * 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)
  48. * rebar/189: [Fix typos in generated cmd script in bootstrap](https://github.com/basho/rebar/pull/189)
  49. * rebar/190: [Windows xcopy dir to non-existant dir (re-request)](https://github.com/basho/rebar/pull/190)
  50. * rebar/191: [Fix typos in rebar_templater](https://github.com/basho/rebar/pull/191)
  51. * rebar/196: [Escape '|' in the Windows runner usage string](https://github.com/basho/rebar/pull/196)
  52. * rebar/198: [New feature to rebar_xref to allow execution of custom queries.](https://github.com/basho/rebar/pull/198)
  53. * rebar/199: [Added new feature to rebar xref to allow execution of custom queries.](https://github.com/basho/rebar/pull/199)
  54. * rebar/200: [Enable runner to pass more than one argument to start](https://github.com/basho/rebar/pull/200)
  55. * rebar/201: [include simplemodule.app.src in simplemod template](https://github.com/basho/rebar/pull/201)
  56. * rebar/205: [Ports in languages other than C](https://github.com/basho/rebar/issues/205)
  57. * rebar/210: [use file:script if a .config.script file present](https://github.com/basho/rebar/pull/210)
  58. * rebar/212: [ Modified simplenode.runner to start from alternative directory](https://github.com/basho/rebar/pull/212)
  59. * rebar/214: [Foreground running doesn't allow console attaching](https://github.com/basho/rebar/issues/214)
  60. * rebar/215: [Add support for http proxy_friendly_github_urls](https://github.com/basho/rebar/pull/215)
  61. * rebar/388: [Less than useful rebar error message when error in .hrl files](https://github.com/basho/rebar/issues/388)