kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=34b9bb9474e810a4fccdf5f0bca3fb07e19b20c1
commit 34b9bb9474e810a4fccdf5f0bca3fb07e19b20c1 Author: Kim Woelders <[email protected]> Date: Sat Jan 17 18:37:11 2015 +0100 1.0.15.001. --- ChangeLog | 25 +++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0c230a9..4d595ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5863,3 +5863,28 @@ Tue Nov 18 21:42:34 CET 2014 Simplify sound configuration. Set lower limit on slide/shade speed (fix crash if speed is set to 0). Debug printout cleanups. + +------------------------------------------------------------------------------- + +Sat Jan 17 18:27:32 CET 2015 + +--- 1.0.15.001 --- +Extension version checking cleanups. +Use XRenderCreateSolidFill() if available. +Debug printout cleanups. +Prepare to handle other than XI2 generic events. +Initial Present infrastructure. +Initial CM/Present experimental support. +Autofoo tweaks. +Simplify shading code. +Correct shading end size. +FX: Cosmetics. +FX: Correct some offsets. +Eliminate EwinFindByChildren(). +Minor tweaks in EShapePropagate(). +Fix animation bug (could cause major stalls and maybe lockup). +Fix animator initialisation when duration is 0. +Visibility cosmetics (use EC_C_VISIBILITY). +Minor fading animation tweak. +Remove unused AnimatorsDelCat(). +Clean up header file inclusion order. diff --git a/configure.ac b/configure.ac index 658125d..563426d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ m4_define([pkg_version], [1.0.15]) -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])) --
