Skip to content

v2.0

Compare
Choose a tag to compare
@itismadness itismadness released this 22 Oct 22:44
· 21 commits to master since this release

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

BUILD

  • Drop Vagranfile in favor of only supporting the Dockerfile