]> Devoid-pointer.net GitWeb - omnibook.git/commitdiff
Update Changelog
authorMathieu Bérard <mathieu.berard@crans.org>
Thu, 17 Aug 2006 17:11:32 +0000 (17:11 +0000)
committerMathieu Bérard <mathieu.berard@crans.org>
Thu, 17 Aug 2006 17:11:32 +0000 (17:11 +0000)
Fix Makefile 'version' target

Makefile
doc/ChangeLog

index 31b0c1ea2c7cae6afaa962bb63697238e8b4afc9..e684e6de03b4bf305f3457f27869e7a5f4f55451 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,7 @@ kpatch:             kinstall
 
 version:       
                sed -i "s|^\(#define OMNIBOOK_MODULE_VERSION.*\)\".*\"|\1\"2.$(TODAY)\"|" omnibook.h
-               sed -i "s|^\(2\.\)[[:alnum:]]\{8\}|\1$(TODAY)|" doc/ChangeLog
+               sed -i "s|^\(2\.\)X\{8\}|\1$(TODAY)|" doc/ChangeLog
 
 release:       clean version
                mkdir -p ../$(MODULE_NAME)-2.$(TODAY)
index fe918fadb22fae765599709b8b4bd8dd751fef44..c6dc5b642583fd4f30e9eeff4f6221dee90ced26 100644 (file)
@@ -1,7 +1,11 @@
 Changelog file for omnibook package:
 ------------------------------------
 
-2.20060816
+2.XXXXXXXX Mathieu Bérard <math_b@users.sourceforge.net>
+* Fix bug un omnibook_io_match
+* Fix DMI handling behaviour: we stop on the FIRST matched
+  DMI entry. This is restoring pre-20060806 behaviour.
+  Invert M40 vs. M40X entry position.
 
 2.20060816 Mathieu Bérard <math_b@users.sourceforge.net>
 * Merge from the new-backend branch: Add new backend code 
@@ -25,11 +29,11 @@ Changelog file for omnibook package:
 * Fix backlight support conditional compilation
 * Fix Toshiba Satellite M40X detection string
 
-2.20060816 Mathieu Bérard <math_b@users.sourceforge.net>
+2.20060809 Mathieu Bérard <math_b@users.sourceforge.net>
 * Add dmi info for Toshiba Satellite M40X (Thanks Julien Valroff) 
 * Fix two brown paper bag bugs in Debian/Ubuntu support 
 
-2.20060816 Mathieu Bérard <math_b@users.sourceforge.net>
+2.20060806 Mathieu Bérard <math_b@users.sourceforge.net>
 * Make the module linux 2.6 only
   Kernel versions from 2.6.8 to a least 2.6.17 are supported
   Code for compatibility with kernels older than 2.6.17 is