2009-01-07 Lucas Rocha ==== Version 2.25.2 ==== 2009-01-03 Josselin Mouette * src/gpm-brightness-xrandr.c: (gpm_brightness_xrandr_output_get_internal): Use memcpy instead of casting a char* to an int* without alignment guarantees. Fixes #566115 (fails to build on sparc) 2009-01-02 Richard Hughes * src/gpm-brightness-xrandr.c: (gpm_brightness_xrandr_output_set): Don't step through each brightness state when we fade modes, some devices using XRandR have an insane number of steps. Use the step value we calculated for the _up and _down logic. Fixes #566095 2008-12-26 Richard Hughes * src/gpm-phone.c: (gpm_phone_class_init), (monitor_connection_cb), (phone_device_refresh_cb), (gpm_phone_test): * src/gpm-phone.h: Trivial whitespace cleanups, and removing an unused signal. 2008-12-26 Richard Hughes * src/gpm-cell-array.c: (phone_device_added_cb): Fix a trivial compile warning in the old code. 2008-12-26 Richard Hughes * libdevkit-power/dkp-device.c: (dkp_device_finalize): Don't do dbus_g_connection_ref on a global connection object. Fixes RH#477913 2008-12-25 Frederic Peters * src/gpm-tray-icon.c: (gpm_tray_icon_set_tooltip): Conditionally use the new GTK+ API to set the tooltip on the tray icon. Fixes #565552 2008-12-19 Richard Hughes * src/gpm-control.c: (gpm_control_allowed_suspend), (gpm_control_allowed_hibernate): Make warnings into debug statements. * src/gpm-devicekit.c: (gpm_devicekit_get_object_description): Fix a bug where the DeviceKit device descriptions were being rescaled from mWh to Wh, but DK-p already sends them in Wh. 2008-12-19 Richard Hughes * src/gpm-control.c: (gpm_control_allowed_suspend), (gpm_control_allowed_hibernate): * src/run-gpm.sh: When using DeviceKit actually query the can_suspend and can_hibernate properties. Fixes #565025 2008-12-19 Richard Hughes * src/gpm-feedback-widget.c: * src/gpm-refcount.c: (gpm_refcount_add), (gpm_refcount_set_timeout): Convert the one last g_timeout_add into g_timeout_add_seconds. Fixes #565076 2008-12-18 Richard Hughes * configure.ac: Post release version bump.