From: Hugo Villeneuve Date: Sat, 25 May 2013 23:06:55 +0000 (-0400) Subject: wmnotify 0.3.2 X-Git-Tag: v0.3.2^0 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=215c2666adfe93a323dcb8d6f4e992c6e7367898;p=dockapps%2Fwmnotify.git wmnotify 0.3.2 --- diff --git a/NEWS b/NEWS index cc589c0..771d838 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ +2006-02-19: wmnotify-0.3.2 has been released. + Fixes a problem when compiling wmnotify with + openssl-0.9.8. + See the file 'ChangeLog' for further details. + 2005-06-22: wmnotify-0.3.1 has been released. This is a bug fix regarding IMAP4 server responses spanning multiple packets. diff --git a/configure.ac b/configure.ac index 4062197..1773570 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.in -- Process this file with autoconf to produce configure. dnl Initialization stuff. -AC_INIT(wmnotify, 0.3.1) +AC_INIT(wmnotify, 0.3.2) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/wmnotify.c) AM_CONFIG_HEADER(config.h:config-h.in)