From d12ce73a0d042fce3738aea800f55f8a23874e8c Mon Sep 17 00:00:00 2001 From: Lekensteyn Date: Thu, 26 Apr 2012 12:56:47 +0200 Subject: [PATCH] Update to version 0.4.2, update NEWS --- NEWS | 8 ++++++++ bbswitch.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2f08c50..335e37e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Version 0.4.2 - 26 April 2012 + +* Fixed a documentation error on unload_state. +* Added Makefile.dkms and documentation for easier installation using DKMS. +* Make /proc/acpi/bbswitch world-writable +* Fix NULL pointer dereference when reporting a failure during ACPI method + evaluation. + Version 0.4.1 - 16 January 2012 * Corrected a small error that yielded an confusing error message "The discrete diff --git a/bbswitch.c b/bbswitch.c index 0c55d98..ca79e0d 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -16,7 +16,7 @@ #include #include -#define BBSWITCH_VERSION "0.4.1" +#define BBSWITCH_VERSION "0.4.2" MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Toggle the discrete graphics card");