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)
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
* 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