Thu Apr 14 22:47:03 CEST 2005

(Kim)

--- 0.16.8 0.09 ---
Fix major picture leak.
Clean up command line option handling.
Fix various issues with options and restarting/session management.
Simplify handling of top-level windows - part 1.


SVN revision: 14203
This commit is contained in:
Kim Woelders 2005-04-14 20:47:52 +00:00
parent 57c93ed8b0
commit 1930a3cb75
3 changed files with 13 additions and 2 deletions

View File

@ -3387,3 +3387,14 @@ Clean up when exiting Alert().
Remove broken -smfile command line option.
Add -p (--config-prefix) command line option to set the configuration file prefix.
Fix initial border assignment for internal windows.
-------------------------------------------------------------------------------
Thu Apr 14 22:47:03 CEST 2005
(Kim)
--- 0.16.8 0.09 ---
Fix major picture leak.
Clean up command line option handling.
Fix various issues with options and restarting/session management.
Simplify handling of top-level windows - part 1.

View File

@ -5,7 +5,7 @@ ENLIGHTENMENT_MINOR=16
ENLIGHTENMENT_MICRO=8
ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO
AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.08)
AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.09)
AM_MAINTAINER_MODE
dnl reasonable guesses for where stuff is installed

2
e.spec
View File

@ -1,4 +1,4 @@
%define revision 0.08
%define revision 0.09
%define rev_name -%{revision}
Summary: The Enlightenment window manager.