Sun Sep 30 20:02:02 CEST 2007

(Kim)

--- 0.16.8.10 0.02 ---
Fix infinite loop when regenerating menus.
Fix potential incorrect termination of IPC connection, which could cause segv.
eesh: Fix bad event loop causing hangs in certain situations.
eesh: Always wait for ack (also with -e), otherwise the message could get lost.
Screen stuff naming consistency and code tweaks.
Fix xinerama head selection in certain situations.
Fix menu placement on xinerama screens.
Force new (default as of 0.16.8.9) composite manager mode at startup.


SVN revision: 31895
This commit is contained in:
Kim Woelders 2007-09-30 18:02:39 +00:00
parent 09926271e8
commit 9980a3d94a
2 changed files with 16 additions and 1 deletions

View File

@ -4514,3 +4514,18 @@ Spec file fix for x86_64 (Peter Kjellerstedt).
Enable setting default maximise policy.
Startup id bits.
Japanese translation update (Yasufumi Haga).
-------------------------------------------------------------------------------
Sun Sep 30 20:02:02 CEST 2007
(Kim)
--- 0.16.8.10 0.02 ---
Fix infinite loop when regenerating menus.
Fix potential incorrect termination of IPC connection, which could cause segv.
eesh: Fix bad event loop causing hangs in certain situations.
eesh: Always wait for ack (also with -e), otherwise the message could get lost.
Screen stuff naming consistency and code tweaks.
Fix xinerama head selection in certain situations.
Fix menu placement on xinerama screens.
Force new (default as of 0.16.8.9) composite manager mode at startup.

View File

@ -1,7 +1,7 @@
AC_INIT(configure.in)
E_PKG_VERSION=0.16.8.10
E_PKG_REVISION=0.01
E_PKG_REVISION=0.02
if test "x$E_PKG_REVISION" != "x"; then
E_PKG_VER_REV=$E_PKG_VERSION-$E_PKG_REVISION
E_RPM_REVISION=$E_PKG_REVISION