From: Hugo Villeneuve Date: Mon, 4 Nov 2013 03:40:32 +0000 (-0500) Subject: wmnotify 1.0.1 X-Git-Tag: v1.0.1^0 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=8a5ac64099de53f633029b079244098c426f2648;p=dockapps%2Fwmnotify.git wmnotify 1.0.1 --- diff --git a/ChangeLog b/ChangeLog index 1a37bcf..d42766b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ + +2013-11-03 Hugo Villeneuve + * Fix application crash when IMAP LOGIN command failed + 2011-03-16 Hugo Villeneuve * Prepared package for Ubuntu PPA. diff --git a/NEWS b/NEWS index eb2c15f..98e0d0c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ +2013-11-03: wmnotify-1.0.1 has been released. + Fix application crash when IMAP LOGIN command failed + 2011-03-16: wmnotify-1.0.0 has been released. Fixes bug when receiving more than 1024 bytes from IMAP server. Added SSLv3 and TLSv1 methods in addition to SSLv2. diff --git a/configure.ac b/configure.ac index 140a624..9353e4d 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.0.1) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/wmnotify.c) AM_CONFIG_HEADER(config.h:config-h.in)