update news, bump version

This commit is contained in:
Mike Blumenkrantz 2015-02-03 18:37:52 -05:00
parent 4e991a1d92
commit b0793df659
2 changed files with 9 additions and 1 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_CONFIG_MACRO_DIR([m4])
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_SRCDIR(configure.ac)