diff --git a/ChangeLog b/ChangeLog index 1728a6be..5178a852 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3878,3 +3878,21 @@ Various build related tweaks: - Minor changes to various version strings - Move timestamp.h to top dir. + +------------------------------------------------------------------------------- + +Fri Apr 28 20:36:30 CEST 2006 +(Kim) + +--- 0.16.8.2 0.03 --- +Start renaming/rewrapping stuff preparing for other api changes. +Revert bad change. ICCCM size matching should never increase size. +Fix _XROOT... hint compatibility hack. +Enable configuring internal and exported language. +Fix progress bars with composite enabled. +Fix winter theme progress bar images. +Add feature to subdivide screen (xinerama style). +Fix several bugs with maximizing windows. +Fix bug when reparenting to nested E. +Fix bug potentially causing eternal loop while sliding. + diff --git a/configure.in b/configure.in index f3e062ac..2200283e 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(configure.in) ENLIGHTENMENT_MAJOR=0 ENLIGHTENMENT_MINOR=16 ENLIGHTENMENT_MICRO=8.2 -ENLIGHTENMENT_REVISION=0.02 +ENLIGHTENMENT_REVISION=0.03 ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO if test "x$ENLIGHTENMENT_REVISION" != "x"; then ENLIGHTENMENT_REVNAME="$ENLIGHTENMENT_VERSION-$ENLIGHTENMENT_REVISION"