update news, bump version

This commit is contained in:
Mike Blumenkrantz 2015-02-03 18:37:52 -05:00
parent 02d437cd71
commit 44fa419a8c
2 changed files with 10 additions and 2 deletions

8
NEWS
View File

@ -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

View File

@ -1,4 +1,4 @@
AC_INIT(desksanity, 1.0, zmike@enlightenment.org)
AC_INIT(desksanity, 1.0.1, zmike@enlightenment.org)
AC_CONFIG_MACRO_DIR([m4])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.ac)
@ -30,7 +30,7 @@ AC_PROG_LIBTOOL
#])
#AC_SUBST(LTLIBINTL)
PKG_CHECK_MODULES([E], [efx enlightenment > 0.18.99])
PKG_CHECK_MODULES([E], [efx enlightenment > 0.19])
release=$(pkg-config --variable=release enlightenment)
MODULE_ARCH="$host_os-$host_cpu-$release"
AC_SUBST(MODULE_ARCH)