2009/2/10 Richard Hughes <[email protected]>: > Version 006 > ~~~~~~~~~~~ > Released: 2009-02-10 > > Bugfixes: > - Fix compile failure with gcc-4.4.0 and old versions of glib2 (Richard > Hughes) > - Only enable the wakeups polling if a client requires the data (Richard > Hughes) > - Correctly set the power-supply property (David Zeuthen) > - Don't crash when we limit the resolution of a small dataset (Richard > Hughes) > - Don't sync to disk every 5 seconds, do it every 10 minutes (Richard Hughes) > - Fix the QoS interface with the proper signature (Richard Hughes) >
Hi, looks like configure.ac is bit out of sync: AC_INIT(DeviceKit-power, 003, http://lists.freedesktop.org/mailman/listinfo/devkit-devel) AM_INIT_AUTOMAKE(DeviceKit-power, 007) (note the 003 vs 007) I suggest, setting the project name and version number only via AC_INIT and use a simple AM_INIT_AUTOMAKE call like so AC_INIT(DeviceKit-power, 007, http://lists.freedesktop.org/mailman/listinfo/devkit-devel) AM_INIT_AUTOMAKE The AM_INIT_AUTOMAKE macro will automatically pull the project name and version number from AC_INIT. DeviceKit, DeviceKit-power and PolicyKit should be fixed the same way. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ devkit-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/devkit-devel
