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