Skip to content

Latest commit

 

History

History
97 lines (65 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

97 lines (65 loc) · 2.74 KB

Changelog

3.9-0.9.8-0.13.8-RC2 (2019/08/07)

  • Add healthcheck
  • Allow directory listing for WebDAV
  • Remove php-fpm access log (already mirrored by nginx)

3.9-0.9.8-0.13.8-RC1 (2019/07/22)

3.9-0.9.7-0.13.7-RC3 (2019/04/28)

  • Add large_client_header_buffers Nginx config

3.9-0.9.7-0.13.7-RC2 (2019/04/15)

  • Add REAL_IP_FROM, REAL_IP_HEADER and LOG_IP_VAR environment variables

3.9-0.9.7-0.13.7-RC1 (2019/04/09)

  • ruTorrent 3.9

3.8-0.9.7-0.13.7-RC7 (2019/01/14)

  • Add mktorrent for ruTorrent create plugin
  • Replace core ruTorrent GeoIP plugin with GeoIP2 plugin

3.8-0.9.7-0.13.7-RC6 (2019/01/09)

  • Allow to customize auth basic string (Issue #5)

3.8-0.9.7-0.13.7-RC5 (2019/01/08)

  • Bind ruTorrent HTTP port to unprivileged port : 8080
  • Fix Nginx WebDAV module version
  • Update ruTorrent to Novik/ruTorrent@4d3029c
  • Update libs (XMLRPC, Libsig, cURL)

3.8-0.9.7-0.13.7-RC4 (2018/12/04)

  • Nginx default.conf overrides our conf (Issue #1)

3.8-0.9.7-0.13.7-RC3 (2018/12/03)

  • Based on nginx:stable-alpine
  • Optimize layers

3.8-0.9.7-0.13.7-RC2 (2018/06/26)

  • Include path error for custom plugins and themes

3.8-0.9.7-0.13.7-RC1 (2018/06/25)

  • Add ruTorrent 3.8 web client
  • Add option to remove core plugins of ruTorrent (default erasedata,httprpc)
  • Add a boostrap (default) config for rTorrent in /etc/.rtlocal.rc
  • Move /var/rtorrent to /data/rtorrent
  • Use Nginx WebDAV module instead of Apache
  • Compile Nginx from source for better performance
  • Remove Apache2 and implement Nginx WebDAV
  • Do not process entrypoint on htpasswd command
  • Add reverse proxy example with Traefik
  • Remove old docker tags 0.9.6-0.13.6 and 0.9.7-0.13.7
  • Do not persist runtime data
  • Rename repository rtorrent-rutorrent (github and docker hub)

0.9.7-0.13.7-RC3 (2018/06/18)

  • Force rTorrent process as a daemon through command flag
  • Add .rtorrent.rc if not exist

0.9.7-0.13.7-RC2 (2018/06/17)

  • Move runtime data in /var/rtorrent/run
  • Enable WebDAV protocol on downloads/complete with basic auth

0.9.7-0.13.7-RC1 (2018/06/16)

  • rTorrent 0.9.7 and libTorrent 0.13.7
  • Base image updated to Alpine Linux 3.7
  • c-ares 1.14.0
  • curl 7.60.0
  • Move RTORRENT_HOME to /var/rtorrent
  • XMLRPC through nginx over SCGI socket with basic auth
  • Do not expose SCGI port (use a local socket instead)
  • Run the rTorrent process as a daemon
  • Replace deprecated commands in .rtorrent.rc
  • Review supervisor config

0.9.6-0.13.6-RC1 (2018/01/10)

  • Initial version