v2.0
BREAKING
- Write leech stats into their own dedicated tables (users_leech_stats, torrents_leech_stats)
- Move to CMake for building project instead of autotools
FEATURES
- Add support for building against jemalloc (http://jemalloc.net/)
- Add systemd service file for ocelot (thanks @HierraStrunger)
- Add site_service config option to set the service/port ocelot runs on (defaults to "http")
BUGFIXES
- Fix FreeBSD support (thanks @HierraStrunger)
BUILD
- Drop Vagranfile in favor of only supporting the Dockerfile