1.0.6.001.

SVN revision: 53933
This commit is contained in:
Kim Woelders 2010-10-27 17:47:41 +00:00
parent b7fda00b14
commit 32a4e43e6e
2 changed files with 16 additions and 1 deletions

View File

@ -5382,3 +5382,18 @@ Fix deriving configuration file names with libX11-1.4.
Fix potential crash when destroying menus.
Fix rendering of translucent shaped windows.
-------------------------------------------------------------------------------
Wed Oct 27 19:37:51 CEST 2010
--- 1.0.6.001 ---
Portuguese translation update (Sérgio Marques).
Correct __A_CLEANUP (noted by Daniel Manjarres).
Ecore no longer has ecore_list_...
FreePmapMask() -> PmapMaskFree().
Introduce PmapMaskInit().
Fix rendering of argb windows in pager when compositing is enabled (noted by Zone Seventeen).
Add ERegionIntersectOffset().
Correct recent composite/shape fixes and fix some more related issues.
Fix restart (broken in 1.0.6).

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.6])
m4_define([pkg_revision], [000])
m4_define([pkg_revision], [001])
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]))