wmnotify 1.0.1 v1.0 v1.0.1
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 4 Nov 2013 03:40:32 +0000 (22:40 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 00:41:07 +0000 (19:41 -0500)
ChangeLog
NEWS
configure.ac

index 1a37bcf..d42766b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+
+2013-11-03  Hugo Villeneuve  <hugo@hugovil.com>
+        * Fix application crash when IMAP LOGIN command failed
+
 2011-03-16  Hugo Villeneuve  <hugo@hugovil.com>
         * Prepared package for Ubuntu PPA.
 
diff --git a/NEWS b/NEWS
index eb2c15f..98e0d0c 100644 (file)
--- 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.
index 140a624..9353e4d 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.0.1)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR(src/wmnotify.c)
 AM_CONFIG_HEADER(config.h:config-h.in)