- Add endpoint to reboot the system
- Update documentation to reflect the API's ability to manage all types of systems
- Make network interface configurable by outputting 'interface' to network.conf in static/dhcp mode (defaults to eth0)
- Output 'hostname' in dhcp mode as well
- Replace 'sudo' commands with calls to 'wrapper.sh'
- Output 'hostname' to network.conf
- Output network settings to network.conf in 'key=value' format
- Add support for running on a 32-bit OS
- Increase minimum PicoLisp requirement to 3.1.10.2+ (json.l)
- Remove hardcoded paths for the Admin_path
- Add 'JIDO_ADMIN_PATH' env variable for Admin_path
- Update documentation
- Add endpoint to retrive the changelog of the appliance
- Update API documentation
- Use 'nohup' when processing vm update, to detach it from the parent
- Update dependency versions
- Add REPO_PREFIX to 'Makefile' to specify alternate path of git repos
- Actually add the code to fetch the API version
- Add endpoint to retrieve the version of the appliance
- Add endpoint to retrieve compressed logs
- Return JSON body during POST settings/update
- Update documentation
- Disable fips in stunnel config (bug in CentOS 6.6)
- Add initial CHANGELOG.md
- Add 'JIDO_STUNNEL_BIN' env variable for stunnel binary fullpath
- Rename API process to 'jido-api' at boot
- Update dependency versions