Update to version 0.5, update NEWS

This commit is contained in:
Peter Wu 2012-10-22 16:23:35 +02:00
parent 2adcb24207
commit b12b017f3a
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

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

View File

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