From 6cd94667ba613fb9c2a798687dc9a7037955a906 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Thu, 17 Aug 2006 17:11:32 +0000 Subject: [PATCH] Update Changelog Fix Makefile 'version' target --- Makefile | 2 +- doc/ChangeLog | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 31b0c1e..e684e6d 100644 --- 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) diff --git a/doc/ChangeLog b/doc/ChangeLog index fe918fa..c6dc5b6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,7 +1,11 @@ Changelog file for omnibook package: ------------------------------------ -2.20060816 +2.XXXXXXXX Mathieu Bérard +* 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 * 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 +2.20060809 Mathieu Bérard * 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 +2.20060806 Mathieu Bérard * 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 -- 2.43.5