Merge pull request #13 from linuxserver/4.0.2

update to v4.0.2
This commit is contained in:
j0nnymoe
2017-12-01 20:52:24 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# package versions # package versions
ARG QBITTORRENT_VER="4.0.1" ARG QBITTORRENT_VER="4.0.2"
ARG RASTERBAR_VER="1.1.5" ARG RASTERBAR_VER="1.1.5"
# environment settings # environment settings

View File

@@ -100,6 +100,7 @@ To monitor the logs of the container in realtime: `docker logs -f qbittorrent`
## Versions ## Versions
+ **01.12.17:** Update to v4.0.2.
+ **27.11.17:** Update to v4 and use cpu_core routine to speed up builds. + **27.11.17:** Update to v4 and use cpu_core routine to speed up builds.
+ **16.09.17:** Bump to 3.3.16, Add WEBUI_PORT variable and notes to README to allow changing port of webui. + **16.09.17:** Bump to 3.3.16, Add WEBUI_PORT variable and notes to README to allow changing port of webui.
+ **01.08.17:** Initial Release. + **01.08.17:** Initial Release.