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");