File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
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
1
7
cm4io-fan-dkms (0.1.0-0) buster; urgency=medium
2
8
3
9
* Initial package.
Original file line number Diff line number Diff line change 1
1
PACKAGE_NAME="cm4io-fan"
2
- PACKAGE_VERSION="0.1.1 "
2
+ PACKAGE_VERSION="0.2.0 "
3
3
# allow anything 5.10 thru 5.99, which should be fine...
4
4
BUILD_EXCLUSIVE_KERNEL="^5\.([1-9][0-9])\..*"
5
5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ datestamp=`date -I`
4
4
5
5
# version/name strings
6
6
DRV_NAME=" cm4io-fan"
7
- DRV_VERSION=" 0.1.1 "
7
+ DRV_VERSION=" 0.2.0 "
8
8
DRV_DIR=" /usr/src/${DRV_NAME} -${DRV_VERSION} "
9
9
10
10
# check kernel arch
You can’t perform that action at this time.
0 commit comments