From 1930a3cb75184e3952c426b88d20a817fed78742 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Thu, 14 Apr 2005 20:47:52 +0000 Subject: [PATCH] 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 --- ChangeLog | 11 +++++++++++ configure.in | 2 +- e.spec | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 191474d6..c9810243 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure.in b/configure.in index 5d1a79de..26cfc5ed 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/e.spec b/e.spec index e911db09..838d1010 100644 --- a/e.spec +++ b/e.spec @@ -1,4 +1,4 @@ -%define revision 0.08 +%define revision 0.09 %define rev_name -%{revision} Summary: The Enlightenment window manager.