Planned
- Validate on R15B01
Released 2012-01-30
- Upgraded to YAWS 1.92 (required a newer rebar)
- Upgraded rebar to 'rebar version: 2 date: 20110608_234142 vcs: git fbd2778'
- Removed R14B01 build from Travis-CI
- Added unit tests for dk_yaws_server
- Added 'make eunit' as an alias for 'make tests'
Released 2011-08-18
- Turned on Continuous Integration using http://travis-ci.org/
- Added software dependencies and Travis-CI section to README.md
- Added new BSD (simplified 2-clause) LICENSE
- Added release history (RELEASES.md) and acknowledgements (CONTRIBUTORS.md)
- Added rebar executable solely for Travis CI to work properly
Released 2011-08-18
- Added meck 0.7.1 as a dependency in rebar.config
- Added initial unit tests for dk_yaws_app and dk_yaws_sup
- Establish rel/vars.config as the template value supplier for rel/app.config and rel/vm.args
Released 2011-08-16
- More descriptive documentation on embedded yaws versus standalone yaws
- Changed app.config parameters to use 'dk_yaws_' as a prefix
Released 2011-08-15
- Initial ability to launch yaws standalone under the dk_yaws_sup supervisor
- Creation of the rel/dk_yaws/bin/dk_yaws boot script for command line operation