discomfitor pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/desksanity.git/commit/?id=b0793df659d65c89e04724eb8c42e6ae34b807c3
commit b0793df659d65c89e04724eb8c42e6ae34b807c3 Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Tue Feb 3 18:37:52 2015 -0500 update news, bump version --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e69de29..81553b1 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,8 @@ +Release 1.0.1 +-------------------- + +Mike Blumenkrantz (3): + raise client zoom obj on mouse in + fix input regions on shaded clients after desk flip + fix multiscreen zoom and current desks zoom + diff --git a/configure.ac b/configure.ac index f585406..e546c88 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(desksanity, 1.0, zm...@enlightenment.org) +AC_INIT(desksanity, 1.0.1, zm...@enlightenment.org) AC_CONFIG_MACRO_DIR([m4]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(configure.ac) --