Skip to content

Commit 2122150

Browse files
committed
v0.2.0
1 parent 27342d2 commit 2122150

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cm4io-fan-dkms (0.2.0-0) buster; urgency=medium
2+
3+
* Fix compatibility issue with Ubuntu 21.10
4+
* Fix functionality with low-RPM fans
5+
6+
-- Andrew Powers-Holmes <andrew@omnom.net> Sun, 01 May 2022 18:30:00 +1000
17
cm4io-fan-dkms (0.1.0-0) buster; urgency=medium
28

39
* Initial package.

dkms.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME="cm4io-fan"
2-
PACKAGE_VERSION="0.1.1"
2+
PACKAGE_VERSION="0.2.0"
33
# allow anything 5.10 thru 5.99, which should be fine...
44
BUILD_EXCLUSIVE_KERNEL="^5\.([1-9][0-9])\..*"
55

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ datestamp=`date -I`
44

55
# version/name strings
66
DRV_NAME="cm4io-fan"
7-
DRV_VERSION="0.1.1"
7+
DRV_VERSION="0.2.0"
88
DRV_DIR="/usr/src/${DRV_NAME}-${DRV_VERSION}"
99

1010
# check kernel arch

0 commit comments

Comments
 (0)