From b12b017f3af463fd59e81395ae8b47dc539f0caf Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 22 Oct 2012 16:23:35 +0200 Subject: [PATCH] Update to version 0.5, update NEWS --- NEWS | 5 +++++ bbswitch.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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");