Skip to content

Releases: adelolmo/hd-idle

1.21 / 2023-10-22

30 Oct 09:44
Compare
Choose a tag to compare
  • Use GivenName instead of Name in the log. GrayXu
  • Support Jmicron USB Bridge Controller for ATA command

1.20 / 2023-02-17

17 Feb 16:01
Compare
Choose a tag to compare
  • Fix force hd-idle into background in init script
  • Fix missing man page

1.19 / 2023-02-09

09 Feb 19:43
1371941
Compare
Choose a tag to compare
  • Support more than 26 disks. Benjamin Engele
  • Introduce -p parameter to configure the power condition sent with the START STOP UNIT command. Benjamin Engele
  • Explicitly defined read/write as uint64 rather than letting the compiler guess based on system. Paul Webster
  • Fixed poolInterval calculation when using idle intervals of 0. Martin Oemus
  • Fixed Use UNIX time to calculate skew interval. Thanks you msz-kp

1.18 / 2022-08-17

17 Aug 11:12
Compare
Choose a tag to compare
  • Fix cross platform compilation
  • Simplify package generation in rules file
  • Complete the list of targets for the service restart

1.17 / 2022-07-28

02 Jul 18:22
Compare
Choose a tag to compare
  • Readme cosmetics by Alexander Raab
  • Restart service after suspend or hibernate
  • Get statistics from device mapper for LUKS encrypted devices by Sylvain Pasche

1.16 / 2021-09-06

06 Sep 18:00
Compare
Choose a tag to compare
  • Fix to try both ATA standby commands before fail. - Zhenyu Wu
  • Update help and man page to inform that "i" parameter with value zero never spins down disks. - Maximilian Bichel

1.15 / 2021-04-05

05 Apr 09:20
Compare
Choose a tag to compare
  • #51 Handle disks with no partitions.
    Encrypted disks do not have any partitions. In this case, the disk level activity has to be taken into
    consideration.

1.14 / 2021-03-28

28 Mar 17:08
Compare
Choose a tag to compare
  • #44 Add logrotate for log file /var/log/hd-idle.log
  • #38 Use partitions read/write to calculate disk activity:
    It changes the method to calculate disk activity. Now the disk activity is calculated by watching read/write
    changes on partition level instead of disk level.

1.13 / 2021-03-04

04 Mar 19:49
Compare
Choose a tag to compare
  • #42 Fix crash when required arguments are not given. Now it will fail gracefully when required arguments are missing.
  • #43 Add SystemV init script.

1.12 / 2020-12-05

06 Dec 11:54
Compare
Choose a tag to compare
  • Fix inconsistent spin down log. The release v1.11 changed the log output on spin down to /dev/sda spindown. Now is back to the format sda spindown.
  • Fix typo in help -h flag. This bug prevented showing the help on command line.