Update to version 0.7, update NEWS

master v0.7
Peter Wu 12 years ago
parent 2822d1630c
commit c7dbd6babb

@ -1,3 +1,9 @@
Version 0.7 - 28 May 2013
* Fixes a scary WARNING on Linux 3.9.
* Improved debug information when an ACPI method cannot be executed.
* Added copyright information, update my name.
Version 0.6 - 19 March 2013 Version 0.6 - 19 March 2013
* Add workaround for Linux 3.8 regression (not present in earlier or latter * Add workaround for Linux 3.8 regression (not present in earlier or latter

@ -36,7 +36,7 @@
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>
#define BBSWITCH_VERSION "0.6" #define BBSWITCH_VERSION "0.7"
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Toggle the discrete graphics card"); MODULE_DESCRIPTION("Toggle the discrete graphics card");

Loading…
Cancel
Save