forked from e16/e16
1
0
Fork 0
SVN revision: 77385
This commit is contained in:
Kim Woelders 2012-10-03 20:43:49 +00:00
parent bfc0740061
commit 6ef75b3c3a
2 changed files with 11 additions and 2 deletions

View File

@ -5635,3 +5635,12 @@ Alert if root window button events cannot be selected.
Use EobjsSlideBy() to slide desks as well as areas.
EobjSlideTo() is no longer used.
Fix potential deadlock with multiple simultaneous alerts.
-------------------------------------------------------------------------------
Wed Oct 3 21:12:02 CEST 2012
--- 1.0.11 ---
Debug tweaks.
Fix build error with ancient imlib2.
Fix build error with ancient composite.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.10])
m4_define([pkg_revision], [002])
m4_define([pkg_version], [1.0.11])
#m4_define([pkg_revision], [002])
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]))