Add NEWS file, bump version to 0.3
This commit is contained in:
parent
9f0ae8f723
commit
c8b303c36c
10
NEWS
Normal file
10
NEWS
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Version 0.3 - 14 January 2012
|
||||||
|
|
||||||
|
* Support for models that have the nvidia DSM method on the integrated Intel
|
||||||
|
video card instead of the nvidia one. This includes at the Acer Travelmate
|
||||||
|
8472TG and Acer Aspire 5745G.
|
||||||
|
|
||||||
|
Version 0.2 - 2 January 2012
|
||||||
|
|
||||||
|
* Initial release, adding a kernel module that can disable discrete nvidia cards
|
||||||
|
on Optimus systems.
|
@ -19,7 +19,7 @@
|
|||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_DESCRIPTION("Toggle the discrete graphics card");
|
MODULE_DESCRIPTION("Toggle the discrete graphics card");
|
||||||
MODULE_AUTHOR("Peter Lekensteyn <lekensteyn@gmail.com>");
|
MODULE_AUTHOR("Peter Lekensteyn <lekensteyn@gmail.com>");
|
||||||
MODULE_VERSION("0.2");
|
MODULE_VERSION("0.3");
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
CARD_UNCHANGED = -1,
|
CARD_UNCHANGED = -1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user