From 959bbba6917154b95de8e69c635442bb39d2d864 Mon Sep 17 00:00:00 2001 From: Christopher O'Neill Date: Tue, 26 Mar 2024 23:10:09 +0000 Subject: [PATCH] v1.06.01 * Added README.md for github. * Updated ChangeLog. --- README.md | 8 ++++++++ debian/changelog | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e27c1dc --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# hd-idle + +This is a fork of Christian Mueller's [original](https://sourceforge.net/projects/hd-idle) C implementation of hd-idle, a tool to spin-down external disks after a period of idle time. See README for more information. + +Based on version 1.06, with the following additional features: + +- Foreground mode (-f option). +- Suspend/sleep detection. diff --git a/debian/changelog b/debian/changelog index a61398c..6d23aaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +hd-idle (1.06.01) unstable; urgency=low + + * Added -f foreground option. + * Added suspend/sleep detection. + hd-idle (1.06) unstable; urgency=medium * Fixes to the install target (file permissions, etc.)