wmnotify 1.1.0
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 14 Jan 2017 16:11:09 +0000 (11:11 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 15 Feb 2019 22:14:47 +0000 (17:14 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index eb2c15f..f42f1c8 100644 (file)
--- 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.
index 5180189..c62a19b 100644 (file)
@@ -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)