Update to version 0.6, update NEWS
This commit is contained in:
		
							
								
								
									
										10
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								NEWS
									
									
									
									
									
								
							@@ -1,3 +1,13 @@
 | 
				
			|||||||
 | 
					Version 0.6 - 19 March 2013
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Add workaround for Linux 3.8 regression (not present in earlier or latter
 | 
				
			||||||
 | 
					  versions) that prevented the video card from turned off unless a driver was
 | 
				
			||||||
 | 
					  loaded before.
 | 
				
			||||||
 | 
					* Compatibility with grsec patches.
 | 
				
			||||||
 | 
					* Add 'skip_optimus_dsm' module option so users of Lenovo T410s can use bbswitch
 | 
				
			||||||
 | 
					  by setting this option to true.
 | 
				
			||||||
 | 
					* Clarify license (GPLv3).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 0.5 - 22 October 2012
 | 
					Version 0.5 - 22 October 2012
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Improved compatibility with older DKMS versions.
 | 
					* Improved compatibility with older DKMS versions.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -33,7 +33,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.5"
 | 
					#define BBSWITCH_VERSION "0.6"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
MODULE_LICENSE("GPL");
 | 
					MODULE_LICENSE("GPL");
 | 
				
			||||||
MODULE_DESCRIPTION("Toggle the discrete graphics card");
 | 
					MODULE_DESCRIPTION("Toggle the discrete graphics card");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user