kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16-epplets.git/commit/?id=27ae1328aeb66149c353482d05f282cb8cf4a3a0
commit 27ae1328aeb66149c353482d05f282cb8cf4a3a0 Author: Kim Woelders <[email protected]> Date: Sun Apr 16 13:24:49 2017 +0200 Version 0.15. --- ChangeLog | 14 ++++++++++++++ configure.ac | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f389603..c5c13f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +--- 0.15 --- +Autofoo cleanups and updates. +Remove obsolete USE_OLD_REMEMBER/NO_AUTO_RESPAWN stuff. +Change package name to e16-epplets for package naming consistency. +Fix optional libgtop usage. +Change MAX to MAXVAL to avoid name clashes. +Use "wop" in stead of ancient "remember" IPC command. +E-Power: Tweaks and cleanups. +Warning cleanups. +Fix issue found by gcc 6. +Warning fix for gcc 7. +Build .xz tarball too. +Build silently (use AM_SILENT_RULES). + --- 0.14 --- Lots of cosmetics (indent, typos, coccinelle fixes). Eliminate use of -rpath. diff --git a/configure.ac b/configure.ac index 229313d..829b63c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -m4_define([pkg_version], [0.14]) -m4_define([pkg_revision], [000]) +m4_define([pkg_version], [0.15]) +#m4_define([pkg_revision], [000]) 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])) --
