Update to version 0.6, update NEWS

This commit is contained in:
Peter Wu 2013-03-19 18:43:23 +01:00
parent 2808cf520e
commit 731ef6559b
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -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 Version 0.5 - 22 October 2012
* Improved compatibility with older DKMS versions. * Improved compatibility with older DKMS versions.

View File

@ -33,7 +33,7 @@
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>
#define BBSWITCH_VERSION "0.5" #define BBSWITCH_VERSION "0.6"
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Toggle the discrete graphics card"); MODULE_DESCRIPTION("Toggle the discrete graphics card");