Skip to content

Releases: linuxserver/docker-nzbget

testing-9a182b9-ls131

06 Nov 11:28
065809c
Compare
Choose a tag to compare
testing-9a182b9-ls131 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing

testing-93f5060-ls131

01 Nov 12:54
065809c
Compare
Choose a tag to compare
testing-93f5060-ls131 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing

testing-7914fab-ls131

04 Nov 12:57
065809c
Compare
Choose a tag to compare
testing-7914fab-ls131 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing

v24.3-ls165

25 Oct 15:40
d9cff7d
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

nzbget Changes:

What's Changed

  • Features:

    • Disk performance tests for better analysis of user environment performance #375
    • The STATUS page now displays WriteBuffer and InterDir disk information
      • the API method status now returns 6 additional properties:
        • FreeInterDiskSpaceLo (int) - Free disk space on InterDir, in bytes. This field contains the low 32-bits of 64-bit value
        • FreeInterDiskSpaceHi (int) - Free disk space on InterDir, in bytes. This field contains the high 32-bits of 64-bit value
        • FreeInterDiskSpaceMB (int) - Free disk space on InterDir, in MiB.
        • TotalInterDiskSpaceLo (int) - Total disk space on InterDir, in bytes. This field contains the low 32-bits of 64-bit value
        • TotalInterDiskSpaceHi (int) - Total disk space on InterDir, in bytes. This field contains the high 32-bits of 64-bit value
        • TotalInterDiskSpaceMB (int) - Total disk space on InterDir, in MiB.
    • Bits/s units are now also displayed in server speed test results
  • Bug fixes:

    • Fixed a critical bug related to corrupt downloaded files exceeding 2.6 GB on all x32 POSIX systems using DirectWrite #378
    • Fixed a potential buffer overflow using getrealpath function #346
    • Added removal of unnecessary privileges if the nzbget daemon is run as root and an invalid DaemonUsername is specified #345
  • For developers:

    • Fixed omission in CMAKE_CXX_FLAGS_DEBUG using CLang that caused a wrong debug build #338
    • Fixed failed unit tests on POSIX systems built without ncurses #376

testing-3ad27d0-ls130

24 Oct 13:02
7bc7e74
Compare
Choose a tag to compare
testing-3ad27d0-ls130 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing

v24.3-ls164

18 Oct 15:40
9e43fb3
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

nzbget Changes:

What's Changed

  • Features:

    • Disk performance tests for better analysis of user environment performance #375
    • The STATUS page now displays WriteBuffer and InterDir disk information
      • the API method status now returns 6 additional properties:
        • FreeInterDiskSpaceLo (int) - Free disk space on InterDir, in bytes. This field contains the low 32-bits of 64-bit value
        • FreeInterDiskSpaceHi (int) - Free disk space on InterDir, in bytes. This field contains the high 32-bits of 64-bit value
        • FreeInterDiskSpaceMB (int) - Free disk space on InterDir, in MiB.
        • TotalInterDiskSpaceLo (int) - Total disk space on InterDir, in bytes. This field contains the low 32-bits of 64-bit value
        • TotalInterDiskSpaceHi (int) - Total disk space on InterDir, in bytes. This field contains the high 32-bits of 64-bit value
        • TotalInterDiskSpaceMB (int) - Total disk space on InterDir, in MiB.
    • Bits/s units are now also displayed in server speed test results
  • Bug fixes:

    • Fixed a critical bug related to corrupt downloaded files exceeding 2.6 GB on all x32 POSIX systems using DirectWrite #378
    • Fixed a potential buffer overflow using getrealpath function #346
    • Added removal of unnecessary privileges if the nzbget daemon is run as root and an invalid DaemonUsername is specified #345
  • For developers:

    • Fixed omission in CMAKE_CXX_FLAGS_DEBUG using CLang that caused a wrong debug build #338
    • Fixed failed unit tests on POSIX systems built without ncurses #376

testing-ffd5766-ls129

18 Oct 14:41
fb0790c
Compare
Choose a tag to compare
testing-ffd5766-ls129 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing

testing-d2f5245-ls129

18 Oct 15:35
fb0790c
Compare
Choose a tag to compare
testing-d2f5245-ls129 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing

v24.3-ls163

11 Oct 15:40
ff73d50
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

nzbget Changes:

What's Changed

  • Features:

    • Disk performance tests for better analysis of user environment performance #375
    • The STATUS page now displays WriteBuffer and InterDir disk information
      • the API method status now returns 6 additional properties:
        • FreeInterDiskSpaceLo (int) - Free disk space on InterDir, in bytes. This field contains the low 32-bits of 64-bit value
        • FreeInterDiskSpaceHi (int) - Free disk space on InterDir, in bytes. This field contains the high 32-bits of 64-bit value
        • FreeInterDiskSpaceMB (int) - Free disk space on InterDir, in MiB.
        • TotalInterDiskSpaceLo (int) - Total disk space on InterDir, in bytes. This field contains the low 32-bits of 64-bit value
        • TotalInterDiskSpaceHi (int) - Total disk space on InterDir, in bytes. This field contains the high 32-bits of 64-bit value
        • TotalInterDiskSpaceMB (int) - Total disk space on InterDir, in MiB.
    • Bits/s units are now also displayed in server speed test results
  • Bug fixes:

    • Fixed a critical bug related to corrupt downloaded files exceeding 2.6 GB on all x32 POSIX systems using DirectWrite #378
    • Fixed a potential buffer overflow using getrealpath function #346
    • Added removal of unnecessary privileges if the nzbget daemon is run as root and an invalid DaemonUsername is specified #345
  • For developers:

    • Fixed omission in CMAKE_CXX_FLAGS_DEBUG using CLang that caused a wrong debug build #338
    • Fixed failed unit tests on POSIX systems built without ncurses #376

testing-c2b1f88-ls128

09 Oct 15:39
1317aee
Compare
Choose a tag to compare
testing-c2b1f88-ls128 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

Remote Changes:

Data change at JSON endpoint https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing