From 7361046b2411d131bc3b5ba4a8cb241f0d74bf1e Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 19 Mar 2013 18:43:23 +0100 Subject: [PATCH] Update to version 0.6, update NEWS --- NEWS | 10 ++++++++++ bbswitch.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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");