diff --git a/NEWS b/NEWS index 6bdf725..15675f1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Version 0.6 - 19 March 2013 + +* Add workaround for Linux 3.8 regression (not present in earlier or latter + versions) that prevented the video card from turned off unless a driver was + loaded before. +* Compatibility with grsec patches. +* Add 'skip_optimus_dsm' module option so users of Lenovo T410s can use bbswitch + by setting this option to true. +* Clarify license (GPLv3). + Version 0.5 - 22 October 2012 * Improved compatibility with older DKMS versions. diff --git a/bbswitch.c b/bbswitch.c index 810cbdd..4e00e9e 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -33,7 +33,7 @@ #include #include -#define BBSWITCH_VERSION "0.5" +#define BBSWITCH_VERSION "0.6" MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Toggle the discrete graphics card");