diff --git a/ACKNOWLEDGMENTS.rst b/ACKNOWLEDGMENTS.rst index 1750b87..ceaeb37 100644 --- a/ACKNOWLEDGMENTS.rst +++ b/ACKNOWLEDGMENTS.rst @@ -5,3 +5,4 @@ Stefantalpalaru for patch for python 2.6.6 G. Doug Baldwin for simultaneous button clicks path Nenad S. Lazich for the clear themes Kārlis Kalviškis for big-letters and hicolor icons. +m.zdila for fixing a sticky mouse indicator. diff --git a/RELEASE.rst b/RELEASE.rst index c140e04..2cbde43 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,10 @@ Release Notes ============= +Feb 23, 2014 v 1.18 +------------------- +* Issue 133, Patch from m.zdila to fix sticky mouse indicator. + Jan 07, 2014 v 1.17 -------------------- * Added hi-color icons (thanks eko@lanet.tv). diff --git a/debian/changelog b/debian/changelog index 8b7fcd8..307eab1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +key-mon (1.18-1) unstable; urgency=low + + * Issue 133, Patch from m.zdila to fix sticky mouse indicator. + + -- Scott Kirkwood Sun, 23 Feb 2014 20:31:30 +0500 + key-mon (1.17-1) unstable; urgency=low * Added hi-color icons (thanks eko@lanet.tv). diff --git a/setup.py b/setup.py index 8bf34b7..71fc8e2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ NAME = 'key-mon' DIR = 'src/keymon' gettext.install(NAME, DIR + '/locale') -VER = '1.17' +VER = '1.18' PY_NAME = 'key_mon' DEB_NAME = NAME.replace('-', '') RELEASE_FILE = 'RELEASE.rst' diff --git a/src/keymon/key_mon.py b/src/keymon/key_mon.py index 00267c1..548c20b 100755 --- a/src/keymon/key_mon.py +++ b/src/keymon/key_mon.py @@ -20,7 +20,7 @@ """ __author__ = 'Scott Kirkwood (scott+keymon@forusers.com)' -__version__ = '1.17' +__version__ = '1.18' import locale import logging