diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.255 +VERSION := 0.1.256 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') @@ -1,3 +1,5 @@ +Version 0.1.256 - 24 March 2009 + - fix driver for "nVidia Corporation|NV11 [GeForce2 MX/MX 400]" (#48928) - add new NVIDIA ids from 180.41 - use e100 instead of eepro100 since kernel team disabled the latest (#49085) |