Skip to content

v24.3-ls160

Latest
Compare
Choose a tag to compare
@LinuxServer-CI LinuxServer-CI released this 20 Sep 15:39
20238a7

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