Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

64 Zeilen
4.8 KiB

  1. # Rebar 2.3.1
  2. ## PR's Merged
  3. * rebar/242: [Extra commits for #129](https://github.com/rebar/rebar/pull/242)
  4. * rebar/244: [Document skip_apps=, apps=, and require_*_vsn](https://github.com/rebar/rebar/pull/244)
  5. * rebar/251: [Make sure that eunit/qc_compile_opts works](https://github.com/rebar/rebar/pull/251)
  6. * rebar/255: [rebar.app: remove superfluous quoting](https://github.com/rebar/rebar/pull/255)
  7. * rebar/274: [Use lowercase for Windows drive name to resolve issue #250](https://github.com/rebar/rebar/pull/274)
  8. # Rebar 2.3.0
  9. ## PR's Merged
  10. * rebar/98: [Repetition of environment variable definitions in child processes (ports)](https://github.com/rebar/rebar/pull/98)
  11. * rebar/115: [Incorrect REMSH args when sname is used.](https://github.com/rebar/rebar/pull/115)
  12. * rebar/129: [Speed up the compilation process v5](https://github.com/rebar/rebar/pull/129)
  13. * rebar/139: [Allow specification of module dependencies for appups](https://github.com/rebar/rebar/pull/139)
  14. * rebar/175: [CWD plugins regression](https://github.com/rebar/rebar/pull/175)
  15. * rebar/188: [Xref extra path](https://github.com/rebar/rebar/pull/188)
  16. * rebar/208: [Fix typo in rebar_erlydtl_compiler](https://github.com/rebar/rebar/pull/208)
  17. * rebar/219: [Added R16B01 and R16B02 to travis config.](https://github.com/rebar/rebar/pull/219)
  18. * rebar/221: [Adapt erlydtl compiler plugin to latest version of erlydtl](https://github.com/rebar/rebar/pull/221)
  19. * rebar/223: [Add random_suite_order option to eunit command](https://github.com/rebar/rebar/pull/223)
  20. * rebar/224: [allow suites or tests as options for eunit and ct](https://github.com/rebar/rebar/pull/224)
  21. * rebar/230: [eunit: fix dialyzer warnings introduced in 03da5e0b](https://github.com/rebar/rebar/pull/230)
  22. * rebar/232: [Document support for abbreviated commands](https://github.com/rebar/rebar/pull/232)
  23. * rebar/233: [docs: fix #228](https://github.com/rebar/rebar/pull/233)
  24. * rebar/234: [Fix #220 (Reported-by: Joseph Norton)](https://github.com/rebar/rebar/pull/234)
  25. * rebar/237: [Add partial support for Erlang/OTP 17](https://github.com/rebar/rebar/pull/237)
  26. * rebar/252: [file_utils: properly report errors (fix #95)](https://github.com/rebar/rebar/pull/252)
  27. * rebar/254: [Fix 'rebar generate' regression (#253)](https://github.com/rebar/rebar/pull/254)
  28. * rebar/265: [Fix 'rebar help clean' function_clause error](https://github.com/rebar/rebar/pull/265)
  29. * rebar/268: [Fix #267 (code path regression)](https://github.com/rebar/rebar/pull/268)
  30. * rebar/269: [Update THANKS](https://github.com/rebar/rebar/pull/269)
  31. # Rebar 2.2.0
  32. ## PR's Merged
  33. * rebar/152: [Fix erl_opts use](https://github.com/rebar/rebar/pull/152)
  34. * rebar/154: [Fix update-deps with certain forms of the {tag, ...} type](https://github.com/rebar/rebar/pull/154)
  35. * rebar/155: [Fixes for #137 and #142](https://github.com/rebar/rebar/pull/155)
  36. * rebar/157: [Don't over-aggressively clean the code path in the presence of lib_dir directives](https://github.com/rebar/rebar/pull/157)
  37. * rebar/172: [Add missing dep examples and fix existing ones](https://github.com/rebar/rebar/pull/172)
  38. * rebar/173: [Fix false reporting of (plain) vsn strings](https://github.com/rebar/rebar/pull/173)
  39. * rebar/174: [rebar_core: fix Dialyzer warning introduced in aa46d85 (#157)](https://github.com/rebar/rebar/pull/174)
  40. * rebar/177: [Delete unused inttest/retest binary](https://github.com/rebar/rebar/pull/177)
  41. * rebar/179: [Make list of commands (for unabbreviation) easier to maintain](https://github.com/rebar/rebar/pull/179)
  42. * rebar/183: [generate-upgrade can now take target_dir argument](https://github.com/rebar/rebar/pull/183)
  43. * rebar/184: [Fix log levels](https://github.com/rebar/rebar/pull/184)
  44. * rebar/185: [Switch retest dep to upstream (dizzyd/retest.git)](https://github.com/rebar/rebar/pull/185)
  45. * rebar/189: [inttest/rgen1: increase retest timeout (30s -> 60s)](https://github.com/rebar/rebar/pull/189)
  46. * rebar/190: [inttest/rgen_1: double the timeout a second time](https://github.com/rebar/rebar/pull/190)
  47. * rebar/191: [Fix #187 (rename getopt and mustache)](https://github.com/rebar/rebar/pull/191)
  48. * rebar/196: [Print a more appropriate message on 'rebar info'](https://github.com/rebar/rebar/pull/196)
  49. * rebar/198: [Clean up rebar.config.script](https://github.com/rebar/rebar/pull/198)
  50. * rebar/199: [rebar_dia_compiler: fix Dialyzer warnings](https://github.com/rebar/rebar/pull/199)
  51. * rebar/200: [bootstrap: avoid trying to run 'debug' command](https://github.com/rebar/rebar/pull/200)
  52. * rebar/201: [Added a library template.](https://github.com/rebar/rebar/pull/201)
  53. * rebar/210: [Fix #205 (erlydtl:compile/3 returns warnings)](https://github.com/rebar/rebar/pull/210)
  54. * rebar/212: [Fix basho/rebar#388](https://github.com/rebar/rebar/pull/212)
  55. * rebar/214: [Document compile_only=true](https://github.com/rebar/rebar/pull/214)
  56. * rebar/215: [Remove experimental flags](https://github.com/rebar/rebar/pull/215)