]> Untitled Git - dockapps/wmnotify.git/commitdiff
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 1a37bcfd13b76a4a087ac1f5079c286d223f995c..d42766b2cba2743eae72b4bc1af27257f2103ad2 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 eb2c15fdad2f05ea2ebed737511816a2e40b049c..98e0d0c0c568fbeff1e04eab82afe2d6df0cdcb4 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 140a62492fea9255a9d147f137ed8ec227df523a..9353e4d30f2ba90072f2d68cad3b42c5b8597a28 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)