1.0.7.003.

SVN revision: 56968
This commit is contained in:
Kim Woelders 2011-02-12 16:43:59 +00:00
parent b73fe8568d
commit 75e509203c
2 changed files with 12 additions and 1 deletions

View File

@ -5446,3 +5446,14 @@ Move timers to int/ms.
Eliminate TimersRunExpired().
Change TimerAdd() and TimerSetInterval() time to ms.
Use GetTimeMs/Us() in stead of GetTime().
-------------------------------------------------------------------------------
Sat Feb 12 10:35:09 CET 2011
--- 1.0.7.003 ---
Fix trouble around initially iconified windows and manual placement (noted by
Daniel Manjarres).
Warning fixes for gcc-4.6.
Fix handling rescheduled timers that are already expired.
Remove compositing resize fixup hack for old Xorgs.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.7])
m4_define([pkg_revision], [002])
m4_define([pkg_revision], [003])
m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], ["0.%(date '+%y%m%d')"], [1]))