From: Hugo Villeneuve Date: Sat, 14 Jan 2017 16:11:09 +0000 (-0500) Subject: wmnotify 1.1.0 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=f9ccc1124bbb353c277366591ee337ad631c51de;p=dockapps%2Fwmnotify.git wmnotify 1.1.0 --- diff --git a/NEWS b/NEWS index eb2c15f..f42f1c8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +2017-01-14: wmnotify-1.1.0 has been released. + Hide password in debug log output + Fix application crash when IMAP LOGIN command failed + Fix bug in IMAP debug output 2011-03-16: wmnotify-1.0.0 has been released. Fixes bug when receiving more than 1024 bytes from IMAP server. diff --git a/configure.ac b/configure.ac index 5180189..c62a19b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.ac -- Process this file with autoconf to produce configure. dnl Initialization stuff. -AC_INIT(wmnotify, 1.0.0) +AC_INIT(wmnotify, 1.1.0) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(src/wmnotify.c)