Update to version 0.7, update NEWS

This commit is contained in:
Peter Wu 2013-05-28 19:45:04 +02:00
parent 2822d1630c
commit c7dbd6babb
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@ -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

View File

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