diff --git a/NEWS b/NEWS index 71252fd..6bdf725 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ +Version 0.5 - 22 October 2012 + * Improved compatibility with older DKMS versions. +* Set device state to D3cold instead of D3hot. +* Only print DSM method call results when debugging is enabled. +* Fixed runtime power management regression in Linux 3.6. Version 0.4.2 - 26 April 2012 diff --git a/bbswitch.c b/bbswitch.c index 3e7e713..5420d44 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -19,7 +19,7 @@ #include #include -#define BBSWITCH_VERSION "0.4.2" +#define BBSWITCH_VERSION "0.5" MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Toggle the discrete graphics card");